20#ifndef vtkGenericOutlineFilter_h 
   21#define vtkGenericOutlineFilter_h 
   23#include "vtkFiltersGenericModule.h"  
   26VTK_ABI_NAMESPACE_BEGIN
 
create wireframe outline for arbitrary generic data set
 
vtkOutlineSource * OutlineSource
 
vtkGenericOutlineFilter()
 
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
~vtkGenericOutlineFilter() override
 
static vtkGenericOutlineFilter * New()
 
a simple class to control print indentation
 
create wireframe outline around bounding box
 
Superclass for algorithms that produce only polydata as output.