 |
VTK
9.0.1
|
Go to the documentation of this file.
35 #ifndef vtkMultiBlockVolumeMapper_h
36 #define vtkMultiBlockVolumeMapper_h
40 #include "vtkRenderingVolumeOpenGL2Module.h"
88 void SetVectorMode(
int mode);
89 vtkGetMacro(VectorMode,
int);
91 vtkGetMacro(VectorComponent,
int);
113 double arg1,
double arg2,
double arg3,
double arg4,
double arg5,
double arg6)
override;
127 void SetRequestedRenderMode(
int);
166 void ComputeBounds();
185 typedef std::vector<vtkSmartVolumeMapper*> MapperVec;
194 int RequestedRenderMode;
virtual void SetCropping(vtkTypeBool)
Turn On/Off orthogonal cropping.
Abstract class for a volume mapper.
virtual void SetCroppingRegionFlags(int)
Set the flags for the cropping regions.
provides implementation for most abstract methods in the superclass vtkCompositeDataSet
represents a volume (data & properties) in a rendered scene
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 SetArrayAccessMode(int)
Mapper to render volumes defined as vtkMultiBlockDataSet.
Composite dataset that organizes datasets into blocks.
virtual void SetScalarMode(int)
Control how the mapper works with scalar point data and cell attribute data.
window superclass for vtkRenderWindow
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
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 SetBlendMode(int)
Set/Get the blend mode.
topologically and geometrically regular array of data
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
abstract class to specify dataset behavior
static vtkAlgorithm * New()
abstract specification for renderers
virtual void SelectScalarArray(int arrayNum)
When ScalarMode is set to UsePointFieldData or UseCellFieldData, you can specify which scalar array t...
double * GetBounds() override
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax,...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt32 vtkMTimeType