22 #ifndef __vtkOutlineCornerSource_h
23 #define __vtkOutlineCornerSource_h
25 #include "vtkFiltersSourcesModule.h"
32 void PrintSelf(ostream& os, vtkIndent indent);
40 vtkSetClampMacro(CornerFactor,
double, 0.001, 0.5);
41 vtkGetMacro(CornerFactor,
double);
48 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
create wireframe outline corners around bounding box
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkOutlineSource * New()
create wireframe outline around bounding box
void PrintSelf(ostream &os, vtkIndent indent)
~vtkOutlineCornerSource()