|
DGtal 1.4.0
|
Aim: Rosen-Proffitt Length Estimator. More...
#include <DGtal/geometry/curves/estimation/RosenProffittLocalLengthEstimator.h>
Public Types | |
| typedef TConstIterator | ConstIterator |
| typedef double | Quantity |
Public Types inherited from DGtal::TwoStepLocalLengthEstimator< TConstIterator > | |
| typedef TConstIterator | ConstIterator |
| typedef double | Quantity |
Public Member Functions | |
| RosenProffittLocalLengthEstimator () | |
| RosenProffittLocalLengthEstimator (const RosenProffittLocalLengthEstimator &other)=delete | |
| RosenProffittLocalLengthEstimator & | operator= (const RosenProffittLocalLengthEstimator &other)=delete |
| void | selfDisplay (std::ostream &out) const |
Public Member Functions inherited from DGtal::TwoStepLocalLengthEstimator< TConstIterator > | |
| TwoStepLocalLengthEstimator ()=delete | |
| TwoStepLocalLengthEstimator (const double wdirect, const double wdiag) | |
| ~TwoStepLocalLengthEstimator ()=default | |
| TwoStepLocalLengthEstimator (const TwoStepLocalLengthEstimator &other)=delete | |
| TwoStepLocalLengthEstimator & | operator= (const TwoStepLocalLengthEstimator &other)=delete |
| Quantity | eval (const ConstIterator &itb, const ConstIterator &ite, const double h=1.) const |
| void | selfDisplay (std::ostream &out) const |
| bool | isValid () const |
Aim: Rosen-Proffitt Length Estimator.
Description of template class 'RosenProffittLocalLengthEstimator'
Model of CGlobalCurveGeometricEstimator
| TConstIterator | a model of CConstIteratorOnArrows. |
Definition at line 69 of file RosenProffittLocalLengthEstimator.h.
| typedef TConstIterator DGtal::RosenProffittLocalLengthEstimator< TConstIterator >::ConstIterator |
Definition at line 76 of file RosenProffittLocalLengthEstimator.h.
| typedef double DGtal::RosenProffittLocalLengthEstimator< TConstIterator >::Quantity |
Definition at line 77 of file RosenProffittLocalLengthEstimator.h.
|
inline |
Default Constructor.
Definition at line 83 of file RosenProffittLocalLengthEstimator.h.
|
delete |
Copy constructor.
| other | the object to clone. Forbidden by default. |
|
delete |
Assignment.
| other | the object to copy. |
|
inline |
Writes/Displays the object on an output stream.
| out | the output stream where the object is written. |
Definition at line 110 of file RosenProffittLocalLengthEstimator.h.
References DGtal::TwoStepLocalLengthEstimator< TConstIterator >::isValid().