78 #ifndef vtkSmartVolumeMapper_h 79 #define vtkSmartVolumeMapper_h 81 #include "vtkRenderingVolumeOpenGL2Module.h" 132 RayCastAndTextureRenderMode,
143 void SetRequestedRenderMode(
int mode);
149 void SetRequestedRenderModeToDefault();
155 void SetRequestedRenderModeToRayCast();
160 void SetRequestedRenderModeToGPU();
169 int GetLastUsedRenderMode();
194 void SetInterpolationModeToNearestNeighbor();
195 void SetInterpolationModeToLinear();
196 void SetInterpolationModeToCubic();
208 double viewDirection[3],
234 vtkGetMacro( InteractiveAdjustSampleDistances,
int);
290 float FinalColorWindow;
291 float FinalColorLevel;
295 float MaxMemoryFraction;
298 int InterpolationMode;
303 int RequestedRenderMode;
304 int CurrentRenderMode;
310 int RayCastSupported;
311 int LowResGPUNecessary;
336 int InitializedBlendMode;
348 double InteractiveUpdateRate;
represents a volume (data & properties) in a rendered scene
#define VTK_RESLICE_NEAREST
Abstract class for a volume mapper.
GLenum GLsizei GLenum GLenum const GLvoid * image
#define VTK_RESLICE_CUBIC
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkGetMacro(name, type)
record modification and/or execution time
Resamples an image to be larger or smaller.
abstract specification for renderers
#define vtkSetClampMacro(name, type, min, max)
#define vtkTypeMacro(thisClass, superclass)
window superclass for vtkRenderWindow
a simple class to control print indentation
topologically and geometrically regular array of data
virtual void Render(vtkRenderer *ren, vtkVolume *vol)=0
represents the common properties for rendering a volume.
A fixed point mapper for volumes.
create a window for renderers to draw into
int InteractiveAdjustSampleDistances
int AutoAdjustSampleDistances
virtual void ReleaseGraphicsResources(vtkWindow *)
static vtkAlgorithm * New()
#define vtkBooleanMacro(name, type)
Ray casting performed on the GPU.
#define vtkSetMacro(name, type)