29 #ifndef __vtkOutlineCornerFilter_h
30 #define __vtkOutlineCornerFilter_h
32 #include "vtkFiltersSourcesModule.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 *);
create wireframe outline corners for arbitrary data set
create wireframe outline corners around bounding box
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
vtkOutlineCornerSource * OutlineCornerSource