29 #ifndef __vtkOutlineCornerFilter_h
30 #define __vtkOutlineCornerFilter_h
32 #include "vtkFiltersSourcesModule.h"
33 #include "vtkPolyDataAlgorithm.h"
40 void PrintSelf(ostream& os, vtkIndent indent);
48 vtkSetClampMacro(CornerFactor,
double, 0.001, 0.5);
49 vtkGetMacro(CornerFactor,
double);
57 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
58 virtual int FillInputPortInformation(
int port, vtkInformation *info);
create wireframe outline corners for arbitrary data set
create wireframe outline corners around bounding box
vtkOutlineCornerSource * OutlineCornerSource