IndexedValue is the return type for reduction operations such as MinLoc that return a location and a value. More...
Public Attributes | |
| Scalar | what |
| int | where |
IndexedValue is the return type for reduction operations such as MinLoc that return a location and a value.
Definition at line 107 of file PlayaVectorFunctorsDecl.hpp.
| Scalar PlayaFunctors::IndexedValue< Scalar >::what |
Value
Definition at line 110 of file PlayaVectorFunctorsDecl.hpp.
Referenced by Playa::maxlocWithBound(), and Playa::minlocWithBound().
| int PlayaFunctors::IndexedValue< Scalar >::where |
Index
Definition at line 112 of file PlayaVectorFunctorsDecl.hpp.
Referenced by Playa::maxlocWithBound(), and Playa::minlocWithBound().