Go to the documentation of this file.
25 #ifndef vtkHierarchicalBoxDataSetAlgorithm_h
26 #define vtkHierarchicalBoxDataSetAlgorithm_h
28 #include "vtkCommonExecutionModelModule.h"
~vtkHierarchicalBoxDataSetAlgorithm() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkExecutive * CreateDefaultExecutive() override
Create a default executive.
Superclass for all sources, filters, and sinks in VTK.
Backwards compatibility class.
int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for all pipeline executives in VTK.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
superclass for algorithms that produce vtkHierarchicalBoxDataSet as output.
vtkHierarchicalBoxDataSet * GetOutput()
Get the output data object for a port on this algorithm.
void SetInputData(int, vtkDataObject *)
vtkHierarchicalBoxDataSet * GetOutput(int)
vtkHierarchicalBoxDataSetAlgorithm()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetInputData(vtkDataObject *)
Assign a data object as input.
general representation of visualization data
static vtkHierarchicalBoxDataSetAlgorithm * New()