VTK  9.3.20240419
Classes | Macros
vtkFrustumCoverageCuller.h File Reference
#include "vtkCuller.h"
#include "vtkRenderingCoreModule.h"
#include "vtkWrappingHints.h"
Include dependency graph for vtkFrustumCoverageCuller.h:

Go to the source code of this file.

Classes

class  vtkFrustumCoverageCuller
 cull props based on frustum coverage More...
 

Macros

#define VTK_CULLER_SORT_NONE   0
 
#define VTK_CULLER_SORT_FRONT_TO_BACK   1
 
#define VTK_CULLER_SORT_BACK_TO_FRONT   2
 

Macro Definition Documentation

◆ VTK_CULLER_SORT_NONE

#define VTK_CULLER_SORT_NONE   0

Definition at line 33 of file vtkFrustumCoverageCuller.h.

◆ VTK_CULLER_SORT_FRONT_TO_BACK

#define VTK_CULLER_SORT_FRONT_TO_BACK   1

Definition at line 34 of file vtkFrustumCoverageCuller.h.

◆ VTK_CULLER_SORT_BACK_TO_FRONT

#define VTK_CULLER_SORT_BACK_TO_FRONT   2

Definition at line 35 of file vtkFrustumCoverageCuller.h.