34 #ifndef __vtkVolumeRayCastCompositeFunction_h
35 #define __vtkVolumeRayCastCompositeFunction_h
37 #include "vtkRenderingVolumeModule.h"
40 #define VTK_COMPOSITE_CLASSIFY_FIRST 0
41 #define VTK_COMPOSITE_INTERPOLATE_FIRST 1
52 vtkSetClampMacro( CompositeMethod,
int,
54 vtkGetMacro(CompositeMethod,
int);
55 void SetCompositeMethodToInterpolateFirst()
57 void SetCompositeMethodToClassifyFirst()
59 const char *GetCompositeMethodAsString(
void);