DGtal
1.5.beta
|
#include <DGtal/geometry/surfaces/estimation/PlaneProbingDigitalSurfaceLocalEstimator.h>
Public Member Functions | |
ProbingFrame | rotatedCopy () const |
Point | shift () const |
Data Fields | |
Point | p |
Point | b1 |
Point | b2 |
Point | normal |
A probing frame represents a 3D orthogonal frame, that is internally used to define the starting position of a plane-probing algorithm.
Definition at line 85 of file PlaneProbingDigitalSurfaceLocalEstimator.h.
|
inline |
Definition at line 95 of file PlaneProbingDigitalSurfaceLocalEstimator.h.
References DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::b1, and DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::b2.
|
inline |
Definition at line 108 of file PlaneProbingDigitalSurfaceLocalEstimator.h.
References DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::b1, DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::b2, and DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::normal.
Point DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::b1 |
The first base vector.
Definition at line 88 of file PlaneProbingDigitalSurfaceLocalEstimator.h.
Referenced by DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::rotatedCopy(), and DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::shift().
Point DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::b2 |
The second base vector.
Definition at line 89 of file PlaneProbingDigitalSurfaceLocalEstimator.h.
Referenced by DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::rotatedCopy(), and DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::shift().
Point DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::normal |
A vector that is orthogonal to b1 and b2.
Definition at line 90 of file PlaneProbingDigitalSurfaceLocalEstimator.h.
Referenced by DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::shift().
Point DGtal::PlaneProbingDigitalSurfaceLocalEstimator< TSurface, TInternalProbingAlgorithm >::ProbingFrame::p |
The base point/
Definition at line 87 of file PlaneProbingDigitalSurfaceLocalEstimator.h.