26#include "vtkFiltersGeneralModule.h"  
   28VTK_ABI_NAMESPACE_BEGIN
 
abstract class to specify dataset behavior
 
abstract superclass to divide dataset into pieces
 
list of point or cell ids
 
a simple class to control print indentation
 
divide dataset into spatially aggregated pieces
 
void BuildTree(vtkIdList *ptIds, vtkOBBNode *OBBptr, vtkDataSet *input)
 
static vtkOBBDicer * New()
Instantiate an object.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void MarkPoints(vtkOBBNode *OBBptr, vtkShortArray *groupIds)
 
~vtkOBBDicer() override=default
 
void DeleteTree(vtkOBBNode *OBBptr)
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
 
represent and manipulate 3D points
 
dynamic, self-adjusting array of short