OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Private Attributes | List of all members
BoxCondition< T, Dim > Class Template Reference

#include <PairConditions.h>

Public Member Functions

 BoxCondition (T b[Dim])
 
template<class V >
bool operator() (const V &a, const V &b) const
 
T getRange (unsigned d) const
 

Private Attributes

T box [Dim]
 

Detailed Description

template<class T, unsigned Dim>
class BoxCondition< T, Dim >

Definition at line 67 of file PairConditions.h.

Constructor & Destructor Documentation

template<class T , unsigned Dim>
BoxCondition< T, Dim >::BoxCondition ( T  b[Dim])
inline

Definition at line 70 of file PairConditions.h.

Member Function Documentation

template<class T , unsigned Dim>
T BoxCondition< T, Dim >::getRange ( unsigned  d) const
inline

Definition at line 85 of file PairConditions.h.

References BoxCondition< T, Dim >::box.

template<class T , unsigned Dim>
template<class V >
bool BoxCondition< T, Dim >::operator() ( const V &  a,
const V &  b 
) const
inline

Definition at line 74 of file PairConditions.h.

References BoxCondition< T, Dim >::box, Dim, and T.

Member Data Documentation

template<class T , unsigned Dim>
T BoxCondition< T, Dim >::box[Dim]
private

The documentation for this class was generated from the following file: