29 #ifndef __vtkOutlineSource_h
30 #define __vtkOutlineSource_h
32 #include "vtkFiltersSourcesModule.h"
35 #define VTK_BOX_TYPE_AXIS_ALIGNED 0
36 #define VTK_BOX_TYPE_ORIENTED 1
43 void PrintSelf(ostream& os, vtkIndent indent);
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);
83 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
#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.
create wireframe outline around bounding box
#define VTK_BOX_TYPE_ORIENTED
void SetBoxTypeToAxisAligned()