FixedVector#

#include <FixedVector.h>
Brief description

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`FixedVector <class-template-fixedvector>`
[FixedVector](#class-template-fixedvector)

Detailed description#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classFixedVector__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

Complete Member Function Documentation#

echange_espace_virtuel#

Definition
void FixedVector<T, N>::echange_espace_virtuel()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void FixedVector<T, N>::echange_espace_virtuel() <fixedvector-public-void-fixedvector-t-n-echange-espace-virtuel>`
[void FixedVector<T, N>::echange_espace_virtuel()](#fixedvector-public-void-fixedvector-t-n-echange-espace-virtuel)

FixedVector#

Definition
FixedVector<T, N>::FixedVector()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`FixedVector<T, N>::FixedVector() <fixedvector-public-fixedvector-t-n-fixedvector>`
[FixedVector<T, N>::FixedVector()](#fixedvector-public-fixedvector-t-n-fixedvector)

FixedVector#

Definition
FixedVector<T, N>::FixedVector(int i, int j, int k)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`FixedVector<T, N>::FixedVector(int i, int j, int k) <fixedvector-public-fixedvector-t-n-fixedvector-int-i-int-j-int-k>`
[FixedVector<T, N>::FixedVector(int i, int j, int k)](#fixedvector-public-fixedvector-t-n-fixedvector-int-i-int-j-int-k)

get_domaine#

Definition
const Domaine_IJK & FixedVector<T, N>::get_domaine() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Domaine_IJK & FixedVector<T, N>::get_domaine() const <fixedvector-public-const-domaine-ijk-ref-fixedvector-t-n-get-domaine-const>`
[const Domaine_IJK & FixedVector<T, N>::get_domaine() const](#fixedvector-public-const-domaine-ijk-ref-fixedvector-t-n-get-domaine-const)

operator[]#

Definition
T & FixedVector<T, N>::operator[](int i)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`T & FixedVector<T, N>::operator[](int i) <fixedvector-public-t-ref-fixedvector-t-n-operator[]-int-i>`
[T & FixedVector<T, N>::operator[](int i)](#fixedvector-public-t-ref-fixedvector-t-n-operator[]-int-i)

operator[]#

Definition
const T & FixedVector<T, N>::operator[](int i) const
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const T & FixedVector<T, N>::operator[](int i) const <fixedvector-public-const-t-ref-fixedvector-t-n-operator[]-int-i-const>`
[const T & FixedVector<T, N>::operator[](int i) const](#fixedvector-public-const-t-ref-fixedvector-t-n-operator[]-int-i-const)

size#

Definition
static int FixedVector<T, N>::size()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`static int FixedVector<T, N>::size() <fixedvector-public-static-static-int-fixedvector-t-n-size>`
[static int FixedVector<T, N>::size()](#fixedvector-public-static-static-int-fixedvector-t-n-size)

Attributes Documentation#

data_ (protected)
T FixedVector<T, N>::data_[N]