30 #ifndef __vtkHyperOctreeAlgorithm_h
31 #define __vtkHyperOctreeAlgorithm_h
33 #include "vtkCommonExecutionModelModule.h"
35 #include "vtkHyperOctree.h"
44 void PrintSelf(ostream& os, vtkIndent indent);
48 vtkHyperOctree *GetOutput();
49 vtkHyperOctree *GetOutput(
int);
56 vtkInformationVector**,
57 vtkInformationVector*);
64 vtkHyperOctree *GetHyperOctreeInput(
int port);
87 virtual int RequestInformation(vtkInformation* request,
88 vtkInformationVector** inputVector,
89 vtkInformationVector* outputVector);
94 virtual int RequestData(vtkInformation* request,
95 vtkInformationVector** inputVector,
96 vtkInformationVector* outputVector);
102 virtual int RequestUpdateExtent(vtkInformation*,
103 vtkInformationVector**,
104 vtkInformationVector*);
Superclass for algorithms that produce only octree as output.
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
virtual int FillInputPortInformation(int port, vtkInformation *info)
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)