 |
VTK
9.0.1
|
Go to the documentation of this file.
35 #ifndef vtkHyperTreeGridAlgorithm_h
36 #define vtkHyperTreeGridAlgorithm_h
39 #include "vtkCommonExecutionModelModule.h"
vtkDataSetAttributes * InData
Reference to input and output data.
vtkDataObject * GetOutput()
Get the output data object for a port on this algorithm.
vtkHyperTreeGrid * GetHyperTreeGridOutput()
Get the output as a hyper tree grid.
int RequestDataObject(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
see vtkAlgorithm for details
virtual void SetOutput(vtkDataObject *)
Superclass for all sources, filters, and sinks in VTK.
represent and manipulate attribute data in a dataset
vtkUnstructuredGrid * GetUnstructuredGridOutput()
Get the output as an unstructured grid.
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
vtkDataSetAttributes * OutData
vtkHyperTreeGridAlgorithm()
bool AppropriateOutput
JB Si a vrai, l'objet output aura le meme type que le type d'objet en entree input.
vtkUnstructuredGrid * GetUnstructuredGridOutput(int)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataObject * GetOutput(int)
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
See vtkAlgorithm for details.
void AddInputData(int, vtkDataObject *)
a simple class to control print indentation
void SetInputData(int, vtkDataObject *)
vtkPolyData * GetPolyDataOutput(int)
void AddInputData(vtkDataObject *)
Assign a data object as input.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
~vtkHyperTreeGridAlgorithm() override
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void SetInputData(vtkDataObject *)
Assign a data object as input.
vtkPolyData * GetPolyDataOutput()
Get the output as a polygonal dataset.
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of bits
dataset represents arbitrary combinations of all possible cell types
vtkHyperTreeGrid * GetHyperTreeGridOutput(int)
int FillInputPortInformation(int, vtkInformation *) override
Define default input and output port types.
general representation of visualization data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce a hyper tree grid as output.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.