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

#include <BCond.hpp>

Public Member Functions

 OpExtrapolateComponent (const T &o, const T &s, int c)
 

Public Attributes

T Offset
 
T Slope
 
int Component
 

Detailed Description

template<class T>
struct OpExtrapolateComponent< T >

Definition at line 2754 of file BCond.hpp.

Constructor & Destructor Documentation

template<class T>
OpExtrapolateComponent< T >::OpExtrapolateComponent ( const T o,
const T s,
int  c 
)
inline

Definition at line 2756 of file BCond.hpp.

Member Data Documentation

template<class T>
int OpExtrapolateComponent< T >::Component

Definition at line 2759 of file BCond.hpp.

Referenced by PETE_apply().

template<class T>
T OpExtrapolateComponent< T >::Offset

Definition at line 2758 of file BCond.hpp.

Referenced by PETE_apply().

template<class T>
T OpExtrapolateComponent< T >::Slope

Definition at line 2758 of file BCond.hpp.

Referenced by PETE_apply().


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