37 #include "vtkFiltersGeneralModule.h"
58 double zmin,
double zmax);
60 vtkGetVectorMacro(ModelBounds,
double,6);
76 xyz[0] = x; xyz[1] = y; xyz[2] = z;
77 this->SetFocalPoint(xyz);
79 vtkGetVectorMacro(FocalPoint,
double,3);
87 vtkGetMacro(Outline,
int);
96 vtkGetMacro(Axes,
int);
106 vtkGetMacro(Radius,
double);
114 vtkGetMacro(Point,
int);
125 vtkGetMacro(TranslationMode,
int);
136 vtkGetMacro(Wrap,
int);
154 double ModelBounds[6];
155 double FocalPoint[3];
165 void operator=(
const vtkCursor2D&) VTK_DELETE_FUNCTION;
generate a 2D cursor representation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetFocalPoint(double x, double y, double z)
void AllOn()
Turn every part of the cursor on or off.
void SetFocalPoint(double x[3])
Set/Get the position of cursor focus.
void SetModelBounds(double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
Set / get the bounding box of the 2D cursor.
static vtkCursor2D * New()
Construct with model bounds = (-10,10,-10,10), focal point = (0,0), radius=2, all parts of cursor vis...
void SetModelBounds(const double bounds[6])
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.