23 #ifndef vtkOutlineCornerSource_h
24 #define vtkOutlineCornerSource_h
26 #include "vtkFiltersSourcesModule.h"
45 vtkSetClampMacro(CornerFactor,
double, 0.001, 0.5);
46 vtkGetMacro(CornerFactor,
double);
a simple class to control print indentation
create wireframe outline corners around bounding box
static vtkOutlineCornerSource * New()
Construct outline corner source with default corner factor = 0.2.
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.
~vtkOutlineCornerSource() override
create wireframe outline around bounding box