16 #ifndef vtkUnstructuredGridVolumeMapper_h
17 #define vtkUnstructuredGridVolumeMapper_h
20 #include "vtkRenderingVolumeModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
43 vtkSetMacro(BlendMode,
int);
52 vtkGetMacro(BlendMode,
int);
72 MAXIMUM_INTENSITY_BLEND
represents a volume (data & properties) in a rendered scene
virtual void Render(vtkRenderer *ren, vtkVolume *vol)=0
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
abstract class to specify dataset behavior
Abstract class for a volume mapper.
abstract specification for renderers
void SetBlendModeToComposite()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
window superclass for vtkRenderWindow
a simple class to control print indentation
Abstract class for an unstructured grid volume mapper.
void SetBlendModeToMaximumIntensity()
dataset represents arbitrary combinations of all possible cell types.