TRUST 1.9.8
HPC thermohydraulic platform
Loading...
Searching...
No Matches
FixedVector< T, N > Class Template Reference

#include <FixedVector.h>

Inheritance diagram for FixedVector< T, N >:
[legend]

Public Member Functions

 FixedVector ()
 FixedVector (int i, int j, int k)
T & operator[] (int i)
const T & operator[] (int i) const
void echange_espace_virtuel ()
const Domaine_IJKget_domaine () const
 FixedVector (int i, int j, int k)

Static Public Member Functions

static int size ()

Protected Attributes

data_ [N]

Detailed Description

template<class T, int N>
class FixedVector< T, N >

Definition at line 24 of file FixedVector.h.

Constructor & Destructor Documentation

◆ FixedVector() [1/3]

template<class T, int N>
FixedVector< T, N >::FixedVector ( )
inline

Definition at line 27 of file FixedVector.h.

◆ FixedVector() [2/3]

template<class T, int N>
FixedVector< T, N >::FixedVector ( int i,
int j,
int k )
inline

Definition at line 28 of file FixedVector.h.

◆ FixedVector() [3/3]

FixedVector< int, 3 >::FixedVector ( int i,
int j,
int k )
inline

Definition at line 58 of file FixedVector.h.

Member Function Documentation

◆ echange_espace_virtuel()

template<class T, int N>
void FixedVector< T, N >::echange_espace_virtuel ( )
inline

Definition at line 44 of file FixedVector.h.

◆ get_domaine()

template<class T, int N>
const Domaine_IJK & FixedVector< T, N >::get_domaine ( ) const
inline

Definition at line 49 of file FixedVector.h.

◆ operator[]() [1/2]

template<class T, int N>
T & FixedVector< T, N >::operator[] ( int i)
inline

Definition at line 34 of file FixedVector.h.

◆ operator[]() [2/2]

template<class T, int N>
const T & FixedVector< T, N >::operator[] ( int i) const
inline

Definition at line 39 of file FixedVector.h.

◆ size()

template<class T, int N>
int FixedVector< T, N >::size ( )
inlinestatic

Definition at line 30 of file FixedVector.h.

Member Data Documentation

◆ data_

template<class T, int N>
T FixedVector< T, N >::data_[N]
protected

Definition at line 54 of file FixedVector.h.


The documentation for this class was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/cea-trust-platform/checkouts/master/src/Kernel/IJK/Champs/FixedVector.h