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