 |
VTK
9.0.1
|
Go to the documentation of this file.
31 #ifndef vtkHyperTreeGridOutlineFilter_h
32 #define vtkHyperTreeGridOutlineFilter_h
34 #include "vtkFiltersModelingModule.h"
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
create wireframe outline around bounding box
int ProcessTrees(vtkHyperTreeGrid *input, vtkDataObject *outputDO) override
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
vtkHyperTreeGridOutlineFilter()
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Define default input and output port types.
create wireframe outline for arbitrary data set
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkHyperTreeGridOutlineFilter * New()
vtkOutlineSource * OutlineSource
vtkTypeBool GenerateFaces
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
~vtkHyperTreeGridOutlineFilter() override
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.