30 #ifndef vtkStructuredGridVolumeRepresentation_h 31 #define vtkStructuredGridVolumeRepresentation_h 43 void PrintSelf(ostream& os, vtkIndent indent);
53 vtkGetMacro(UseDataPartitions,
bool);
63 vtkInformationRequestKey* request_type, vtkInformation* inInfo, vtkInformation* outInfo);
74 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
virtual int ProcessViewRequest(vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo)
vtkAlgorithm::ProcessRequest() equivalent for rendering passes.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Overridden to invoke vtkCommand::UpdateDataEvent.
static vtkUnstructuredGridVolumeRepresentation * New()
representation for showing vtkStructuredGrid datasets as volumes.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill input port information.
vtkTableExtentTranslator * TableExtentTranslator
virtual void SetUseDataPartitions(bool)
Specify whether or not to redistribute the data.
representation for showing vtkUnstructuredGrid datasets as volumes.
Extent translation through lookup table.