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