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