58#ifndef vtkGenericOutlineFilter_h
59#define vtkGenericOutlineFilter_h
61#include "vtkFiltersGenericModule.h"
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.