OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Public Attributes | List of all members
OpExtrapolateAndZero< T > Struct Template Reference

#include <BCond.hpp>

Public Member Functions

 OpExtrapolateAndZero (const T &o, const T &s)
 

Public Attributes

T Offset
 
T Slope
 

Detailed Description

template<class T>
struct OpExtrapolateAndZero< T >

Definition at line 3531 of file BCond.hpp.

Constructor & Destructor Documentation

template<class T>
OpExtrapolateAndZero< T >::OpExtrapolateAndZero ( const T o,
const T s 
)
inline

Definition at line 3533 of file BCond.hpp.

Member Data Documentation

template<class T>
T OpExtrapolateAndZero< T >::Offset

Definition at line 3534 of file BCond.hpp.

Referenced by PETE_apply().

template<class T>
T OpExtrapolateAndZero< T >::Slope

Definition at line 3534 of file BCond.hpp.

Referenced by PETE_apply().


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