Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkDepthSortPolyData.h File Reference

#include "vtkPolyDataToPolyDataFilter.h"

Go to the source code of this file.

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


Define Documentation

#define VTK_DIRECTION_BACK_TO_FRONT   0
 

Definition at line 45 of file vtkDepthSortPolyData.h.

Referenced by vtkDepthSortPolyData::SetDirectionToBackToFront().

#define VTK_DIRECTION_FRONT_TO_BACK   1
 

Definition at line 46 of file vtkDepthSortPolyData.h.

Referenced by vtkDepthSortPolyData::SetDirectionToFrontToBack().

#define VTK_DIRECTION_SPECIFIED_VECTOR   2
 

Definition at line 47 of file vtkDepthSortPolyData.h.

Referenced by vtkDepthSortPolyData::SetDirectionToSpecifiedVector().

#define VTK_SORT_FIRST_POINT   0
 

Definition at line 49 of file vtkDepthSortPolyData.h.

Referenced by vtkDepthSortPolyData::SetDepthSortModeToFirstPoint().

#define VTK_SORT_BOUNDS_CENTER   1
 

Definition at line 50 of file vtkDepthSortPolyData.h.

Referenced by vtkDepthSortPolyData::SetDepthSortModeToBoundsCenter().

#define VTK_SORT_PARAMETRIC_CENTER   2
 

Definition at line 51 of file vtkDepthSortPolyData.h.

Referenced by vtkDepthSortPolyData::SetDepthSortModeToParametricCenter().