24 #ifndef vtkVolumePicker_h
25 #define vtkVolumePicker_h
28 #include "vtkRenderingVolumeModule.h"
30 VTK_ABI_NAMESPACE_BEGIN
59 vtkGetMacro(CroppingPlaneId,
int);
71 static int ClipLineWithCroppingRegion(
const double bounds[6],
const int extent[6],
int flags,
72 const double x1[3],
const double x2[3],
double t1,
double t2,
int& extentPlaneId,
73 int& numSegments,
double* t1List,
double* t2List,
double* s1List,
int* planeIdList);
virtual void ResetPickInfo()
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
vtkTypeBool PickCroppingPlanes
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkCellPicker * New()
ray-cast cell picker for all kinds of Prop3Ds