|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   46 #ifndef vtkVisibilitySort_h 
   47 #define vtkVisibilitySort_h 
   50 #include "vtkRenderingCoreModule.h"  
   75   virtual void InitTraversal() = 0;
 
   84   vtkSetClampMacro(MaxCellsReturned, 
int, 1, 
VTK_INT_MAX);
 
   85   vtkGetMacro(MaxCellsReturned, 
int);
 
  104   virtual void SetCamera(
vtkCamera* camera);
 
  121   vtkGetMacro(Direction, 
int);
 
  122   vtkSetMacro(Direction, 
int);
 
  163 #endif // vtkVisibilitySort_h 
  
virtual void Register(vtkObjectBase *o)
Increase the reference count (mark as used by another object).
virtual void ReportReferences(vtkGarbageCollector *)
void SetDirectionToFrontToBack()
record modification and/or execution time
abstract base class for most VTK objects
void SetDirectionToBackToFront()
abstract base class for most VTK objects
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
a virtual camera for 3D rendering
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Detect and break reference loops.
abstract class to specify dataset behavior
vtkTimeStamp LastSortTime
Abstract class that can sort cell data along a viewpoint.
dynamic, self-adjusting array of vtkIdType
vtkMatrix4x4 * InverseModelTransform
vtkMatrix4x4 * ModelTransform
virtual void UnRegister(vtkObjectBase *o)
Decrease the reference count (release by another object).