29 #ifndef vtkOutlineSource_h
30 #define vtkOutlineSource_h
35 #define VTK_BOX_TYPE_AXIS_ALIGNED 0
36 #define VTK_BOX_TYPE_ORIENTED 1
49 vtkSetMacro(BoxType,
int);
50 vtkGetMacro(BoxType,
int);
59 vtkSetVector6Macro(Bounds,
double);
60 vtkGetVectorMacro(Bounds,
double,6);
68 vtkSetVectorMacro(Corners,
double,24);
69 vtkGetVectorMacro(Corners,
double,24);
74 vtkSetMacro(GenerateFaces,
int);
75 vtkBooleanMacro(GenerateFaces,
int);
76 vtkGetMacro(GenerateFaces,
int);
84 vtkSetMacro(OutputPointsPrecision,
int);
85 vtkGetMacro(OutputPointsPrecision,
int);
#define VTK_BOX_TYPE_AXIS_ALIGNED
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetBoxTypeToOriented()
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
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 SetBoxTypeToAxisAligned()