 |
VTK
9.0.1
|
Go to the documentation of this file.
31 #ifndef vtkHyperTreeGridOutlineFilter_h
32 #define vtkHyperTreeGridOutlineFilter_h
34 #include "vtkFiltersModelingModule.h"
create wireframe outline around bounding box
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
create wireframe outline for arbitrary data set
static vtkAlgorithm * New()
vtkOutlineSource * OutlineSource
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkTypeBool GenerateFaces
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.