Go to the documentation of this file.
30 #ifndef vtkHyperOctreeAlgorithm_h
31 #define vtkHyperOctreeAlgorithm_h
virtual void SetOutput(vtkDataObject *d)
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Superclass for all sources, filters, and sinks in VTK.
#define vtkTypeMacro(thisClass, superclass)
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkHyperOctree * GetOutput(int)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkHyperOctree * GetOutput()
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkDataObject * GetInput()
Superclass for algorithms that produce only octree as output.
vtkDataObject * GetInput(int port)
a simple class to control print indentation
~vtkHyperOctreeAlgorithm()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkHyperOctree * GetHyperOctreeInput(int port)
void SetInputData(int, vtkDataObject *)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
abstract class to specify dataset behavior
void AddInputData(vtkDataObject *)
void AddInputData(int, vtkDataObject *)
void SetInputData(vtkDataObject *)
void PrintSelf(ostream &os, vtkIndent indent)
A dataset structured as a tree where each node has exactly 2^n children.
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
general representation of visualization data
vtkHyperOctreeAlgorithm()