Go to the documentation of this file.
29 #ifndef vtkOutlineSource_h
30 #define vtkOutlineSource_h
35 #define VTK_BOX_TYPE_AXIS_ALIGNED 0
36 #define VTK_BOX_TYPE_ORIENTED 1
create wireframe outline around bounding box
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkTypeMacro(thisClass, superclass)
#define VTK_BOX_TYPE_AXIS_ALIGNED
static vtkOutlineSource * New()
#define vtkGetVectorMacro(name, type, count)
#define VTK_BOX_TYPE_ORIENTED
a simple class to control print indentation
void SetBoxTypeToOriented()
#define vtkGetMacro(name, type)
int OutputPointsPrecision
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
#define vtkSetVectorMacro(name, type, count)
#define vtkSetVector6Macro(name, type)
void SetBoxTypeToAxisAligned()
Superclass for algorithms that produce only polydata as output.