DGtal
0.6.devel
|
#include <RosenProffittLocalLengthEstimator.h>
Public Types | |
typedef TConstIterator | ConstIterator |
typedef double | Quantity |
![]() |
Public Member Functions | |
RosenProffittLocalLengthEstimator () | |
void | selfDisplay (std::ostream &out) const |
![]() | |
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 | |
RosenProffittLocalLengthEstimator (const RosenProffittLocalLengthEstimator &other) | |
RosenProffittLocalLengthEstimator & | operator= (const RosenProffittLocalLengthEstimator &other) |
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 |
Reimplemented from DGtal::TwoStepLocalLengthEstimator< TConstIterator >.
Definition at line 76 of file RosenProffittLocalLengthEstimator.h.
typedef double DGtal::RosenProffittLocalLengthEstimator< TConstIterator >::Quantity |
Reimplemented from DGtal::TwoStepLocalLengthEstimator< TConstIterator >.
Definition at line 77 of file RosenProffittLocalLengthEstimator.h.
|
inline |
Default Constructor.
Definition at line 83 of file RosenProffittLocalLengthEstimator.h.
References M_PI.
|
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 97 of file RosenProffittLocalLengthEstimator.h.
References DGtal::TwoStepLocalLengthEstimator< TConstIterator >::myH, and DGtal::TwoStepLocalLengthEstimator< TConstIterator >::myIsInitBefore.