31#ifndef vtkDepthSortPolyData_h
32#define vtkDepthSortPolyData_h
34#include "vtkFiltersHybridModule.h"
a virtual camera for 3D rendering
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual void SetDepthSortMode(int)
Specify the point to use when sorting.
void SetDirectionToBackToFront()
Specify the sort method for the polygonal primitives.
virtual void SetDirection(int)
Specify the sort method for the polygonal primitives.
virtual void SetCamera(vtkCamera *)
Specify a camera that is used to define a view direction along which the cells are sorted.
void SetDirectionToFrontToBack()
Specify the sort method for the polygonal primitives.
void SetDepthSortModeToParametricCenter()
Specify the point to use when sorting.
vtkMTimeType GetMTime() override
Return MTime also considering the dependent objects: the camera and/or the prop3D.
void SetDepthSortModeToBoundsCenter()
Specify the point to use when sorting.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetDepthSortModeToFirstPoint()
Specify the point to use when sorting.
~vtkDepthSortPolyData() override
void ComputeProjectionVector(double direction[3], double origin[3])
@ VTK_DIRECTION_SPECIFIED_VECTOR
@ VTK_DIRECTION_FRONT_TO_BACK
@ VTK_DIRECTION_BACK_TO_FRONT
void SetDirectionToSpecifiedVector()
Specify the sort method for the polygonal primitives.
@ VTK_SORT_PARAMETRIC_CENTER
void SetProp3D(vtkProp3D *)
Specify a transformation matrix (via the vtkProp3D::GetMatrix() method) that is used to include the e...
static vtkDepthSortPolyData * New()
Instantiate object.
a simple class to control print indentation
represents an 3D object for placement in a rendered scene
vtkTypeUInt32 vtkMTimeType