#include "vtkDataSetAlgorithm.h"


Go to the source code of this file.
Classes | |
| class | vtkDicer |
| abstract superclass to divide dataset into pieces More... | |
Defines | |
| #define | VTK_DICE_MODE_NUMBER_OF_POINTS 0 |
| #define | VTK_DICE_MODE_SPECIFIED_NUMBER 1 |
| #define | VTK_DICE_MODE_MEMORY_LIMIT 2 |
| #define VTK_DICE_MODE_NUMBER_OF_POINTS 0 |
Definition at line 48 of file vtkDicer.h.
| #define VTK_DICE_MODE_SPECIFIED_NUMBER 1 |
Definition at line 49 of file vtkDicer.h.
| #define VTK_DICE_MODE_MEMORY_LIMIT 2 |
Definition at line 50 of file vtkDicer.h.
1.5.6