#include "vtkPolyDataToPolyDataFilter.h"
Include dependency graph for vtkDepthSortPolyData.h:
Go to the source code of this file.
Classes | |
class | vtkDepthSortPolyData |
sort poly data along camera view direction More... | |
Defines | |
#define | VTK_DIRECTION_BACK_TO_FRONT 0 |
#define | VTK_DIRECTION_FRONT_TO_BACK 1 |
#define | VTK_DIRECTION_SPECIFIED_VECTOR 2 |
#define | VTK_SORT_FIRST_POINT 0 |
#define | VTK_SORT_BOUNDS_CENTER 1 |
#define | VTK_SORT_PARAMETRIC_CENTER 2 |
|
Definition at line 53 of file vtkDepthSortPolyData.h. Referenced by vtkDepthSortPolyData::SetDirectionToBackToFront(). |
|
Definition at line 54 of file vtkDepthSortPolyData.h. Referenced by vtkDepthSortPolyData::SetDirectionToFrontToBack(). |
|
Definition at line 55 of file vtkDepthSortPolyData.h. Referenced by vtkDepthSortPolyData::SetDirectionToSpecifiedVector(). |
|
Definition at line 57 of file vtkDepthSortPolyData.h. Referenced by vtkDepthSortPolyData::SetDepthSortModeToFirstPoint(). |
|
Definition at line 58 of file vtkDepthSortPolyData.h. Referenced by vtkDepthSortPolyData::SetDepthSortModeToBoundsCenter(). |
|
Definition at line 59 of file vtkDepthSortPolyData.h. Referenced by vtkDepthSortPolyData::SetDepthSortModeToParametricCenter(). |