Param Class Reference
[Utilities.]

Parameter storage. More...

#include <param.h>

List of all members.

Public Member Functions

 Param ()
 Default constructor is the only constructor.
 ~Param ()
 Destructor.
void clean_all ()
 Deletes all the objects stored as modifiables, i.e.
int get_n_int () const
 Returns the number of stored int 's addresses.
void add_int (const int &n, int position=0)
 Adds the address of a new int to the list.
const int & get_int (int position=0) const
 Returns the reference of a int stored in the list.
int get_n_int_mod () const
 Returns the number of modifiable int 's addresses in the list.
void add_int_mod (int &n, int position=0)
 Adds the address of a new modifiable int to the list.
int & get_int_mod (int position=0) const
 Returns the reference of a modifiable int stored in the list.
int get_n_double () const
 Returns the number of stored double 's addresses.
void add_double (const double &x, int position=0)
 Adds the the address of a new double to the list.
const double & get_double (int position=0) const
 Returns the reference of a double stored in the list.
int get_n_double_mod () const
 Returns the number of stored modifiable double 's addresses.
void add_double_mod (double &x, int position=0)
 Adds the address of a new modifiable double to the list.
double & get_double_mod (int position=0) const
 Returns the reference of a stored modifiable double .
int get_n_tbl () const
 Returns the number of Tbl 's addresses in the list.
void add_tbl (const Tbl &ti, int position=0)
 Adds the address of a new Tbl to the list.
const Tblget_tbl (int position=0) const
 Returns the reference of a Tbl stored in the list.
int get_n_tbl_mod () const
 Returns the number of modifiable Tbl 's addresses in the list.
void add_tbl_mod (Tbl &ti, int position=0)
 Adds the address of a new modifiable Tbl to the list.
Tblget_tbl_mod (int position=0) const
 Returns the reference of a modifiable Tbl stored in the list.
int get_n_itbl () const
 Returns the number of Itbl 's addresses in the list.
void add_itbl (const Itbl &ti, int position=0)
 Adds the address of a new Itbl to the list.
const Itblget_itbl (int position=0) const
 Returns the reference of a Itbl stored in the list.
int get_n_itbl_mod () const
 Returns the number of modifiable Itbl 's addresses in the list.
void add_itbl_mod (Itbl &ti, int position=0)
 Adds the address of a new modifiable Itbl to the list.
Itblget_itbl_mod (int position=0) const
 Returns the reference of a stored modifiable Itbl .
int get_n_matrice () const
 Returns the number of Matrice 's addresses in the list.
void add_matrice (const Matrice &ti, int position=0)
 Adds the address of a new Matrice to the list.
const Matriceget_matrice (int position=0) const
 Returns the reference of a Matrice stored in the list.
int get_n_matrice_mod () const
 Returns the number of modifiable Matrice 's addresses in the list.
void add_matrice_mod (Matrice &ti, int position=0)
 Adds the address of a new modifiable Matrice to the list.
Matriceget_matrice_mod (int position=0) const
 Returns the reference of a modifiable Matrice stored in the list.
int get_n_cmp () const
 Returns the number of Cmp 's addresses in the list.
void add_cmp (const Cmp &ti, int position=0)
 Adds the address of a new Cmp to the list.
const Cmpget_cmp (int position=0) const
 Returns the reference of a Cmp stored in the list.
int get_n_cmp_mod () const
 Returns the number of modifiable Cmp 's addresses in the list.
void add_cmp_mod (Cmp &ti, int position=0)
 Adds the address of a new modifiable Cmp to the list.
Cmpget_cmp_mod (int position=0) const
 Returns the reference of a modifiable Cmp stored in the list.
int get_n_tenseur () const
 Returns the number of Tenseur 's addresses in the list.
void add_tenseur (const Tenseur &ti, int position=0)
 Adds the address of a new Tenseur to the list.
const Tenseurget_tenseur (int position=0) const
 Returns the reference of a Tenseur stored in the list.
int get_n_tenseur_mod () const
 Returns the number of modifiable Tenseur 's addresses in the list.
void add_tenseur_mod (Tenseur &ti, int position=0)
 Adds the address of a new modifiable Tenseur to the list.
Tenseurget_tenseur_mod (int position=0) const
 Returns the reference of a modifiable Tenseur stored in the list.
int get_n_map () const
 Returns the number of Map 's addresses in the list.
void add_map (const Map &mi, int position=0)
 Adds the address of a new Map to the list.
const Mapget_map (int position=0) const
 Returns the reference of a Map stored in the list.
int get_n_mtbl_cf () const
 Returns the number of Mtbl_cf 's addresses in the list.
void add_mtbl_cf (const Mtbl_cf &mi, int position=0)
 Adds the address of a new Mtbl_cf to the list.
const Mtbl_cfget_mtbl_cf (int position=0) const
 Returns the reference of a Mtbl_cf stored in the list.
int get_n_scalar () const
 Returns the number of Scalar 's addresses in the list.
void add_scalar (const Scalar &ti, int position=0)
 Adds the address of a new Scalar to the list.
const Scalarget_scalar (int position=0) const
 Returns the reference of a Scalar stored in the list.
int get_n_scalar_mod () const
 Returns the number of modifiable Scalar 's addresses in the list.
void add_scalar_mod (Scalar &ti, int position=0)
 Adds the address of a new modifiable Scalar to the list.
Scalarget_scalar_mod (int position=0) const
 Returns the reference of a modifiable Scalar stored in the list.
int get_n_tensor () const
 Returns the number of Tensor 's addresses in the list.
void add_tensor (const Tensor &ti, int position=0)
 Adds the address of a new Tensor to the list.
const Tensorget_tensor (int position=0) const
 Returns the reference of a Tensor stored in the list.
int get_n_tensor_mod () const
 Returns the number of modifiable Tensor 's addresses in the list.
void add_tensor_mod (Tensor &ti, int position=0)
 Adds the address of a new modifiable Tensor to the list.
Tensorget_tensor_mod (int position=0) const
 Returns the reference of a modifiable Tensor stored in the list.
int get_n_etoile () const
 Returns the number of Etoile 's addresses in the list.
void add_etoile (const Etoile &eti, int position=0)
 Adds the address of a new Etoile to the list.
const Etoileget_etoile (int position=0) const
 Returns the reference of a Etoile stored in the list.
int get_n_star () const
 Returns the number of Star 's addresses in the list.
void add_star (const Star &eti, int position=0)
 Adds the address of a new Star to the list.
const Starget_star (int position=0) const
 Returns the reference of a Star stored in the list.

Private Member Functions

 Param (const Param &)
 Copy constructor (private and not implemented to make Param a non-copyable class).
void operator= (const Param &)
 Assignment operator (private and not implemented to make Param a non-copyable class).

Private Attributes

int n_int
 Number of int 's (integers).
const int ** p_int
 Array (size n_int ) of the int 's addresses.
int n_int_mod
 Number of modifiable int 's (integers).
int ** p_int_mod
 Array (size n_int_mod ) of the modifiable int 's addresses.
int n_double
 Number of double 's (double precis.
const double ** p_double
 Array (size n_double ) of the double 's addresses.
int n_double_mod
 Number of modifiable double 's (double precis.
double ** p_double_mod
 Array (size n_double_mod ) of the double 's addresses.
int n_tbl
 Number of Tbl 's.
const Tbl ** p_tbl
 Array (size n_tbl ) of the Tbl 's addresses.
int n_tbl_mod
 Number of modifiable Tbl 's.
Tbl ** p_tbl_mod
 Array (size n_tbl_mod ) of the modifiable Tbl 's addresses.
int n_itbl
 Number of Itbl 's.
const Itbl ** p_itbl
 Array (size n_itbl ) of the Itbl 's addresses.
int n_itbl_mod
 Number of modifiable Itbl 's.
Itbl ** p_itbl_mod
 Array (size n_itbl_mod ) of the modifiable Itbl 's addresses.
int n_matrice
 Number of Matrice 's.
const Matrice ** p_matrice
 Array (size n_matrice ) of the Matrice 's addresses.
int n_matrice_mod
 Number of modifiable Matrice 's.
Matrice ** p_matrice_mod
 Array (size n_matrice_mod ) of the modifiable Matrice 's addresses.
int n_cmp
 Number of Cmp 's.
const Cmp ** p_cmp
 Array (size n_cmp ) of the Cmp 's addresses.
int n_cmp_mod
 Number of modifiable Cmp 's.
Cmp ** p_cmp_mod
 Array (size n_cmp_mod ) of the modifiable Cmp 's addresses.
int n_tenseur
 Number of Tenseur 's.
const Tenseur ** p_tenseur
 Array (size n_tenseur ) of the Tenseur 's addresses.
int n_tenseur_mod
 Number of modifiable Tenseur 's.
Tenseur ** p_tenseur_mod
 Array (size n_tenseur_mod ) of the modifiable Tenseur 's addresses.
int n_map
 Number of Map 's.
const Map ** p_map
 Array (size n_map ) of the Map 's addresses.
int n_mtbl_cf
 Number of Mtbl_cf 's.
const Mtbl_cf ** p_mtbl_cf
 Array (size n_mtbl_cf ) of the Mtbl_cf 's addresses.
int n_scalar
 Number of Scalar 's.
const Scalar ** p_scalar
 Array (size n_scalar ) of the Scalar 's addresses.
int n_scalar_mod
 Number of modifiable Scalar 's.
Scalar ** p_scalar_mod
 Array (size n_scalar_mod ) of the modifiable Scalar 's addresses.
int n_tensor
 Number of Tensor 's.
const Tensor ** p_tensor
 Array (size n_tensor ) of the Tensor 's addresses.
int n_tensor_mod
 Number of modifiable Tensor 's.
Tensor ** p_tensor_mod
 Array (size n_tensor_mod ) of the modifiable Tensor 's addresses.
int n_etoile
 Number of Etoile 's.
const Etoile ** p_etoile
 Array (size n_etoile ) of the Etoile 's addresses.
int n_star
 Number of Star 's.
const Star ** p_star
 Array (size n_star ) of the Star 's addresses.

Detailed Description

Parameter storage.

This class is intended to store addresses of various Lorene objects to pass them as parameters in some subroutines. ()

Definition at line 121 of file param.h.


Constructor & Destructor Documentation

Param::Param (  ) 

Default constructor is the only constructor.

Definition at line 111 of file param.C.

Param::Param ( const Param  )  [private]

Copy constructor (private and not implemented to make Param a non-copyable class).

Param::~Param (  ) 

Member Function Documentation

void Param::add_cmp ( const Cmp ti,
int  position = 0 
)

Adds the address of a new Cmp to the list.

Parameters:
ti [input] Cmp the address of which is to be stored
position [input] position of the Cmp in the list of stored Cmp addresses (default value = 0)

Definition at line 931 of file param.C.

References n_cmp, and p_cmp.

void Param::add_cmp_mod ( Cmp ti,
int  position = 0 
)

Adds the address of a new modifiable Cmp to the list.

Parameters:
ti [input] modifiable Cmp the address of which is to be stored
position [input] position of the Cmp in the list of stored modifiable Cmp addresses (default value = 0)

Definition at line 1000 of file param.C.

References n_cmp_mod, and p_cmp_mod.

void Param::add_double ( const double &  x,
int  position = 0 
)

Adds the the address of a new double to the list.

Parameters:
x [input] double the address of which is to be stored
position [input] position of the double in the list of stored double addresses (default value = 0)

Definition at line 311 of file param.C.

References n_double, and p_double.

void Param::add_double_mod ( double &  x,
int  position = 0 
)

Adds the address of a new modifiable double to the list.

Parameters:
x [input] modifiable double the address of which is to be stored
position [input] position of the modifiable double in the list of stored modifiable double addresses (default value = 0)

Definition at line 449 of file param.C.

References n_double_mod, and p_double_mod.

void Param::add_etoile ( const Etoile eti,
int  position = 0 
)

Adds the address of a new Etoile to the list.

Parameters:
mi [input] Etoile the address of which is to be stored
position [input] position of the Etoile in the list of stored Etoile addresses (default value = 0)

Definition at line 1620 of file param.C.

References n_etoile, and p_etoile.

void Param::add_int ( const int &  n,
int  position = 0 
)

Adds the address of a new int to the list.

Parameters:
n [input] int the address of which is to be stored
position [input] position of the int in the list of stored int addresses (default value = 0)

Definition at line 242 of file param.C.

References n_int, and p_int.

void Param::add_int_mod ( int &  n,
int  position = 0 
)

Adds the address of a new modifiable int to the list.

Parameters:
n [input] modifiable int the address of which is to be stored
position [input] position of the modifiable int in the list of stored modifiable int addresses (default value = 0)

Definition at line 381 of file param.C.

References n_int_mod, and p_int_mod.

void Param::add_itbl ( const Itbl ti,
int  position = 0 
)

Adds the address of a new Itbl to the list.

Parameters:
ti [input] Itbl the address of which is to be stored
position [input] position of the Itbl in the list of stored Itbl addresses (default value = 0)

Definition at line 656 of file param.C.

References n_itbl, and p_itbl.

void Param::add_itbl_mod ( Itbl ti,
int  position = 0 
)

Adds the address of a new modifiable Itbl to the list.

Parameters:
ti [input] modifiable Itbl the address of which is to be stored
position [input] position of the Itbl in the list of stored modifiable Itbl addresses (default value = 0)

Definition at line 725 of file param.C.

References n_itbl_mod, and p_itbl_mod.

void Param::add_map ( const Map mi,
int  position = 0 
)

Adds the address of a new Map to the list.

Parameters:
mi [input] Map the address of which is to be stored
position [input] position of the Map in the list of stored Map addresses (default value = 0)

Definition at line 1207 of file param.C.

References n_map, and p_map.

void Param::add_matrice ( const Matrice ti,
int  position = 0 
)

Adds the address of a new Matrice to the list.

Parameters:
ti [input] Matrice the address of which is to be stored
position [input] position of the Matrice in the list of stored Matrice addresses (default value = 0)

Definition at line 793 of file param.C.

References n_matrice, and p_matrice.

void Param::add_matrice_mod ( Matrice ti,
int  position = 0 
)

Adds the address of a new modifiable Matrice to the list.

Parameters:
ti [input] modifiable Matrice the address of which is to be stored
position [input] position of the Matrice in the list of stored modifiable Matrice addresses (default value = 0)

Definition at line 862 of file param.C.

References n_matrice_mod, and p_matrice_mod.

void Param::add_mtbl_cf ( const Mtbl_cf mi,
int  position = 0 
)

Adds the address of a new Mtbl_cf to the list.

Parameters:
mi [input] Mtbl_cf the address of which is to be stored
position [input] position of the Mtbl_cf in the list of stored Mtbl_cf addresses (default value = 0)

Definition at line 1275 of file param.C.

References n_mtbl_cf, and p_mtbl_cf.

void Param::add_scalar ( const Scalar ti,
int  position = 0 
)

Adds the address of a new Scalar to the list.

Parameters:
ti [input] Scalar the address of which is to be stored
position [input] position of the Scalar in the list of stored Scalar addresses (default value = 0)

Definition at line 1344 of file param.C.

References n_scalar, and p_scalar.

void Param::add_scalar_mod ( Scalar ti,
int  position = 0 
)

Adds the address of a new modifiable Scalar to the list.

Parameters:
ti [input] modifiable Scalar the address of which is to be stored
position [input] position of the Scalar in the list of stored modifiable Scalar addresses (default value = 0)

Definition at line 1413 of file param.C.

References n_scalar_mod, and p_scalar_mod.

void Param::add_star ( const Star eti,
int  position = 0 
)

Adds the address of a new Star to the list.

Parameters:
mi [input] Star the address of which is to be stored
position [input] position of the Star in the list of stored Etoile addresses (default value = 0)

Definition at line 1686 of file param.C.

References n_star, and p_star.

void Param::add_tbl ( const Tbl ti,
int  position = 0 
)

Adds the address of a new Tbl to the list.

Parameters:
ti [input] Tbl the address of which is to be stored
position [input] position of the Tbl in the list of stored Tbl addresses (default value = 0)

Definition at line 518 of file param.C.

References n_tbl, and p_tbl.

void Param::add_tbl_mod ( Tbl ti,
int  position = 0 
)

Adds the address of a new modifiable Tbl to the list.

Parameters:
ti [input] modifiable Tbl the address of which is to be stored
position [input] position of the Tbl in the list of stored modifiable Tbl addresses (default value = 0)

Definition at line 587 of file param.C.

References n_tbl_mod, and p_tbl_mod.

void Param::add_tenseur ( const Tenseur ti,
int  position = 0 
)

Adds the address of a new Tenseur to the list.

Parameters:
ti [input] Tenseur the address of which is to be stored
position [input] position of the Tenseur in the list of stored Tenseur addresses (default value = 0)

Definition at line 1069 of file param.C.

References n_tenseur, and p_tenseur.

void Param::add_tenseur_mod ( Tenseur ti,
int  position = 0 
)

Adds the address of a new modifiable Tenseur to the list.

Parameters:
ti [input] modifiable Tenseur the address of which is to be stored
position [input] position of the Tenseur in the list of stored modifiable Tenseur addresses (default value = 0)

Definition at line 1138 of file param.C.

References n_tenseur_mod, and p_tenseur_mod.

void Param::add_tensor ( const Tensor ti,
int  position = 0 
)

Adds the address of a new Tensor to the list.

Parameters:
ti [input] Tensor the address of which is to be stored
position [input] position of the Tensor in the list of stored Tensor addresses (default value = 0)

Definition at line 1482 of file param.C.

References n_tensor, and p_tensor.

void Param::add_tensor_mod ( Tensor ti,
int  position = 0 
)

Adds the address of a new modifiable Tensor to the list.

Parameters:
ti [input] modifiable Tensor the address of which is to be stored
position [input] position of the Tensor in the list of stored modifiable Tensor addresses (default value = 0)

Definition at line 1551 of file param.C.

References n_tensor_mod, and p_tensor_mod.

void Param::clean_all (  ) 

Deletes all the objects stored as modifiables, i.e.

all quantities with the suffix mod .

Definition at line 170 of file param.C.

References n_cmp_mod, n_double_mod, n_int_mod, n_itbl_mod, n_matrice_mod, n_scalar_mod, n_tbl_mod, n_tenseur_mod, n_tensor_mod, p_cmp_mod, p_double_mod, p_int_mod, p_itbl_mod, p_matrice_mod, p_scalar_mod, p_tbl_mod, p_tenseur_mod, and p_tensor_mod.

const Cmp & Param::get_cmp ( int  position = 0  )  const

Returns the reference of a Cmp stored in the list.

Parameters:
position [input] position of the Cmp in the list of stored Cmp addresses (default value = 0)
Returns:
Reference to the Cmp the address of which is stored at the location position in the list

Definition at line 976 of file param.C.

References n_cmp, and p_cmp.

Cmp & Param::get_cmp_mod ( int  position = 0  )  const

Returns the reference of a modifiable Cmp stored in the list.

Parameters:
position [input] position of the Cmp in the list of stored modifiable Cmp addresses (default value = 0)
Returns:
Reference to the modifiable Cmp the address of which is stored at the location position in the list

Definition at line 1045 of file param.C.

References n_cmp_mod, and p_cmp_mod.

const double & Param::get_double ( int  position = 0  )  const

Returns the reference of a double stored in the list.

Parameters:
position [input] position of the double in the list of stored double addresses (default value = 0)
Returns:
Reference to the double the address of which is stored at the location position in the list

Definition at line 357 of file param.C.

References n_double, and p_double.

double & Param::get_double_mod ( int  position = 0  )  const

Returns the reference of a stored modifiable double .

Parameters:
position [input] position of the modifiable double in the list of stored modifiable double addresses (default value = 0)
Returns:
Reference to the modifiable double the address of which is stored at the location position in the list

Definition at line 494 of file param.C.

References n_double_mod, and p_double_mod.

const Etoile & Param::get_etoile ( int  position = 0  )  const

Returns the reference of a Etoile stored in the list.

Parameters:
position [input] position of the Etoile in the list of stored Etoile addresses (default value = 0)
Returns:
Reference to the Etoile the address of which is stored at the location position in the list

Definition at line 1665 of file param.C.

References n_etoile, and p_etoile.

const int & Param::get_int ( int  position = 0  )  const

Returns the reference of a int stored in the list.

Parameters:
position [input] position of the int in the list of stored int addresses (default value = 0)
Returns:
Reference to the int the address of which is stored at the location position in the list

Definition at line 288 of file param.C.

References n_int, and p_int.

int & Param::get_int_mod ( int  position = 0  )  const

Returns the reference of a modifiable int stored in the list.

Parameters:
position [input] position of the modifiable int in the list of stored modifiable int addresses (default value = 0)
Returns:
Reference to the modifiable int the address of which is stored at the location position in the list

Definition at line 426 of file param.C.

References n_int_mod, and p_int_mod.

const Itbl & Param::get_itbl ( int  position = 0  )  const

Returns the reference of a Itbl stored in the list.

Parameters:
position [input] position of the Itbl in the list of stored Itbl addresses (default value = 0)
Returns:
Reference to the Itbl the address of which is stored at the location position in the list

Definition at line 701 of file param.C.

References n_itbl, and p_itbl.

Itbl & Param::get_itbl_mod ( int  position = 0  )  const

Returns the reference of a stored modifiable Itbl .

Parameters:
position [input] position of the Itbl in the list of stored modifiable Itbl addresses (default value = 0)
Returns:
Reference to the modifiable Itbl the address of which is stored at the location position in the list

Definition at line 770 of file param.C.

References n_itbl_mod, and p_itbl_mod.

const Map & Param::get_map ( int  position = 0  )  const

Returns the reference of a Map stored in the list.

Parameters:
position [input] position of the Map in the list of stored Map addresses (default value = 0)
Returns:
Reference to the Map the address of which is stored at the location position in the list

Definition at line 1252 of file param.C.

References n_map, and p_map.

const Matrice & Param::get_matrice ( int  position = 0  )  const

Returns the reference of a Matrice stored in the list.

Parameters:
position [input] position of the Matrice in the list of stored Matrice addresses (default value = 0)
Returns:
Reference to the Matrice the address of which is stored at the location position in the list

Definition at line 838 of file param.C.

References n_matrice, and p_matrice.

Matrice & Param::get_matrice_mod ( int  position = 0  )  const

Returns the reference of a modifiable Matrice stored in the list.

Parameters:
position [input] position of the Matrice in the list of stored modifiable Matrice addresses (default value = 0)
Returns:
Reference to the modifiable Matrice the address of which is stored at the location position in the list

Definition at line 907 of file param.C.

References n_matrice_mod, and p_matrice_mod.

const Mtbl_cf & Param::get_mtbl_cf ( int  position = 0  )  const

Returns the reference of a Mtbl_cf stored in the list.

Parameters:
position [input] position of the Mtbl_cf in the list of stored Mtbl_cf addresses (default value = 0)
Returns:
Reference to the Mtbl_cf the address of which is stored at the location position in the list

Definition at line 1321 of file param.C.

References n_mtbl_cf, and p_mtbl_cf.

int Param::get_n_cmp (  )  const

Returns the number of Cmp 's addresses in the list.

Definition at line 924 of file param.C.

References n_cmp.

int Param::get_n_cmp_mod (  )  const

Returns the number of modifiable Cmp 's addresses in the list.

Definition at line 993 of file param.C.

References n_cmp_mod.

int Param::get_n_double (  )  const

Returns the number of stored double 's addresses.

Definition at line 304 of file param.C.

References n_double.

int Param::get_n_double_mod (  )  const

Returns the number of stored modifiable double 's addresses.

Definition at line 442 of file param.C.

References n_double_mod.

int Param::get_n_etoile (  )  const

Returns the number of Etoile 's addresses in the list.

Definition at line 1613 of file param.C.

References n_etoile.

int Param::get_n_int (  )  const

Returns the number of stored int 's addresses.

Definition at line 235 of file param.C.

References n_int.

int Param::get_n_int_mod (  )  const

Returns the number of modifiable int 's addresses in the list.

Definition at line 374 of file param.C.

References n_int_mod.

int Param::get_n_itbl (  )  const

Returns the number of Itbl 's addresses in the list.

Definition at line 649 of file param.C.

References n_itbl.

int Param::get_n_itbl_mod (  )  const

Returns the number of modifiable Itbl 's addresses in the list.

Definition at line 718 of file param.C.

References n_itbl_mod.

int Param::get_n_map (  )  const

Returns the number of Map 's addresses in the list.

Definition at line 1200 of file param.C.

References n_map.

int Param::get_n_matrice (  )  const

Returns the number of Matrice 's addresses in the list.

Definition at line 786 of file param.C.

References n_matrice.

int Param::get_n_matrice_mod (  )  const

Returns the number of modifiable Matrice 's addresses in the list.

Definition at line 855 of file param.C.

References n_matrice_mod.

int Param::get_n_mtbl_cf (  )  const

Returns the number of Mtbl_cf 's addresses in the list.

Definition at line 1268 of file param.C.

References n_mtbl_cf.

int Param::get_n_scalar (  )  const

Returns the number of Scalar 's addresses in the list.

Definition at line 1337 of file param.C.

References n_scalar.

int Param::get_n_scalar_mod (  )  const

Returns the number of modifiable Scalar 's addresses in the list.

Definition at line 1406 of file param.C.

References n_scalar_mod.

int Param::get_n_star (  )  const

Returns the number of Star 's addresses in the list.

Definition at line 1679 of file param.C.

References n_star.

int Param::get_n_tbl (  )  const

Returns the number of Tbl 's addresses in the list.

Definition at line 511 of file param.C.

References n_tbl.

int Param::get_n_tbl_mod (  )  const

Returns the number of modifiable Tbl 's addresses in the list.

Definition at line 580 of file param.C.

References n_tbl_mod.

int Param::get_n_tenseur (  )  const

Returns the number of Tenseur 's addresses in the list.

Definition at line 1062 of file param.C.

References n_tenseur.

int Param::get_n_tenseur_mod (  )  const

Returns the number of modifiable Tenseur 's addresses in the list.

Definition at line 1131 of file param.C.

References n_tenseur_mod.

int Param::get_n_tensor (  )  const

Returns the number of Tensor 's addresses in the list.

Definition at line 1475 of file param.C.

References n_tensor.

int Param::get_n_tensor_mod (  )  const

Returns the number of modifiable Tensor 's addresses in the list.

Definition at line 1544 of file param.C.

References n_tensor_mod.

const Scalar & Param::get_scalar ( int  position = 0  )  const

Returns the reference of a Scalar stored in the list.

Parameters:
position [input] position of the Scalar in the list of stored Scalar addresses (default value = 0)
Returns:
Reference to the Scalar the address of which is stored at the location position in the list

Definition at line 1389 of file param.C.

References n_scalar, and p_scalar.

Scalar & Param::get_scalar_mod ( int  position = 0  )  const

Returns the reference of a modifiable Scalar stored in the list.

Parameters:
position [input] position of the Scalar in the list of stored modifiable Scalar addresses (default value = 0)
Returns:
Reference to the modifiable Scalar the address of which is stored at the location position in the list

Definition at line 1458 of file param.C.

References n_scalar_mod, and p_scalar_mod.

const Star & Param::get_star ( int  position = 0  )  const

Returns the reference of a Star stored in the list.

Parameters:
position [input] position of the Star in the list of stored Star addresses (default value = 0)
Returns:
Reference to the Star the address of which is stored at the location position in the list

Definition at line 1731 of file param.C.

References n_star, and p_star.

const Tbl & Param::get_tbl ( int  position = 0  )  const

Returns the reference of a Tbl stored in the list.

Parameters:
position [input] position of the Tbl in the list of stored Tbl addresses (default value = 0)
Returns:
Reference to the Tbl the address of which is stored at the location position in the list

Definition at line 563 of file param.C.

References n_tbl, and p_tbl.

Tbl & Param::get_tbl_mod ( int  position = 0  )  const

Returns the reference of a modifiable Tbl stored in the list.

Parameters:
position [input] position of the Tbl in the list of stored modifiable Tbl addresses (default value = 0)
Returns:
Reference to the modifiable Tbl the address of which is stored at the location position in the list

Definition at line 632 of file param.C.

References n_tbl_mod, and p_tbl_mod.

const Tenseur & Param::get_tenseur ( int  position = 0  )  const

Returns the reference of a Tenseur stored in the list.

Parameters:
position [input] position of the Tenseur in the list of stored Tenseur addresses (default value = 0)
Returns:
Reference to the Tenseur the address of which is stored at the location position in the list

Definition at line 1114 of file param.C.

References n_tenseur, and p_tenseur.

Tenseur & Param::get_tenseur_mod ( int  position = 0  )  const

Returns the reference of a modifiable Tenseur stored in the list.

Parameters:
position [input] position of the Tenseur in the list of stored modifiable Tenseur addresses (default value = 0)
Returns:
Reference to the modifiable Tenseur the address of which is stored at the location position in the list

Definition at line 1183 of file param.C.

References n_tenseur_mod, and p_tenseur_mod.

const Tensor & Param::get_tensor ( int  position = 0  )  const

Returns the reference of a Tensor stored in the list.

Parameters:
position [input] position of the Tensor in the list of stored Tensor addresses (default value = 0)
Returns:
Reference to the Tensor the address of which is stored at the location position in the list

Definition at line 1527 of file param.C.

References n_tensor, and p_tensor.

Tensor & Param::get_tensor_mod ( int  position = 0  )  const

Returns the reference of a modifiable Tensor stored in the list.

Parameters:
position [input] position of the Tensor in the list of stored modifiable Tensor addresses (default value = 0)
Returns:
Reference to the modifiable Tensor the address of which is stored at the location position in the list

Definition at line 1596 of file param.C.

References n_tensor_mod, and p_tensor_mod.

void Param::operator= ( const Param  )  [private]

Assignment operator (private and not implemented to make Param a non-copyable class).


Member Data Documentation

int Param::n_cmp [private]

Number of Cmp 's.

Definition at line 167 of file param.h.

int Param::n_cmp_mod [private]

Number of modifiable Cmp 's.

Definition at line 171 of file param.h.

int Param::n_double [private]

Number of double 's (double precis.

numbers).

Definition at line 134 of file param.h.

int Param::n_double_mod [private]

Number of modifiable double 's (double precis.

numbers).

Definition at line 138 of file param.h.

int Param::n_etoile [private]

Number of Etoile 's.

Definition at line 207 of file param.h.

int Param::n_int [private]

Number of int 's (integers).

Definition at line 126 of file param.h.

int Param::n_int_mod [private]

Number of modifiable int 's (integers).

Definition at line 130 of file param.h.

int Param::n_itbl [private]

Number of Itbl 's.

Definition at line 151 of file param.h.

int Param::n_itbl_mod [private]

Number of modifiable Itbl 's.

Definition at line 155 of file param.h.

int Param::n_map [private]

Number of Map 's.

Definition at line 183 of file param.h.

int Param::n_matrice [private]

Number of Matrice 's.

Definition at line 159 of file param.h.

int Param::n_matrice_mod [private]

Number of modifiable Matrice 's.

Definition at line 163 of file param.h.

int Param::n_mtbl_cf [private]

Number of Mtbl_cf 's.

Definition at line 187 of file param.h.

int Param::n_scalar [private]

Number of Scalar 's.

Definition at line 191 of file param.h.

int Param::n_scalar_mod [private]

Number of modifiable Scalar 's.

Definition at line 195 of file param.h.

int Param::n_star [private]

Number of Star 's.

Definition at line 211 of file param.h.

int Param::n_tbl [private]

Number of Tbl 's.

Definition at line 143 of file param.h.

int Param::n_tbl_mod [private]

Number of modifiable Tbl 's.

Definition at line 147 of file param.h.

int Param::n_tenseur [private]

Number of Tenseur 's.

Definition at line 175 of file param.h.

int Param::n_tenseur_mod [private]

Number of modifiable Tenseur 's.

Definition at line 179 of file param.h.

int Param::n_tensor [private]

Number of Tensor 's.

Definition at line 199 of file param.h.

int Param::n_tensor_mod [private]

Number of modifiable Tensor 's.

Definition at line 203 of file param.h.

const Cmp** Param::p_cmp [private]

Array (size n_cmp ) of the Cmp 's addresses.

Definition at line 169 of file param.h.

Cmp** Param::p_cmp_mod [private]

Array (size n_cmp_mod ) of the modifiable Cmp 's addresses.

Definition at line 173 of file param.h.

const double** Param::p_double [private]

Array (size n_double ) of the double 's addresses.

Definition at line 136 of file param.h.

double** Param::p_double_mod [private]

Array (size n_double_mod ) of the double 's addresses.

Definition at line 140 of file param.h.

const Etoile** Param::p_etoile [private]

Array (size n_etoile ) of the Etoile 's addresses.

Definition at line 209 of file param.h.

const int** Param::p_int [private]

Array (size n_int ) of the int 's addresses.

Definition at line 128 of file param.h.

int** Param::p_int_mod [private]

Array (size n_int_mod ) of the modifiable int 's addresses.

Definition at line 132 of file param.h.

const Itbl** Param::p_itbl [private]

Array (size n_itbl ) of the Itbl 's addresses.

Definition at line 153 of file param.h.

Itbl** Param::p_itbl_mod [private]

Array (size n_itbl_mod ) of the modifiable Itbl 's addresses.

Definition at line 157 of file param.h.

const Map** Param::p_map [private]

Array (size n_map ) of the Map 's addresses.

Definition at line 185 of file param.h.

const Matrice** Param::p_matrice [private]

Array (size n_matrice ) of the Matrice 's addresses.

Definition at line 161 of file param.h.

Array (size n_matrice_mod ) of the modifiable Matrice 's addresses.

Definition at line 165 of file param.h.

const Mtbl_cf** Param::p_mtbl_cf [private]

Array (size n_mtbl_cf ) of the Mtbl_cf 's addresses.

Definition at line 189 of file param.h.

const Scalar** Param::p_scalar [private]

Array (size n_scalar ) of the Scalar 's addresses.

Definition at line 193 of file param.h.

Array (size n_scalar_mod ) of the modifiable Scalar 's addresses.

Definition at line 197 of file param.h.

const Star** Param::p_star [private]

Array (size n_star ) of the Star 's addresses.

Definition at line 213 of file param.h.

const Tbl** Param::p_tbl [private]

Array (size n_tbl ) of the Tbl 's addresses.

Definition at line 145 of file param.h.

Tbl** Param::p_tbl_mod [private]

Array (size n_tbl_mod ) of the modifiable Tbl 's addresses.

Definition at line 149 of file param.h.

const Tenseur** Param::p_tenseur [private]

Array (size n_tenseur ) of the Tenseur 's addresses.

Definition at line 177 of file param.h.

Array (size n_tenseur_mod ) of the modifiable Tenseur 's addresses.

Definition at line 181 of file param.h.

const Tensor** Param::p_tensor [private]

Array (size n_tensor ) of the Tensor 's addresses.

Definition at line 201 of file param.h.

Array (size n_tensor_mod ) of the modifiable Tensor 's addresses.

Definition at line 205 of file param.h.


The documentation for this class was generated from the following files:

Generated on 7 Oct 2014 for LORENE by  doxygen 1.6.1