ReduceMinIndexVector< P_sourcetype, N > Class Template Reference

#include <reduce.h>

Collaboration diagram for ReduceMinIndexVector< P_sourcetype, N >:

Collaboration graph
[legend]
List of all members.

template<typename P_sourcetype, int N>
class ReduceMinIndexVector< P_sourcetype, N >


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)
bool operator() (T_sourcetype x)
bool operator() (T_sourcetype, int)
bool operator() (T_sourcetype x, const TinyVector< int, N > &index)
T_resulttype result (int)
void reset ()
void reset (T_resulttype)

Static Public Member Functions

const char * name ()

Static Public Attributes

const bool canProvideInitialValue = false

Protected Attributes

T_sourcetype min_
TinyVector< int, N > index_

Member Typedef Documentation

template<typename P_sourcetype, int N>
typedef T_resulttype ReduceMinIndexVector< P_sourcetype, N >::T_numtype
 

template<typename P_sourcetype, int N>
typedef TinyVector<int,N> ReduceMinIndexVector< P_sourcetype, N >::T_resulttype
 

template<typename P_sourcetype, int N>
typedef P_sourcetype ReduceMinIndexVector< P_sourcetype, N >::T_sourcetype
 


Constructor & Destructor Documentation

template<typename P_sourcetype, int N>
ReduceMinIndexVector< P_sourcetype, N >::ReduceMinIndexVector  )  [inline]
 

template<typename P_sourcetype, int N>
ReduceMinIndexVector< P_sourcetype, N >::ReduceMinIndexVector T_resulttype  min  )  [inline]
 


Member Function Documentation

template<typename P_sourcetype, int N>
const char* ReduceMinIndexVector< P_sourcetype, N >::name  )  [inline, static]
 

template<typename P_sourcetype, int N>
bool ReduceMinIndexVector< P_sourcetype, N >::operator() T_sourcetype  x,
const TinyVector< int, N > &  index
[inline]
 

template<typename P_sourcetype, int N>
bool ReduceMinIndexVector< P_sourcetype, N >::operator() T_sourcetype  ,
int 
[inline]
 

template<typename P_sourcetype, int N>
bool ReduceMinIndexVector< P_sourcetype, N >::operator() T_sourcetype  x  )  [inline]
 

template<typename P_sourcetype, int N>
void ReduceMinIndexVector< P_sourcetype, N >::reset T_resulttype   )  [inline]
 

template<typename P_sourcetype, int N>
void ReduceMinIndexVector< P_sourcetype, N >::reset  )  [inline]
 

template<typename P_sourcetype, int N>
T_resulttype ReduceMinIndexVector< P_sourcetype, N >::result int   )  [inline]
 


Member Data Documentation

template<typename P_sourcetype, int N>
const bool ReduceMinIndexVector< P_sourcetype, N >::canProvideInitialValue = false [static]
 

template<typename P_sourcetype, int N>
TinyVector<int,N> ReduceMinIndexVector< P_sourcetype, N >::index_ [protected]
 

template<typename P_sourcetype, int N>
T_sourcetype ReduceMinIndexVector< P_sourcetype, N >::min_ [protected]
 


The documentation for this class was generated from the following file:
Generated on Mon Oct 22 10:04:09 2007 for blitz by  doxygen 1.3.9.1