24#ifndef vtkPointPicker_h 
   25#define vtkPointPicker_h 
   28#include "vtkRenderingCoreModule.h"  
   30VTK_ABI_NAMESPACE_BEGIN
 
   74    double tol, 
vtkDataSet* dataSet, 
double& tMin, 
double minXYZ[3]);
 
abstract class specifies interface to map 3D data
 
a list of nodes that form an assembly path
 
abstract class to specify dataset behavior
 
a simple class to control print indentation
 
superclass for 3D geometric pickers (uses ray cast)
 
select a point by shooting a ray into a graphics window
 
double IntersectWithLine(const double p1[3], const double p2[3], double tol, vtkAssemblyPath *path, vtkProp3D *p, vtkAbstractMapper3D *m) override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.
 
~vtkPointPicker() override=default
 
vtkIdType IntersectDataSetWithLine(const double p1[3], double ray[3], double rayFactor, double tol, vtkDataSet *dataSet, double &tMin, double minXYZ[3])
 
void Initialize() override
 
static vtkPointPicker * New()
Standard methods for instantiation, type information, and printing.
 
represents an 3D object for placement in a rendered scene