18 #ifndef vtkOutlineSource_h
19 #define vtkOutlineSource_h
21 #include "vtkFiltersSourcesModule.h"
24 #define VTK_BOX_TYPE_AXIS_ALIGNED 0
25 #define VTK_BOX_TYPE_ORIENTED 1
27 VTK_ABI_NAMESPACE_BEGIN
46 vtkSetMacro(BoxType,
int);
47 vtkGetMacro(BoxType,
int);
56 vtkSetVector6Macro(Bounds,
double);
57 vtkGetVectorMacro(Bounds,
double, 6);
67 vtkSetVectorMacro(Corners,
double, 24);
68 vtkGetVectorMacro(Corners,
double, 24);
86 vtkSetMacro(OutputPointsPrecision,
int);
87 vtkGetMacro(OutputPointsPrecision,
int);
106 VTK_ABI_NAMESPACE_END
#define VTK_BOX_TYPE_AXIS_ALIGNED
vtkTypeBool GenerateFaces
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void SetBoxTypeToOriented()
Set box type to AxisAligned (default) or Oriented.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
create wireframe outline around bounding box
#define VTK_BOX_TYPE_ORIENTED
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetBoxTypeToAxisAligned()
Set box type to AxisAligned (default) or Oriented.