|
Collection of Concrete Vector Reduction/Transformation Operator Implementations
Version of the Day
|
Returns the value of the element at index global_i.
More...
#include <RTOpPack_ROpGetElement.hpp>

Public Member Functions | |
| ROpGetElement (const Ordinal &global_i) | |
| | |
| void | initialize (const Ordinal &global_i) |
| | |
| Scalar | operator() (const ReductTarget &reduct_obj) const |
| | |
Protected Member Functions | |
| virtual Range1D | range_impl () const |
| | |
Returns the value of the element at index global_i.
Warning! If the element is not found, then 0 is returned!
Definition at line 82 of file RTOpPack_ROpGetElement.hpp.
| RTOpPack::ROpGetElement< Scalar >::ROpGetElement | ( | const Ordinal & | global_i | ) | [inline] |
Definition at line 91 of file RTOpPack_ROpGetElement.hpp.
| void RTOpPack::ROpGetElement< Scalar >::initialize | ( | const Ordinal & | global_i | ) | [inline] |
Definition at line 98 of file RTOpPack_ROpGetElement.hpp.
| Scalar RTOpPack::ROpGetElement< Scalar >::operator() | ( | const ReductTarget & | reduct_obj | ) | const [inline] |
Reimplemented from RTOpPack::ROpScalarReductionWithOpBase< Scalar, ReductScalar, ReductObjReduction >.
Definition at line 103 of file RTOpPack_ROpGetElement.hpp.
| virtual Range1D RTOpPack::ROpGetElement< Scalar >::range_impl | ( | ) | const [inline, protected, virtual] |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 109 of file RTOpPack_ROpGetElement.hpp.
1.7.6.1