#include <reduce.h>

Public Types | |
| typedef P_sourcetype | T_sourcetype |
| typedef TinyVector< int, N > | T_resulttype |
| typedef T_resulttype | T_numtype |
Public Member Functions | |
| ReduceMinIndexVector () | |
| ReduceMinIndexVector (T_resulttype min) | |
| int | operator() (T_sourcetype x) |
| int | operator() (T_sourcetype, int) |
| int | operator() (T_sourcetype x, const TinyVector< int, N > &index) |
| T_resulttype | result (int) |
| void | reset () |
| void | reset (T_resulttype) |
Static Public Member Functions | |
| static const char * | name () |
Static Public Attributes | |
| static const int | canProvideInitialValue = 0 |
Protected Attributes | |
| T_sourcetype | min_ |
| TinyVector< int, N > | index_ |
| typedef T_resulttype ReduceMinIndexVector< P_sourcetype, N >::T_numtype |
| typedef TinyVector<int,N> ReduceMinIndexVector< P_sourcetype, N >::T_resulttype |
| typedef P_sourcetype ReduceMinIndexVector< P_sourcetype, N >::T_sourcetype |
| ReduceMinIndexVector< P_sourcetype, N >::ReduceMinIndexVector | ( | ) | [inline] |
References ReduceMinIndexVector< P_sourcetype, N >::reset().
| ReduceMinIndexVector< P_sourcetype, N >::ReduceMinIndexVector | ( | T_resulttype | min | ) | [inline] |
References ReduceMinIndexVector< P_sourcetype, N >::reset().
| static const char* ReduceMinIndexVector< P_sourcetype, N >::name | ( | ) | [inline, static] |
| int ReduceMinIndexVector< P_sourcetype, N >::operator() | ( | T_sourcetype | x, | |
| const TinyVector< int, N > & | index | |||
| ) | [inline] |
| int ReduceMinIndexVector< P_sourcetype, N >::operator() | ( | T_sourcetype | , | |
| int | ||||
| ) | [inline] |
| int ReduceMinIndexVector< P_sourcetype, N >::operator() | ( | T_sourcetype | x | ) | [inline] |
| void ReduceMinIndexVector< P_sourcetype, N >::reset | ( | T_resulttype | ) | [inline] |
References ReduceMinIndexVector< P_sourcetype, N >::reset().
| void ReduceMinIndexVector< P_sourcetype, N >::reset | ( | ) | [inline] |
| T_resulttype ReduceMinIndexVector< P_sourcetype, N >::result | ( | int | ) | [inline] |
References ReduceMinIndexVector< P_sourcetype, N >::index_.
const int ReduceMinIndexVector< P_sourcetype, N >::canProvideInitialValue = 0 [static] |
TinyVector<int,N> ReduceMinIndexVector< P_sourcetype, N >::index_ [protected] |
T_sourcetype ReduceMinIndexVector< P_sourcetype, N >::min_ [protected] |
1.6.1