35 #ifndef vtkMultiBlockVolumeMapper_h 36 #define vtkMultiBlockVolumeMapper_h 41 #include "vtkRenderingVolumeOpenGL2Module.h" 91 void SetVectorMode(
int mode);
92 vtkGetMacro(VectorMode,
int);
94 vtkGetMacro(VectorComponent,
int);
116 double arg4,
double arg5,
double arg6)
override;
161 void ComputeBounds();
180 typedef std::vector<vtkSmartVolumeMapper*> MapperVec;
represents a volume (data & properties) in a rendered scene
Abstract class for a volume mapper.
represent and manipulate 4x4 transformation matrices
provides implementation for most abstract methods in the superclass vtkCompositeDataSet ...
virtual void SetCroppingRegionFlags(int)
Set the flags for the cropping regions.
abstract class to specify dataset behavior
record modification and/or execution time
virtual void SetBlendMode(int)
Set/Get the blend mode.
abstract specification for renderers
virtual void SetScalarMode(int)
Control how the mapper works with scalar point data and cell attribute data.
Mapper to render volumes defined as vtkMultiBlockDataSet.
void Render(vtkRenderer *ren, vtkVolume *vol) override=0
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
virtual void SetArrayAccessMode(int)
Control how the mapper works with scalar point data and cell attribute data.
window superclass for vtkRenderWindow
virtual void SetCroppingRegionPlanes(double, double, double, double, double, double)
Set/Get the Cropping Region Planes ( xmin, xmax, ymin, ymax, zmin, zmax ) These planes are defined in...
virtual void SetCropping(vtkTypeBool)
Turn On/Off orthogonal cropping.
a simple class to control print indentation
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
topologically and geometrically regular array of data
double * GetBounds() override
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
Composite dataset that organizes datasets into blocks.
static vtkAlgorithm * New()
virtual void SelectScalarArray(int arrayNum)
When ScalarMode is set to UsePointFieldData or UseCellFieldData, you can specify which scalar array t...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.