|
DGtal
0.6.devel
|
#include <BLUELocalLengthEstimator.h>


Public Types | |
| typedef TConstIterator | ConstIterator |
| typedef double | Quantity |
Public Types inherited from DGtal::TwoStepLocalLengthEstimator< TConstIterator > | |
Public Member Functions | |
| BLUELocalLengthEstimator () | |
| void | selfDisplay (std::ostream &out) const |
Public Member Functions inherited from DGtal::TwoStepLocalLengthEstimator< TConstIterator > | |
| TwoStepLocalLengthEstimator (const double wdirect, const double wdiag) | |
| ~TwoStepLocalLengthEstimator () | |
| void | init (const double h, const ConstIterator &itb, const ConstIterator &ite, const bool &isClosed) |
| Quantity | eval () const |
| bool | isValid () const |
Private Member Functions | |
| BLUELocalLengthEstimator (const BLUELocalLengthEstimator &other) | |
| BLUELocalLengthEstimator & | operator= (const BLUELocalLengthEstimator &other) |
Aim: Best Linear Unbiased Two step length estimator.
Description of template class 'BLUELocalLengthEstimator'
Model of CGlobalCurveGeometricEstimator.
| TConstIterator | a model of CConstIteratorOnArrows. |
Definition at line 69 of file BLUELocalLengthEstimator.h.
| typedef TConstIterator DGtal::BLUELocalLengthEstimator< TConstIterator >::ConstIterator |
Reimplemented from DGtal::TwoStepLocalLengthEstimator< TConstIterator >.
Definition at line 76 of file BLUELocalLengthEstimator.h.
| typedef double DGtal::BLUELocalLengthEstimator< TConstIterator >::Quantity |
Reimplemented from DGtal::TwoStepLocalLengthEstimator< TConstIterator >.
Definition at line 77 of file BLUELocalLengthEstimator.h.
|
inline |
Default Constructor.
Definition at line 83 of file BLUELocalLengthEstimator.h.
|
private |
Copy constructor.
| other | the object to clone. Forbidden by default. |
|
private |
Assignment.
| other | the object to copy. |
|
inline |
Writes/Displays the object on an output stream.
| out | the output stream where the object is written. |
Reimplemented from DGtal::TwoStepLocalLengthEstimator< TConstIterator >.
Definition at line 96 of file BLUELocalLengthEstimator.h.
References DGtal::TwoStepLocalLengthEstimator< TConstIterator >::myH, and DGtal::TwoStepLocalLengthEstimator< TConstIterator >::myIsInitBefore.
1.8.1.1