Go to the documentation of this file.
27 #ifndef vtkOutlineSource_h
28 #define vtkOutlineSource_h
30 #include "vtkFiltersSourcesModule.h"
33 #define VTK_BOX_TYPE_AXIS_ALIGNED 0
34 #define VTK_BOX_TYPE_ORIENTED 1
49 vtkSetMacro(BoxType,
int);
50 vtkGetMacro(BoxType,
int);
61 vtkSetVector6Macro(Bounds,
double);
62 vtkGetVectorMacro(Bounds,
double,6);
72 vtkSetVectorMacro(Corners,
double,24);
73 vtkGetVectorMacro(Corners,
double,24);
91 vtkSetMacro(OutputPointsPrecision,
int);
92 vtkGetMacro(OutputPointsPrecision,
int);
vtkTypeBool GenerateFaces
create wireframe outline around bounding box
#define VTK_BOX_TYPE_AXIS_ALIGNED
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
#define VTK_BOX_TYPE_ORIENTED
a simple class to control print indentation
void SetBoxTypeToOriented()
int OutputPointsPrecision
~vtkOutlineSource() override
void SetBoxTypeToAxisAligned()
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.