LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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 344 of file geo_vectors_utils.h.
using geo::vect::details::BoundCoordGetter< CoordHelper, StoredVector >::CoordHelper_t = CoordHelper |
Definition at line 349 of file geo_vectors_utils.h.
using geo::vect::details::BoundCoordGetter< CoordHelper, StoredVector >::Getter_t = typename CoordHelper_t::Getter_t |
Definition at line 352 of file geo_vectors_utils.h.
using geo::vect::details::BoundCoordGetter< CoordHelper, StoredVector >::Scalar_t = typename CoordHelper_t::Scalar_t |
Definition at line 351 of file geo_vectors_utils.h.
using geo::vect::details::BoundCoordGetter< CoordHelper, StoredVector >::Stored_t = StoredVector |
Definition at line 347 of file geo_vectors_utils.h.
using geo::vect::details::BoundCoordGetter< CoordHelper, StoredVector >::Vector_t = typename CoordHelper_t::Vector_t |
Definition at line 350 of file geo_vectors_utils.h.
|
inline |
Constructor: manage the specified coordinate of specified vector.
Definition at line 355 of file geo_vectors_utils.h.
|
inline |
Constructor: manage the specified vector with specified methods.
Definition at line 359 of file geo_vectors_utils.h.
|
inline |
Returns the value of the bound coordinate.
Definition at line 362 of file geo_vectors_utils.h.
References lar::dump::vector().
|
inlineprotected |
Definition at line 371 of file geo_vectors_utils.h.
|
inline |
Returns the value of the bound coordinate.
Definition at line 368 of file geo_vectors_utils.h.
References lar::dump::vector().
|
inline |
Returns the value of the bound coordinate.
Definition at line 365 of file geo_vectors_utils.h.
|
inlineprotected |
Definition at line 372 of file geo_vectors_utils.h.
|
private |
Helper to manage a specific coordinate.
Definition at line 375 of file geo_vectors_utils.h.
|
private |
The vector to manage the coordinate of.
Definition at line 376 of file geo_vectors_utils.h.