DGtal
1.5.beta
|
Quantity type: a 3-sphere (model of CQuantity) More...
#include <DGtal/geometry/surfaces/estimation/estimationFunctors/SphereFittingEstimator.h>
Public Member Functions | |
Quantity () | |
Quantity (RealPoint p, double rad, double _tau, double _kappa, RealPoint _eta) | |
~Quantity () | |
bool | operator== (Quantity aq) |
bool | operator< (Quantity aq) |
bool | operator!= (Quantity aq) |
Data Fields | |
RealPoint | center |
double | radius |
double | tau |
double | kappa |
RealPoint | eta |
Quantity type: a 3-sphere (model of CQuantity)
Definition at line 129 of file SphereFittingEstimator.h.
|
inline |
Definition at line 137 of file SphereFittingEstimator.h.
|
inline |
Definition at line 138 of file SphereFittingEstimator.h.
|
inline |
Definition at line 142 of file SphereFittingEstimator.h.
|
inline |
Definition at line 145 of file SphereFittingEstimator.h.
|
inline |
|
inline |
RealPoint DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::Quantity::center |
Definition at line 131 of file SphereFittingEstimator.h.
Referenced by DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::eval(), DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::Quantity::operator<(), and DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::Quantity::operator==().
RealPoint DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::Quantity::eta |
Definition at line 135 of file SphereFittingEstimator.h.
double DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::Quantity::kappa |
Definition at line 134 of file SphereFittingEstimator.h.
double DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::Quantity::radius |
Definition at line 132 of file SphereFittingEstimator.h.
Referenced by DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::Quantity::operator<(), and DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::Quantity::operator==().
double DGtal::functors::SphereFittingEstimator< TSurfel, TEmbedder, TNormalVectorEstimatorCache >::Quantity::tau |
Definition at line 133 of file SphereFittingEstimator.h.