Go to the documentation of this file.
51 double zmin,
double zmax);
66 xyz[0] =
x; xyz[1] =
y; xyz[2] =
z;
67 this->SetFocalPoint(xyz);
141 double ModelBounds[6];
142 double FocalPoint[3];
static vtkCursor3D * New()
generate a 3D cursor representation
#define vtkTypeMacro(thisClass, superclass)
void SetModelBounds(double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
GLint GLint GLint GLint GLint x
#define vtkGetVectorMacro(name, type, count)
void SetModelBounds(const double bounds[6])
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define VTKFILTERSGENERAL_EXPORT
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkGetMacro(name, type)
void SetFocalPoint(double x[3])
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
GLint GLint GLint GLint GLint GLint y
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetFocalPoint(double x, double y, double z)
Superclass for algorithms that produce only polydata as output.