34 #include "vtkFiltersGeneralModule.h"
54 void SetModelBounds(
double xmin,
double xmax,
double ymin,
double ymax,
55 double zmin,
double zmax);
56 void SetModelBounds(
const double bounds[6]);
57 vtkGetVectorMacro(ModelBounds,
double,6);
69 void SetFocalPoint(
double x[3]);
73 xyz[0] = x; xyz[1] = y; xyz[2] = z;
74 this->SetFocalPoint(xyz);
76 vtkGetVectorMacro(FocalPoint,
double,3);
84 vtkGetMacro(Outline,
int);
93 vtkGetMacro(Axes,
int);
103 vtkGetMacro(Radius,
double);
111 vtkGetMacro(Point,
int);
122 vtkGetMacro(TranslationMode,
int);
133 vtkGetMacro(Wrap,
int);
151 double ModelBounds[6];
152 double FocalPoint[3];
162 void operator=(const
vtkCursor2D&) VTK_DELETE_FUNCTION;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void SetFocalPoint(double x, double y, double z)
Set/Get the position of cursor focus.
generate a 2D cursor representation
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.