#include <geo_vectors_utils.h>
Public Types | |
| using | Stored_t = StoredVector |
| using | CoordHelper_t = CoordHelper |
| using | Vector_t = typename CoordHelper_t::Vector_t |
| using | Scalar_t = typename CoordHelper_t::Scalar_t |
| using | Getter_t = typename CoordHelper_t::Getter_t |
Public Member Functions | |
| BoundCoordGetter (Stored_t &v, CoordHelper_t coordManager) | |
| Constructor: manage the specified coordinate of specified vector. More... | |
| BoundCoordGetter (Stored_t &v, Getter_t getter) | |
| Constructor: manage the specified vector with specified methods. More... | |
| Scalar_t | get () const |
| Returns the value of the bound coordinate. More... | |
| Scalar_t | operator() () const |
| Returns the value of the bound coordinate. More... | |
| operator Scalar_t () const | |
| Returns the value of the bound coordinate. More... | |
Protected Member Functions | |
| CoordHelper_t const & | manager () const |
| Stored_t & | vector () const |
Private Attributes | |
| CoordHelper_t | fCoord |
| Helper to manage a specific coordinate. More... | |
| Stored_t & | fVector |
| The vector to manage the coordinate of. More... | |
Definition at line 314 of file geo_vectors_utils.h.
| using geo::vect::details::BoundCoordGetter< CoordHelper, StoredVector >::CoordHelper_t = CoordHelper |
Definition at line 319 of file geo_vectors_utils.h.
| using geo::vect::details::BoundCoordGetter< CoordHelper, StoredVector >::Getter_t = typename CoordHelper_t::Getter_t |
Definition at line 322 of file geo_vectors_utils.h.
| using geo::vect::details::BoundCoordGetter< CoordHelper, StoredVector >::Scalar_t = typename CoordHelper_t::Scalar_t |
Definition at line 321 of file geo_vectors_utils.h.
| using geo::vect::details::BoundCoordGetter< CoordHelper, StoredVector >::Stored_t = StoredVector |
Definition at line 317 of file geo_vectors_utils.h.
| using geo::vect::details::BoundCoordGetter< CoordHelper, StoredVector >::Vector_t = typename CoordHelper_t::Vector_t |
Definition at line 320 of file geo_vectors_utils.h.
|
inline |
Constructor: manage the specified coordinate of specified vector.
Definition at line 325 of file geo_vectors_utils.h.
|
inline |
Constructor: manage the specified vector with specified methods.
Definition at line 329 of file geo_vectors_utils.h.
|
inline |
Returns the value of the bound coordinate.
Definition at line 333 of file geo_vectors_utils.h.
|
inlineprotected |
Definition at line 342 of file geo_vectors_utils.h.
|
inline |
Returns the value of the bound coordinate.
Definition at line 339 of file geo_vectors_utils.h.
|
inline |
Returns the value of the bound coordinate.
Definition at line 336 of file geo_vectors_utils.h.
|
inlineprotected |
Definition at line 343 of file geo_vectors_utils.h.
|
private |
Helper to manage a specific coordinate.
Definition at line 346 of file geo_vectors_utils.h.
|
private |
The vector to manage the coordinate of.
Definition at line 347 of file geo_vectors_utils.h.
1.8.5