 |
VTK
9.0.1
|
Go to the documentation of this file.
28 #ifndef vtkUnstructuredGridVolumeMapper_h
29 #define vtkUnstructuredGridVolumeMapper_h
32 #include "vtkRenderingVolumeModule.h"
54 vtkSetMacro(BlendMode,
int);
63 vtkGetMacro(BlendMode,
int);
83 MAXIMUM_INTENSITY_BLEND
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
represents a volume (data & properties) in a rendered scene
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dataset represents arbitrary combinations of all possible cell types.
@ MAXIMUM_INTENSITY_BLEND
window superclass for vtkRenderWindow
void SetBlendModeToComposite()
a simple class to control print indentation
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
~vtkUnstructuredGridVolumeMapper() override
virtual void SetInputData(vtkUnstructuredGridBase *)
Set/Get the input data.
abstract class to specify dataset behavior
void SetBlendModeToMaximumIntensity()
vtkUnstructuredGridBase * GetInput()
vtkUnstructuredGridVolumeMapper()
Abstract class for an unstructured grid volume mapper.
Abstract class for a volume mapper.
abstract specification for renderers
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 SetInputData(vtkDataSet *)