Go to the documentation of this file.
53 double zmin,
double zmax);
69 xyz[0] =
x; xyz[1] =
y; xyz[2] =
z;
70 this->SetFocalPoint(xyz);
133 double ModelBounds[6];
134 double FocalPoint[3];
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetModelBounds(double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
void SetFocalPoint(double x, double y, double z)
void SetModelBounds(const double bounds[6])
void PrintSelf(ostream &os, vtkIndent indent)
static vtkCursor2D * New()
void SetFocalPoint(double x[3])
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
#define vtkGetVectorMacro(name, type, count)
#define vtkSetClampMacro(name, type, min, max)
a simple class to control print indentation
#define VTKFILTERSGENERAL_EXPORT
generate a 2D cursor representation
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
GLint GLint GLint GLint GLint GLint y
Superclass for algorithms that produce only polydata as output.