OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Functions
AssignDefs.h File Reference
#include "Field/AssignTags.h"
Include dependency graph for AssignDefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BareField< T, Dim >
 
class  BareFieldIterator< T, D >
 
class  IndexedBareFieldIterator< T, D >
 
struct  PlugBase< D >
 

Functions

template<class T , class C , unsigned int D>
bool for_each (const BareFieldIterator< T, D > &p, SameFieldID s, C)
 
template<class T , class C , unsigned int D>
bool for_each (const IndexedBareFieldIterator< T, D > &p, SameFieldID s, C)
 
template<class C >
bool for_each (const Index::cursor &, SameFieldID, C)
 
template<class T , class C >
bool for_each (const PETE_Scalar< T > &, SameFieldID, C)
 
template<class T , unsigned int D1, unsigned D2, class C >
bool for_each (IndexedBareFieldIterator< T, D1 > &p, const PlugBase< D2 > &f, C)
 
template<class C , unsigned D>
bool for_each (Index::cursor &p, const PlugBase< D > &f, C)
 
template<class T , class C , unsigned D>
bool for_each (const PETE_Scalar< T > &, const PlugBase< D > &, C)
 
template<class T , class C , unsigned int D>
bool for_each (const IndexedBareFieldIterator< T, D > &p, IsCompressed, C)
 
template<class T , class C , unsigned int D>
bool for_each (const BareFieldIterator< T, D > &p, IsCompressed, C)
 
template<class C >
bool for_each (const Index::cursor &, IsCompressed, C)
 
template<class T , class C >
bool for_each (const PETE_Scalar< T > &, IsCompressed, C)
 
template<class T , unsigned int D>
Tfor_each (const BrickIterator< T, D > &p, EvalFunctor_0)
 
int for_each (const Index::cursor &p, EvalFunctor_0)
 
template<class T , unsigned int D>
Tfor_each (const BrickIterator< T, D > &p, const EvalFunctor_1 &e)
 
template<class T , unsigned int D>
Tfor_each (const BrickIterator< T, D > &p, const UnitEvalFunctor_1 &e)
 
int for_each (const Index::cursor &p, const EvalFunctor_1 &e)
 
template<class T >
T for_each (const PETE_Scalar< T > &p, const EvalFunctor_1 &)
 
template<class T , unsigned int D>
Tfor_each (const BrickIterator< T, D > &p, const EvalFunctor_2 &e)
 
template<class T , unsigned int D>
Tfor_each (const BrickIterator< T, D > &p, const UnitEvalFunctor_2 &e)
 
int for_each (const Index::cursor &p, const EvalFunctor_2 &e)
 
template<class T >
T for_each (const PETE_Scalar< T > &p, const EvalFunctor_2 &)
 
template<class T , unsigned int D>
Tfor_each (const BrickIterator< T, D > &p, const EvalFunctor_3 &e)
 
template<class T , unsigned int D>
Tfor_each (const BrickIterator< T, D > &p, const UnitEvalFunctor_3 &e)
 
int for_each (const Index::cursor &p, const EvalFunctor_3 &e)
 
template<class T >
T for_each (const PETE_Scalar< T > &p, const EvalFunctor_3 &)
 
template<class T , class C , unsigned int D>
int for_each (BareFieldIterator< T, D > &p, BeginLField, C)
 
template<class T , class C >
int for_each (PETE_Scalar< T > &, BeginLField, C)
 
template<class T , class C , unsigned int D>
int for_each (BareFieldIterator< T, D > &p, NextLField, C)
 
template<class T , class C >
int for_each (PETE_Scalar< T > &, NextLField, C)
 
template<class T , class C , unsigned int D>
int for_each (IndexedBareFieldIterator< T, D > &p, StepFunctor s, C)
 
template<class T , class C , unsigned int D>
int for_each (BareFieldIterator< T, D > &p, StepFunctor s, C)
 
template<class T , class C , unsigned int D>
int for_each (BrickIterator< T, D > &p, StepFunctor s, C)
 
template<class C >
int for_each (Index::cursor &p, StepFunctor s, C)
 
template<class T , class C >
int for_each (PETE_Scalar< T > &, StepFunctor, C)
 
template<class T , class C , unsigned int D>
int for_each (IndexedBareFieldIterator< T, D > &p, RewindFunctor s, C)
 
template<class T , class C , unsigned int D>
int for_each (BareFieldIterator< T, D > &p, RewindFunctor s, C)
 
template<class T , class C , unsigned int D>
int for_each (BrickIterator< T, D > &p, RewindFunctor s, C)
 
template<class C >
int for_each (Index::cursor &p, RewindFunctor s, C)
 
template<class T , class C >
int for_each (PETE_Scalar< T > &, RewindFunctor, C)
 
template<class T , class C , unsigned int D>
int for_each (BrickIterator< T, D > &p, PETE_CountElems, C)
 
template<class T , class C , unsigned int D>
int for_each (BareFieldIterator< T, D > &p, PETE_CountElems, C)
 
template<class T , class C , unsigned int D>
int for_each (IndexedBareFieldIterator< T, D > &p, PETE_CountElems, C)
 
template<class T , class C , unsigned int D>
int for_each (IndexedBareFieldIterator< T, D > &p, PETE_Increment, C)
 
template<class T , class C , unsigned int D>
int for_each (BareFieldIterator< T, D > &p, PETE_Increment, C)
 
template<class T , class C , unsigned int D>
int for_each (BrickIterator< T, D > &p, PETE_Increment, C)
 
template<class T , class C , unsigned int D>
bool for_each (const IndexedBareFieldIterator< T, D > &iter, HasUnitStride, C)
 
template<class T , class C , unsigned int D>
bool for_each (const BareFieldIterator< T, D > &iter, HasUnitStride, C)
 
template<class T , class C , unsigned int D>
bool for_each (const BrickIterator< T, D > &iter, HasUnitStride, C)
 
template<class C >
bool for_each (const Index::cursor &, HasUnitStride, C)
 
template<class T , class C >
bool for_each (const PETE_Scalar< T > &, HasUnitStride, C)
 
template<class T , class C , unsigned int D, unsigned int D1, class T1 >
int for_each (const IndexedBareFieldIterator< T, D > &p, const FillGCIfNecessaryTag< D1, T1 > &f, C)
 
template<class T , class C , unsigned int D, unsigned int D1, class T1 >
int for_each (const BareFieldIterator< T, D > &p, const FillGCIfNecessaryTag< D1, T1 > &, C)
 
template<class T , class C , unsigned int D, class T1 >
int for_each (const PETE_Scalar< T > &, const FillGCIfNecessaryTag< D, T1 > &, C)
 
template<class C , unsigned int D, class T1 >
int for_each (const Index::cursor &, const FillGCIfNecessaryTag< D, T1 > &, C)
 

Function Documentation

template<class T , class C , unsigned int D>
bool for_each ( const BareFieldIterator< T, D > &  p,
SameFieldID  s,
 
)
inline
template<class T , class C , unsigned int D>
bool for_each ( const IndexedBareFieldIterator< T, D > &  p,
SameFieldID  s,
 
)
inline

Definition at line 37 of file AssignDefs.h.

References SameFieldID::fID, and BareFieldIterator< T, D >::GetBareField().

Here is the call graph for this function:

template<class C >
bool for_each ( const Index::cursor ,
SameFieldID  ,
 
)
inline

Definition at line 47 of file AssignDefs.h.

template<class T , class C >
bool for_each ( const PETE_Scalar< T > &  ,
SameFieldID  ,
 
)
inline

Definition at line 57 of file AssignDefs.h.

template<class T , unsigned int D1, unsigned D2, class C >
bool for_each ( IndexedBareFieldIterator< T, D1 > &  p,
const PlugBase< D2 > &  f,
 
)
inline

Definition at line 81 of file AssignDefs.h.

References PlugBase< D >::Domain, and IndexedBareFieldIterator< T, D >::plugBase().

Here is the call graph for this function:

template<class C , unsigned D>
bool for_each ( Index::cursor p,
const PlugBase< D > &  f,
 
)
inline

Definition at line 91 of file AssignDefs.h.

References PlugBase< D >::Domain, Index::cursor::id(), and Index::cursor::plugBase().

Here is the call graph for this function:

template<class T , class C , unsigned D>
bool for_each ( const PETE_Scalar< T > &  ,
const PlugBase< D > &  ,
 
)
inline

Definition at line 112 of file AssignDefs.h.

template<class T , class C , unsigned int D>
bool for_each ( const IndexedBareFieldIterator< T, D > &  p,
IsCompressed  ,
 
)
inline

Definition at line 125 of file AssignDefs.h.

References BareFieldIterator< T, D >::IsCompressed().

Here is the call graph for this function:

template<class T , class C , unsigned int D>
bool for_each ( const BareFieldIterator< T, D > &  p,
IsCompressed  ,
 
)
inline

Definition at line 132 of file AssignDefs.h.

References BareFieldIterator< T, D >::IsCompressed().

Here is the call graph for this function:

template<class C >
bool for_each ( const Index::cursor ,
IsCompressed  ,
 
)
inline

Definition at line 142 of file AssignDefs.h.

template<class T , class C >
bool for_each ( const PETE_Scalar< T > &  ,
IsCompressed  ,
 
)
inline

Definition at line 152 of file AssignDefs.h.

template<class T , unsigned int D>
T& for_each ( const BrickIterator< T, D > &  p,
EvalFunctor_0   
)
inline

Definition at line 166 of file AssignDefs.h.

int for_each ( const Index::cursor p,
EvalFunctor_0   
)
inline

Definition at line 175 of file AssignDefs.h.

template<class T , unsigned int D>
T& for_each ( const BrickIterator< T, D > &  p,
const EvalFunctor_1 e 
)
inline

Definition at line 189 of file AssignDefs.h.

References EvalFunctor_1::I, and BrickIterator< T, Dim >::offset().

Here is the call graph for this function:

template<class T , unsigned int D>
T& for_each ( const BrickIterator< T, D > &  p,
const UnitEvalFunctor_1 e 
)
inline

Definition at line 196 of file AssignDefs.h.

References EvalFunctor_1::I, and BrickIterator< T, Dim >::unit_offset().

Here is the call graph for this function:

int for_each ( const Index::cursor p,
const EvalFunctor_1 e 
)
inline

Definition at line 205 of file AssignDefs.h.

References EvalFunctor_1::I, and Index::cursor::offset().

Here is the call graph for this function:

template<class T >
T for_each ( const PETE_Scalar< T > &  p,
const EvalFunctor_1  
)
inline

Definition at line 215 of file AssignDefs.h.

References T.

template<class T , unsigned int D>
T& for_each ( const BrickIterator< T, D > &  p,
const EvalFunctor_2 e 
)
inline

Definition at line 229 of file AssignDefs.h.

References EvalFunctor_2::I, EvalFunctor_2::J, and BrickIterator< T, Dim >::offset().

Here is the call graph for this function:

template<class T , unsigned int D>
T& for_each ( const BrickIterator< T, D > &  p,
const UnitEvalFunctor_2 e 
)
inline

Definition at line 236 of file AssignDefs.h.

References EvalFunctor_2::I, EvalFunctor_2::J, and BrickIterator< T, Dim >::unit_offset().

Here is the call graph for this function:

int for_each ( const Index::cursor p,
const EvalFunctor_2 e 
)
inline

Definition at line 245 of file AssignDefs.h.

References EvalFunctor_2::I, EvalFunctor_2::J, and Index::cursor::offset().

Here is the call graph for this function:

template<class T >
T for_each ( const PETE_Scalar< T > &  p,
const EvalFunctor_2  
)
inline

Definition at line 255 of file AssignDefs.h.

References T.

template<class T , unsigned int D>
T& for_each ( const BrickIterator< T, D > &  p,
const EvalFunctor_3 e 
)
inline

Definition at line 269 of file AssignDefs.h.

References EvalFunctor_3::I, EvalFunctor_3::J, EvalFunctor_3::K, and BrickIterator< T, Dim >::offset().

Here is the call graph for this function:

template<class T , unsigned int D>
T& for_each ( const BrickIterator< T, D > &  p,
const UnitEvalFunctor_3 e 
)
inline

Definition at line 276 of file AssignDefs.h.

References EvalFunctor_3::I, EvalFunctor_3::J, EvalFunctor_3::K, and BrickIterator< T, Dim >::offset().

Here is the call graph for this function:

int for_each ( const Index::cursor p,
const EvalFunctor_3 e 
)
inline

Definition at line 285 of file AssignDefs.h.

References EvalFunctor_3::I, EvalFunctor_3::J, EvalFunctor_3::K, and Index::cursor::offset().

Here is the call graph for this function:

template<class T >
T for_each ( const PETE_Scalar< T > &  p,
const EvalFunctor_3  
)
inline

Definition at line 295 of file AssignDefs.h.

References T.

template<class T , class C , unsigned int D>
int for_each ( BareFieldIterator< T, D > &  p,
BeginLField  ,
 
)
inline

Definition at line 308 of file AssignDefs.h.

References BareFieldIterator< T, D >::beginLField().

Here is the call graph for this function:

template<class T , class C >
int for_each ( PETE_Scalar< T > &  ,
BeginLField  ,
 
)
inline

Definition at line 319 of file AssignDefs.h.

template<class T , class C , unsigned int D>
int for_each ( BareFieldIterator< T, D > &  p,
NextLField  ,
 
)
inline

Definition at line 332 of file AssignDefs.h.

References BareFieldIterator< T, D >::nextLField().

Here is the call graph for this function:

template<class T , class C >
int for_each ( PETE_Scalar< T > &  ,
NextLField  ,
 
)
inline

Definition at line 343 of file AssignDefs.h.

template<class T , class C , unsigned int D>
int for_each ( IndexedBareFieldIterator< T, D > &  p,
StepFunctor  s,
 
)
inline

Definition at line 356 of file AssignDefs.h.

References StepFunctor::D, and BrickIterator< T, Dim >::step().

Here is the call graph for this function:

template<class T , class C , unsigned int D>
int for_each ( BareFieldIterator< T, D > &  p,
StepFunctor  s,
 
)
inline

Definition at line 364 of file AssignDefs.h.

References StepFunctor::D, and BrickIterator< T, Dim >::step().

Here is the call graph for this function:

template<class T , class C , unsigned int D>
int for_each ( BrickIterator< T, D > &  p,
StepFunctor  s,
 
)
inline

Definition at line 372 of file AssignDefs.h.

References StepFunctor::D, and BrickIterator< T, Dim >::step().

Here is the call graph for this function:

template<class C >
int for_each ( Index::cursor p,
StepFunctor  s,
 
)
inline

Definition at line 383 of file AssignDefs.h.

References StepFunctor::D, and Index::cursor::step().

Here is the call graph for this function:

template<class T , class C >
int for_each ( PETE_Scalar< T > &  ,
StepFunctor  ,
 
)
inline

Definition at line 394 of file AssignDefs.h.

template<class T , class C , unsigned int D>
int for_each ( IndexedBareFieldIterator< T, D > &  p,
RewindFunctor  s,
 
)
inline

Definition at line 407 of file AssignDefs.h.

References RewindFunctor::D, and BrickIterator< T, Dim >::rewind().

Here is the call graph for this function:

template<class T , class C , unsigned int D>
int for_each ( BareFieldIterator< T, D > &  p,
RewindFunctor  s,
 
)
inline

Definition at line 416 of file AssignDefs.h.

References RewindFunctor::D, and BrickIterator< T, Dim >::rewind().

Here is the call graph for this function:

template<class T , class C , unsigned int D>
int for_each ( BrickIterator< T, D > &  p,
RewindFunctor  s,
 
)
inline

Definition at line 425 of file AssignDefs.h.

References RewindFunctor::D, and BrickIterator< T, Dim >::rewind().

Here is the call graph for this function:

template<class C >
int for_each ( Index::cursor p,
RewindFunctor  s,
 
)
inline

Definition at line 436 of file AssignDefs.h.

References RewindFunctor::D, and Index::cursor::rewind().

Here is the call graph for this function:

template<class T , class C >
int for_each ( PETE_Scalar< T > &  ,
RewindFunctor  ,
 
)
inline

Definition at line 447 of file AssignDefs.h.

template<class T , class C , unsigned int D>
int for_each ( BrickIterator< T, D > &  p,
PETE_CountElems  ,
 
)
inline

Definition at line 460 of file AssignDefs.h.

References BrickCounter< Dim >::size().

Here is the call graph for this function:

template<class T , class C , unsigned int D>
int for_each ( BareFieldIterator< T, D > &  p,
PETE_CountElems  ,
 
)
inline

Definition at line 470 of file AssignDefs.h.

References BareField< T, Dim >::begin_if(), BareField< T, Dim >::end_if(), BareFieldIterator< T, D >::GetBareField(), and Hypervolume::n.

Here is the call graph for this function:

template<class T , class C , unsigned int D>
int for_each ( IndexedBareFieldIterator< T, D > &  p,
PETE_CountElems  ,
 
)
inline
template<class T , class C , unsigned int D>
int for_each ( IndexedBareFieldIterator< T, D > &  p,
PETE_Increment  ,
 
)
inline

Definition at line 501 of file AssignDefs.h.

template<class T , class C , unsigned int D>
int for_each ( BareFieldIterator< T, D > &  p,
PETE_Increment  ,
 
)
inline

Definition at line 510 of file AssignDefs.h.

template<class T , class C , unsigned int D>
int for_each ( BrickIterator< T, D > &  p,
PETE_Increment  ,
 
)
inline

Definition at line 519 of file AssignDefs.h.

template<class T , class C , unsigned int D>
bool for_each ( const IndexedBareFieldIterator< T, D > &  iter,
HasUnitStride  ,
 
)
inline

Definition at line 534 of file AssignDefs.h.

References BrickIterator< T, Dim >::Stride().

Here is the call graph for this function:

template<class T , class C , unsigned int D>
bool for_each ( const BareFieldIterator< T, D > &  iter,
HasUnitStride  ,
 
)
inline

Definition at line 541 of file AssignDefs.h.

References BrickIterator< T, Dim >::Stride().

Here is the call graph for this function:

template<class T , class C , unsigned int D>
bool for_each ( const BrickIterator< T, D > &  iter,
HasUnitStride  ,
 
)
inline

Definition at line 548 of file AssignDefs.h.

References BrickIterator< T, Dim >::Stride().

Here is the call graph for this function:

template<class C >
bool for_each ( const Index::cursor ,
HasUnitStride  ,
 
)
inline

Definition at line 555 of file AssignDefs.h.

template<class T , class C >
bool for_each ( const PETE_Scalar< T > &  ,
HasUnitStride  ,
 
)
inline

Definition at line 562 of file AssignDefs.h.

template<class T , class C , unsigned int D, unsigned int D1, class T1 >
int for_each ( const IndexedBareFieldIterator< T, D > &  p,
const FillGCIfNecessaryTag< D1, T1 > &  f,
 
)
inline

Definition at line 575 of file AssignDefs.h.

References FillGCIfNecessaryTag< D, T1 >::bf_m, and IndexedBareFieldIterator< T, D >::FillGCIfNecessary().

Here is the call graph for this function:

template<class T , class C , unsigned int D, unsigned int D1, class T1 >
int for_each ( const BareFieldIterator< T, D > &  p,
const FillGCIfNecessaryTag< D1, T1 > &  ,
 
)
inline

Definition at line 584 of file AssignDefs.h.

template<class T , class C , unsigned int D, class T1 >
int for_each ( const PETE_Scalar< T > &  ,
const FillGCIfNecessaryTag< D, T1 > &  ,
 
)
inline

Definition at line 592 of file AssignDefs.h.

template<class C , unsigned int D, class T1 >
int for_each ( const Index::cursor ,
const FillGCIfNecessaryTag< D, T1 > &  ,
 
)
inline

Definition at line 599 of file AssignDefs.h.