DGtal
1.5.beta
|
#include <DGtal/geometry/surfaces/estimation/estimationFunctors/SphereFittingEstimator.h>
Public Types | |
enum | { Dim = 3 } |
typedef double | Scalar |
typedef Eigen::Matrix< Scalar, Dim, 1 > | VectorType |
typedef Eigen::Matrix< Scalar, Dim, Dim > | MatrixType |
Public Member Functions | |
MULTIARCH | PatatePoint (const VectorType &_pos=VectorType::Zero(), const VectorType &_normal=VectorType::Zero()) |
MULTIARCH const VectorType & | pos () const |
MULTIARCH const VectorType & | normal () const |
MULTIARCH VectorType & | pos () |
MULTIARCH VectorType & | normal () |
Private Attributes | |
VectorType | m_pos |
VectorType | m_normal |
Definition at line 93 of file SphereFittingEstimator.h.
typedef Eigen::Matrix<Scalar, Dim, Dim> DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::PatatePoint::MatrixType |
Definition at line 99 of file SphereFittingEstimator.h.
typedef double DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::PatatePoint::Scalar |
Definition at line 97 of file SphereFittingEstimator.h.
typedef Eigen::Matrix<Scalar, Dim, 1> DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::PatatePoint::VectorType |
Definition at line 98 of file SphereFittingEstimator.h.
anonymous enum |
|
inline |
Definition at line 101 of file SphereFittingEstimator.h.
|
inline |
Definition at line 109 of file SphereFittingEstimator.h.
|
inline |
Definition at line 106 of file SphereFittingEstimator.h.
|
inline |
Definition at line 108 of file SphereFittingEstimator.h.
|
inline |
Definition at line 105 of file SphereFittingEstimator.h.
|
private |
Definition at line 112 of file SphereFittingEstimator.h.
Referenced by DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::PatatePoint::normal().
|
private |
Definition at line 112 of file SphereFittingEstimator.h.
Referenced by DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::PatatePoint::pos().