38 #ifndef __vtkVolumePicker_h
39 #define __vtkVolumePicker_h
56 vtkSetMacro(PickCroppingPlanes,
int);
57 vtkBooleanMacro(PickCroppingPlanes,
int);
58 vtkGetMacro(PickCroppingPlanes,
int);
67 vtkGetMacro(CroppingPlaneId,
int);
82 static int ClipLineWithCroppingRegion(
const double bounds[6],
83 const int extent[6],
int flags,
84 const double x1[3],
const double x2[3],
86 int &extentPlaneId,
int &numSegments,
87 double *t1List,
double *t2List,
88 double *s1List,
int *planeIdList);