OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
OpExtrapolateComponent< T > Struct Template Reference

#include <BCond.hpp>

Collaboration diagram for OpExtrapolateComponent< T >:

Public Member Functions

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

Public Attributes

Offset
Slope
int Component

Detailed Description

template<class T>
struct OpExtrapolateComponent< T >

Definition at line 2732 of file BCond.hpp.

Constructor & Destructor Documentation

◆ OpExtrapolateComponent()

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

Definition at line 2734 of file BCond.hpp.

References c, Component, Offset, and Slope.

Member Data Documentation

◆ Component

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

Definition at line 2737 of file BCond.hpp.

Referenced by OpExtrapolateComponent().

◆ Offset

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

Definition at line 2736 of file BCond.hpp.

Referenced by OpExtrapolateComponent().

◆ Slope

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

Definition at line 2736 of file BCond.hpp.

Referenced by OpExtrapolateComponent().


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