LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "geo_vectors_utils.h"
Public Types | |
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 |
using | Setter_t = typename CoordHelper_t::Setter_t |
using | Stored_t = StoredVector |
Public Member Functions | |
BoundCoordManager (Stored_t &v, CoordHelper_t coordManager) | |
Constructor: manage the specified coordinate of specified vector. More... | |
BoundCoordManager (Stored_t &v, Getter_t getter, Setter_t setter) | |
Constructor: manage the specified vector with specified methods. More... | |
BoundCoordManager & | operator= (Scalar_t c) |
Setter: assigns a value to the bound coordinate of specified vector. More... | |
BoundCoordManager & | operator+= (Scalar_t c) |
Increments by the specified amount. More... | |
BoundCoordManager & | operator-= (Scalar_t c) |
Decrements by the specified amount. More... | |
BoundCoordManager & | operator*= (Scalar_t f) |
Multiplies by the specified amount. More... | |
BoundCoordManager & | operator/= (Scalar_t f) |
Divides by the specified amount. 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 Types | |
using | Base_t = BoundCoordGetter< CoordHelper, StoredVector > |
Definition at line 346 of file geo_vectors_utils.h.
|
private |
Definition at line 349 of file geo_vectors_utils.h.
using geo::vect::details::BoundCoordManager< CoordHelper, StoredVector >::CoordHelper_t = CoordHelper |
Definition at line 354 of file geo_vectors_utils.h.
using geo::vect::details::BoundCoordManager< CoordHelper, StoredVector >::Getter_t = typename CoordHelper_t::Getter_t |
Definition at line 357 of file geo_vectors_utils.h.
using geo::vect::details::BoundCoordManager< CoordHelper, StoredVector >::Scalar_t = typename CoordHelper_t::Scalar_t |
Definition at line 356 of file geo_vectors_utils.h.
using geo::vect::details::BoundCoordManager< CoordHelper, StoredVector >::Setter_t = typename CoordHelper_t::Setter_t |
Definition at line 358 of file geo_vectors_utils.h.
using geo::vect::details::BoundCoordGetter< CoordHelper, StoredVector >::Stored_t = StoredVector |
Definition at line 311 of file geo_vectors_utils.h.
using geo::vect::details::BoundCoordManager< CoordHelper, StoredVector >::Vector_t = typename CoordHelper_t::Vector_t |
Definition at line 355 of file geo_vectors_utils.h.
|
inline |
Constructor: manage the specified coordinate of specified vector.
Definition at line 361 of file geo_vectors_utils.h.
|
inline |
Constructor: manage the specified vector with specified methods.
Definition at line 365 of file geo_vectors_utils.h.
|
inlineinherited |
Returns the value of the bound coordinate.
Definition at line 327 of file geo_vectors_utils.h.
References lar::dump::vector().
|
inlineprotectedinherited |
Definition at line 336 of file geo_vectors_utils.h.
|
inlineinherited |
Returns the value of the bound coordinate.
Definition at line 333 of file geo_vectors_utils.h.
References lar::dump::vector().
|
inlineinherited |
Returns the value of the bound coordinate.
Definition at line 330 of file geo_vectors_utils.h.
|
inline |
Multiplies by the specified amount.
Definition at line 381 of file geo_vectors_utils.h.
References lar::dump::vector().
|
inline |
Increments by the specified amount.
Definition at line 373 of file geo_vectors_utils.h.
References lar::dump::vector().
|
inline |
Decrements by the specified amount.
Definition at line 377 of file geo_vectors_utils.h.
References lar::dump::vector().
|
inline |
Divides by the specified amount.
Definition at line 385 of file geo_vectors_utils.h.
References lar::dump::vector().
|
inline |
Setter: assigns a value to the bound coordinate of specified vector.
Definition at line 369 of file geo_vectors_utils.h.
References lar::dump::vector().
|
inlineprotectedinherited |
Definition at line 337 of file geo_vectors_utils.h.