VTK
|
divide dataset into spatially aggregated pieces More...
#include <vtkOBBDicer.h>
Public Types | |
typedef vtkDicer | Superclass |
![]() | |
typedef vtkDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkOBBDicer * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
![]() | |
vtkDicer * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetFieldData (int) |
virtual int | GetFieldData () |
virtual void | FieldDataOn () |
virtual void | FieldDataOff () |
virtual void | SetDiceMode (int) |
virtual int | GetDiceMode () |
void | SetDiceModeToNumberOfPointsPerPiece () |
void | SetDiceModeToSpecifiedNumberOfPieces () |
void | SetDiceModeToMemoryLimitPerPiece () |
virtual int | GetNumberOfActualPieces () |
virtual void | SetNumberOfPointsPerPiece (int) |
virtual int | GetNumberOfPointsPerPiece () |
virtual void | SetNumberOfPieces (int) |
virtual int | GetNumberOfPieces () |
virtual void | SetMemoryLimit (unsigned long) |
virtual unsigned long | GetMemoryLimit () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkOBBDicer * | SafeDownCast (vtkObjectBase *o) |
static vtkOBBDicer * | New () |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkDicer * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkOBBDicer () | |
~vtkOBBDicer () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | BuildTree (vtkIdList *ptIds, vtkOBBNode *OBBptr, vtkDataSet *input) |
void | MarkPoints (vtkOBBNode *OBBptr, vtkShortArray *groupIds) |
void | DeleteTree (vtkOBBNode *OBBptr) |
![]() | |
vtkDicer () | |
~vtkDicer () | |
virtual void | UpdatePieceMeasures (vtkDataSet *input) |
Protected Attributes | |
vtkPoints * | PointsList |
![]() | |
int | NumberOfPointsPerPiece |
int | NumberOfPieces |
unsigned long | MemoryLimit |
int | NumberOfActualPieces |
int | FieldData |
int | DiceMode |
divide dataset into spatially aggregated pieces
vtkOBBDicer separates the cells of a dataset into spatially aggregated pieces using a Oriented Bounding Box (OBB). These pieces can then be operated on by other filters (e.g., vtkThreshold). One application is to break very large polygonal models into pieces and performing viewing and occlusion culling on the pieces.
Refer to the superclass documentation (vtkDicer) for more information.
Definition at line 44 of file vtkOBBDicer.h.
typedef vtkDicer vtkOBBDicer::Superclass |
Definition at line 47 of file vtkOBBDicer.h.
|
inlineprotected |
Definition at line 54 of file vtkOBBDicer.h.
|
inlineprotected |
Definition at line 55 of file vtkOBBDicer.h.
|
static |
|
virtual |
Reimplemented from vtkDicer.
|
static |
|
protectedvirtual |
Reimplemented from vtkDicer.
vtkOBBDicer* vtkOBBDicer::NewInstance | ( | ) | const |
void vtkOBBDicer::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
Instantiate an object.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 64 of file vtkOBBDicer.h.