37 #ifndef __vtkFrustumCoverageCuller_h
38 #define __vtkFrustumCoverageCuller_h
40 #include "vtkRenderingCoreModule.h"
43 #define VTK_CULLER_SORT_NONE 0
44 #define VTK_CULLER_SORT_FRONT_TO_BACK 1
45 #define VTK_CULLER_SORT_BACK_TO_FRONT 2
60 vtkSetMacro( MinimumCoverage,
double );
61 vtkGetMacro( MinimumCoverage,
double );
67 vtkSetMacro( MaximumCoverage,
double );
68 vtkGetMacro( MaximumCoverage,
double );
74 vtkSetClampMacro( SortingStyle,
int,
76 vtkGetMacro(SortingStyle,
int);
77 void SetSortingStyleToNone()
79 void SetSortingStyleToBackToFront()
81 void SetSortingStyleToFrontToBack()
83 const char *GetSortingStyleAsString(
void);
93 int& listLength,
int& initialized );
101 double MinimumCoverage;