37 #include "vtkFiltersGeneralModule.h"
57 void SetModelBounds(
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax);
58 void SetModelBounds(
const double bounds[6]);
59 vtkGetVectorMacro(ModelBounds,
double, 6);
71 void SetFocalPoint(
double x[3]);
78 this->SetFocalPoint(xyz);
80 vtkGetVectorMacro(FocalPoint,
double, 3);
107 vtkGetMacro(Radius,
double);
155 double ModelBounds[6];
156 double FocalPoint[3];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkTypeBool TranslationMode
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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.