36 #include "vtkFiltersGeneralModule.h"
55 void SetModelBounds(
double xmin,
double xmax,
double ymin,
double ymax,
56 double zmin,
double zmax);
57 void SetModelBounds(
const double bounds[6]);
58 vtkGetVectorMacro(ModelBounds,
double,6);
69 void SetFocalPoint(
double x[3]);
73 xyz[0] = x; xyz[1] = y; xyz[2] = z;
74 this->SetFocalPoint(xyz);
76 vtkGetVectorMacro(FocalPoint,
double,3);
166 double ModelBounds[6];
167 double FocalPoint[3];