26 #ifndef vtkOutlineCornerSource_h
27 #define vtkOutlineCornerSource_h
29 #include "vtkFiltersSourcesModule.h"
48 vtkSetClampMacro(CornerFactor,
double, 0.001, 0.5);
49 vtkGetMacro(CornerFactor,
double);
59 vtkGetMacro(OutputPointsPrecision,
int);
69 int OutputPointsPrecision;
~vtkOutlineCornerSource() override
create wireframe outline corners around bounding box
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkOutlineSource * New()
a simple class to control print indentation
create wireframe outline around bounding box
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.