30#ifndef vtkOutlineSource_h
31#define vtkOutlineSource_h
33#include "vtkFiltersSourcesModule.h"
36#define VTK_BOX_TYPE_AXIS_ALIGNED 0
37#define VTK_BOX_TYPE_ORIENTED 1
57 vtkSetMacro(BoxType,
int);
58 vtkGetMacro(BoxType,
int);
67 vtkSetVector6Macro(Bounds,
double);
68 vtkGetVectorMacro(Bounds,
double, 6);
78 vtkSetVectorMacro(Corners,
double, 24);
79 vtkGetVectorMacro(Corners,
double, 24);
97 vtkSetMacro(OutputPointsPrecision,
int);
98 vtkGetMacro(OutputPointsPrecision,
int);
a simple class to control print indentation
create wireframe outline around bounding box
static vtkOutlineSource * New()
Standard methods for instantiation.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation.
void SetBoxTypeToOriented()
Set box type to AxisAligned (default) or Oriented.
vtkTypeBool GenerateFaces
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetBoxTypeToAxisAligned()
Set box type to AxisAligned (default) or Oriented.
int OutputPointsPrecision
~vtkOutlineSource() override=default
Superclass for algorithms that produce only polydata as output.
#define VTK_BOX_TYPE_ORIENTED
#define VTK_BOX_TYPE_AXIS_ALIGNED