#include "vtkPolyDataAlgorithm.h"
#include "vtkContourValues.h"
Include dependency graph for vtkCutter.h:

Go to the source code of this file.
Classes | |
| class | vtkCutter |
| Cut vtkDataSet with user-specified implicit function. More... | |
Defines | |
| #define | VTK_SORT_BY_VALUE 0 |
| #define | VTK_SORT_BY_CELL 1 |
| #define | VTK_NUMBER_OF_CELL_TYPES 68 |
| #define VTK_SORT_BY_VALUE 0 |
Definition at line 57 of file vtkCutter.h.
Referenced by vtkCutter::GetSortByAsString(), and vtkCutter::SetSortByToSortByValue().
| #define VTK_SORT_BY_CELL 1 |
| #define VTK_NUMBER_OF_CELL_TYPES 68 |
Definition at line 61 of file vtkCutter.h.
1.5.1