36 #ifndef __vtkHyperOctreeAlgorithm_h
37 #define __vtkHyperOctreeAlgorithm_h
39 #include "vtkAlgorithm.h"
40 #include "vtkHyperOctree.h"
49 void PrintSelf(ostream& os,
vtkIndent indent);
53 vtkHyperOctree *GetOutput();
54 vtkHyperOctree *GetOutput(
int);
69 vtkHyperOctree *GetHyperOctreeInput(
int port);
113 virtual void Execute();
117 virtual int FillOutputPortInformation(
int port,
vtkInformation* info);
118 virtual int FillInputPortInformation(
int port,
vtkInformation* info);
Superclass for algorithms that produce only octree as output.
abstract class to specify dataset behavior
a simple class to control print indentation
helper class to get VTK data object types as string and instantiate them