OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Functions
ParticleAttribElem.h File Reference
#include "SubParticle/SubParticleAttrib.h"
#include "PETE/IpplExpressions.h"
#include "Utility/Vec.h"
#include "AppTypes/AppTypeTraits.h"
#include <cstddef>
#include "Particle/ParticleAttrib.h"
Include dependency graph for ParticleAttribElem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParticleAttribElemIterator< T, Dim >
 
class  ParticleAttrib< T >
 
class  ParticleAttribElem< T, Dim >
 
class  ParticleAttribElemIterator< T, Dim >
 

Functions

template<class T >
AppTypeTraits< T >::Element_t & get_PETE_Element (T &elem, const vec< unsigned, 1U > &indx)
 
template<class T >
AppTypeTraits< T >::Element_t & get_PETE_Element (T &elem, const vec< unsigned, 2U > &indx)
 
template<class T >
AppTypeTraits< T >::Element_t & get_PETE_Element (T &elem, const vec< unsigned, 3U > &indx)
 

Function Documentation

template<class T >
AppTypeTraits<T>::Element_t& get_PETE_Element ( T elem,
const vec< unsigned, 1U > &  indx 
)
inline

Definition at line 49 of file ParticleAttribElem.h.

Referenced by ParticleAttribElem< T, Dim >::operator[]().

template<class T >
AppTypeTraits<T>::Element_t& get_PETE_Element ( T elem,
const vec< unsigned, 2U > &  indx 
)
inline

Definition at line 54 of file ParticleAttribElem.h.

template<class T >
AppTypeTraits<T>::Element_t& get_PETE_Element ( T elem,
const vec< unsigned, 3U > &  indx 
)
inline

Definition at line 59 of file ParticleAttribElem.h.