33 #include "vtkFiltersGeneralModule.h"
52 void SetModelBounds(
double xmin,
double xmax,
double ymin,
double ymax,
53 double zmin,
double zmax);
54 void SetModelBounds(
const double bounds[6]);
55 vtkGetVectorMacro(ModelBounds,
double,6);
66 void SetFocalPoint(
double x[3]);
70 xyz[0] = x; xyz[1] = y; xyz[2] = z;
71 this->SetFocalPoint(xyz);
73 vtkGetVectorMacro(FocalPoint,
double,3);
163 double ModelBounds[6];
164 double FocalPoint[3];