#include <vtkOBBDicer.h>
Inheritance diagram for vtkOBBDicer:
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 43 of file vtkOBBDicer.h.
Public Types | |
typedef vtkDicer | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkOBBDicer * | SafeDownCast (vtkObject *o) |
static vtkOBBDicer * | New () |
Protected Member Functions | |
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) |
Protected Attributes | |
vtkPoints * | PointsList |
|
Reimplemented from vtkDicer. Definition at line 46 of file vtkOBBDicer.h. |
|
Definition at line 53 of file vtkOBBDicer.h. |
|
Definition at line 54 of file vtkOBBDicer.h. |
|
Reimplemented from vtkDicer. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDicer. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDicer. |
|
Reimplemented from vtkDicer. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkDicer. |
|
Instantiate an object. Reimplemented from vtkDataSetAlgorithm. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkDataSetAlgorithm. |
|
|
|
|
|
|
|
Definition at line 63 of file vtkOBBDicer.h. |