|
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 |
Public Member Functions inherited from RTOpPack::ROp_1_CoordVariantScalarReduction< Scalar, Scalar, ROpGetElementEleWiseReductionOp< Scalar > > | |
Public Member Functions inherited from RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction > | |
Public Member Functions inherited from RTOpPack::RTOpT< Scalar > | |
Protected Member Functions | |
| virtual Range1D | range_impl () const |
Protected Member Functions inherited from RTOpPack::ROpScalarReductionWithOpBase< Scalar, ConcreteReductObj, ReductObjReduction > | |
Protected Member Functions inherited from RTOpPack::RTOpT< Scalar > | |
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.
|
inline |
Definition at line 91 of file RTOpPack_ROpGetElement.hpp.
|
inline |
Definition at line 98 of file RTOpPack_ROpGetElement.hpp.
|
inline |
Definition at line 103 of file RTOpPack_ROpGetElement.hpp.
|
inlineprotectedvirtual |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 109 of file RTOpPack_ROpGetElement.hpp.