ReduceMaxIndexVector< P_sourcetype, N_rank > Class Template Reference

#include <reduce.h>

Collaboration diagram for ReduceMaxIndexVector< P_sourcetype, N_rank >:

Collaboration graph
[legend]
List of all members.

template<typename P_sourcetype, int N_rank>
class ReduceMaxIndexVector< P_sourcetype, N_rank >


Public Types

typedef P_sourcetype T_sourcetype
typedef TinyVector< int, N_rank > T_resulttype
typedef T_resulttype T_numtype

Public Member Functions

 ReduceMaxIndexVector ()
 ReduceMaxIndexVector (T_resulttype max)
bool operator() (T_sourcetype x)
bool operator() (T_sourcetype x, const TinyVector< int, N_rank > &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 max_
TinyVector< int, N_rank > index_

Member Typedef Documentation

template<typename P_sourcetype, int N_rank>
typedef T_resulttype ReduceMaxIndexVector< P_sourcetype, N_rank >::T_numtype
 

template<typename P_sourcetype, int N_rank>
typedef TinyVector<int,N_rank> ReduceMaxIndexVector< P_sourcetype, N_rank >::T_resulttype
 

template<typename P_sourcetype, int N_rank>
typedef P_sourcetype ReduceMaxIndexVector< P_sourcetype, N_rank >::T_sourcetype
 


Constructor & Destructor Documentation

template<typename P_sourcetype, int N_rank>
ReduceMaxIndexVector< P_sourcetype, N_rank >::ReduceMaxIndexVector  )  [inline]
 

template<typename P_sourcetype, int N_rank>
ReduceMaxIndexVector< P_sourcetype, N_rank >::ReduceMaxIndexVector T_resulttype  max  )  [inline]
 


Member Function Documentation

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

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

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

template<typename P_sourcetype, int N_rank>
void ReduceMaxIndexVector< P_sourcetype, N_rank >::reset T_resulttype   )  [inline]
 

template<typename P_sourcetype, int N_rank>
void ReduceMaxIndexVector< P_sourcetype, N_rank >::reset  )  [inline]
 

template<typename P_sourcetype, int N_rank>
T_resulttype ReduceMaxIndexVector< P_sourcetype, N_rank >::result int   )  [inline]
 


Member Data Documentation

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

template<typename P_sourcetype, int N_rank>
TinyVector<int,N_rank> ReduceMaxIndexVector< P_sourcetype, N_rank >::index_ [protected]
 

template<typename P_sourcetype, int N_rank>
T_sourcetype ReduceMaxIndexVector< P_sourcetype, N_rank >::max_ [protected]
 


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