22#ifndef vtkHyperTreeGridOutlineFilter_h 
   23#define vtkHyperTreeGridOutlineFilter_h 
   25#include "vtkFiltersModelingModule.h"  
   28VTK_ABI_NAMESPACE_BEGIN
 
general representation of visualization data
 
Superclass for algorithms that produce a hyper tree grid as output.
 
create wireframe outline for arbitrary data set
 
vtkTypeBool GenerateFaces
 
~vtkHyperTreeGridOutlineFilter() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int FillOutputPortInformation(int port, vtkInformation *info) override
Define default input and output port types.
 
int FillInputPortInformation(int port, vtkInformation *info) override
Define default input and output port types.
 
vtkOutlineSource * OutlineSource
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
static vtkHyperTreeGridOutlineFilter * New()
 
vtkHyperTreeGridOutlineFilter()
 
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...
 
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
 
a simple class to control print indentation
 
create wireframe outline around bounding box