35#ifndef vtkFrustumCoverageCuller_h
36#define vtkFrustumCoverageCuller_h
39#include "vtkRenderingCoreModule.h"
41#define VTK_CULLER_SORT_NONE 0
42#define VTK_CULLER_SORT_FRONT_TO_BACK 1
43#define VTK_CULLER_SORT_BACK_TO_FRONT 2
60 vtkSetMacro(MinimumCoverage,
double);
61 vtkGetMacro(MinimumCoverage,
double);
69 vtkSetMacro(MaximumCoverage,
double);
70 vtkGetMacro(MaximumCoverage,
double);
79 vtkGetMacro(SortingStyle,
int);
a superclass for prop cullers
cull props based on frustum coverage
void SetSortingStyleToNone()
Set the sorting style - none, front-to-back or back-to-front The default is none.
void SetSortingStyleToBackToFront()
Set the sorting style - none, front-to-back or back-to-front The default is none.
double Cull(vtkRenderer *ren, vtkProp **propList, int &listLength, int &initialized) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void SetSortingStyleToFrontToBack()
Set the sorting style - none, front-to-back or back-to-front The default is none.
static vtkFrustumCoverageCuller * New()
~vtkFrustumCoverageCuller() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
const char * GetSortingStyleAsString(void)
Set the sorting style - none, front-to-back or back-to-front The default is none.
vtkFrustumCoverageCuller()
a simple class to control print indentation
abstract superclass for all actors, volumes and annotations
abstract specification for renderers
#define VTK_CULLER_SORT_NONE
#define VTK_CULLER_SORT_BACK_TO_FRONT
#define VTK_CULLER_SORT_FRONT_TO_BACK