38 #ifndef vtkVolumePicker_h
39 #define vtkVolumePicker_h
57 vtkSetMacro(PickCroppingPlanes,
int);
58 vtkBooleanMacro(PickCroppingPlanes,
int);
59 vtkGetMacro(PickCroppingPlanes,
int);
68 vtkGetMacro(CroppingPlaneId,
int);
83 static int ClipLineWithCroppingRegion(
const double bounds[6],
84 const int extent[6],
int flags,
85 const double x1[3],
const double x2[3],
87 int &extentPlaneId,
int &numSegments,
88 double *t1List,
double *t2List,
89 double *s1List,
int *planeIdList);
void PrintSelf(ostream &os, vtkIndent indent)
virtual void ResetPickInfo()
#define VTKRENDERINGVOLUME_EXPORT
virtual double IntersectVolumeWithLine(const double p1[3], const double p2[3], double t1, double t2, vtkProp3D *prop, vtkAbstractVolumeMapper *mapper)
Abstract class for a volume mapper.
ray-cast picker enhanced for volumes
represents an 3D object for placement in a rendered scene
a simple class to control print indentation
static vtkCellPicker * New()
ray-cast cell picker for all kinds of Prop3Ds