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 50 of file RTOpPack_ROpGetElement.hpp.
|
inline |
Definition at line 59 of file RTOpPack_ROpGetElement.hpp.
|
inline |
Definition at line 66 of file RTOpPack_ROpGetElement.hpp.
|
inline |
Definition at line 71 of file RTOpPack_ROpGetElement.hpp.
|
inlineprotectedvirtual |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 77 of file RTOpPack_ROpGetElement.hpp.