29 #ifndef __vtkOutlineSource_h
30 #define __vtkOutlineSource_h
34 #define VTK_BOX_TYPE_AXIS_ALIGNED 0
35 #define VTK_BOX_TYPE_ORIENTED 1
48 vtkSetMacro(BoxType,
int);
49 vtkGetMacro(BoxType,
int);
58 vtkSetVector6Macro(Bounds,
double);
59 vtkGetVectorMacro(Bounds,
double,6);
67 vtkSetVectorMacro(Corners,
double,24);
68 vtkGetVectorMacro(Corners,
double,24);
73 vtkSetMacro(GenerateFaces,
int);
74 vtkBooleanMacro(GenerateFaces,
int);
75 vtkGetMacro(GenerateFaces,
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
void SetBoxTypeToAxisAligned()