33 #ifndef __vtkOBBDicer_h
34 #define __vtkOBBDicer_h
36 #include "vtkFiltersGeneralModule.h"
48 void PrintSelf(ostream& os, vtkIndent indent);
58 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
61 void BuildTree(vtkIdList *ptIds,
vtkOBBNode *OBBptr, vtkDataSet *input);
62 void MarkPoints(
vtkOBBNode *OBBptr, vtkShortArray *groupIds);
divide dataset into spatially aggregated pieces
abstract superclass to divide dataset into pieces
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
static vtkDataSetAlgorithm * New()