30 #ifndef vtkOutlineSource_h
31 #define vtkOutlineSource_h
33 #include "vtkFiltersSourcesModule.h"
36 #define VTK_BOX_TYPE_AXIS_ALIGNED 0
37 #define VTK_BOX_TYPE_ORIENTED 1
53 vtkGetMacro(BoxType,
int);
64 vtkSetVector6Macro(Bounds,
double);
65 vtkGetVectorMacro(Bounds,
double,6);
75 vtkSetVectorMacro(Corners,
double,24);
76 vtkGetVectorMacro(Corners,
double,24);
85 vtkGetMacro(GenerateFaces,
int);
95 vtkGetMacro(OutputPointsPrecision,
int);
a simple class to control print indentation
create wireframe outline around bounding box
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetBoxTypeToOriented()
static vtkOutlineSource * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetBoxTypeToAxisAligned()
int OutputPointsPrecision
~vtkOutlineSource() override
Superclass for algorithms that produce only polydata as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
#define VTK_BOX_TYPE_ORIENTED
#define VTK_BOX_TYPE_AXIS_ALIGNED