Go to the documentation of this file.
31 #ifndef vtkHyperOctreeAlgorithm_h
32 #define vtkHyperOctreeAlgorithm_h
34 #include "vtkCommonExecutionModelModule.h"
virtual void SetOutput(vtkDataObject *d)
Superclass for all sources, filters, and sinks in VTK.
vtkHyperOctree * GetOutput(int)
vtkHyperOctree * GetOutput()
Get the output data object for a port on this algorithm.
vtkDataObject * GetInput()
Superclass for algorithms that produce only octree as output.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
~vtkHyperOctreeAlgorithm() override
vtkDataObject * GetInput(int port)
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkHyperOctree * GetHyperOctreeInput(int port)
void SetInputData(int, vtkDataObject *)
abstract class to specify dataset behavior
void AddInputData(vtkDataObject *)
Assign a data object as input.
void AddInputData(int, vtkDataObject *)
void SetInputData(vtkDataObject *)
Assign a data object as input.
A dataset structured as a tree where each node has exactly 2^n children.
general representation of visualization data
vtkHyperOctreeAlgorithm()