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 70 of file PlayaVectorFunctorsDecl.hpp.
| Scalar PlayaFunctors::IndexedValue< Scalar >::what |
Value
Definition at line 73 of file PlayaVectorFunctorsDecl.hpp.
Referenced by Playa::maxlocWithBound(), and Playa::minlocWithBound().
| int PlayaFunctors::IndexedValue< Scalar >::where |
Index
Definition at line 75 of file PlayaVectorFunctorsDecl.hpp.
Referenced by Playa::maxlocWithBound(), and Playa::minlocWithBound().