#include "vtkDataSetAlgorithm.h"
Include dependency graph for vtkDicer.h:
This graph shows which files directly or indirectly include this file:
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.
Referenced by vtkDicer::SetDiceModeToNumberOfPointsPerPiece().
#define VTK_DICE_MODE_SPECIFIED_NUMBER 1 |
Definition at line 49 of file vtkDicer.h.
Referenced by vtkDicer::SetDiceModeToSpecifiedNumberOfPieces().
#define VTK_DICE_MODE_MEMORY_LIMIT 2 |
Definition at line 50 of file vtkDicer.h.
Referenced by vtkDicer::SetDiceModeToMemoryLimitPerPiece().