#include "vtkDataSetToDataSetFilter.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 |
|
Definition at line 59 of file vtkDicer.h. Referenced by vtkDicer::SetDiceModeToNumberOfPointsPerPiece(). |
|
Definition at line 60 of file vtkDicer.h. Referenced by vtkDicer::SetDiceModeToSpecifiedNumberOfPieces(). |
|
Definition at line 61 of file vtkDicer.h. Referenced by vtkDicer::SetDiceModeToMemoryLimitPerPiece(). |