OPAL (Object Oriented Parallel Accelerator Library) 2022.1
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
 
getRange (unsigned d) const
 

Private Attributes

box [Dim]
 

Detailed Description

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

Definition at line 67 of file PairConditions.h.

Constructor & Destructor Documentation

◆ BoxCondition()

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

Definition at line 70 of file PairConditions.h.

Member Function Documentation

◆ getRange()

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.

◆ operator()()

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 a, BoxCondition< T, Dim >::box, Dim, and Attrib::Legacy::Distribution::T.

Member Data Documentation

◆ box

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

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