29 #ifndef __vtkOutlineFilter_h
30 #define __vtkOutlineFilter_h
32 #include "vtkFiltersModelingModule.h"
33 #include "vtkPolyDataAlgorithm.h"
42 void PrintSelf(ostream& os, vtkIndent indent);
46 vtkSetMacro(GenerateFaces,
int);
47 vtkBooleanMacro(GenerateFaces,
int);
48 vtkGetMacro(GenerateFaces,
int);
57 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
58 virtual int FillInputPortInformation(
int port, vtkInformation *info);
create wireframe outline for arbitrary data set
vtkOutlineSource * OutlineSource
create wireframe outline around bounding box