CLASS
1.1
|
Header file for IsotopicVector class. The aim of this Class is to manage any kind of IsotopicVector, and any operation between them : sum, substraction.... Plus de détails...
Aller au code source de ce fichier.
Classes | |
class | IsotopicVector |
Définitions de type | |
typedef long long int | cSecond |
Fonctions | |
IsotopicVector | operator/ (IsotopicVector const &IVA, double F) |
IsotopicVector | operator/ (ZAI const &zai, double F) |
IsotopicVector | operator* (IsotopicVector const &IVA, double F) |
IsotopicVector | operator* (ZAI const &zai, double F) |
IsotopicVector | operator* (double F, IsotopicVector const &IVA) |
IsotopicVector | operator* (double F, ZAI const &zai) |
IsotopicVector | operator+ (IsotopicVector const &IVa, IsotopicVector const &IVb) |
IsotopicVector | operator- (IsotopicVector const &IVa, IsotopicVector const &IVb) |
double | RelativDistance (IsotopicVector IV1, IsotopicVector IV2) |
double | Distance (IsotopicVector IV1, IsotopicVector IV2, int DistanceType=0, IsotopicVector DistanceParameter=IsotopicVector()) |
double | DistanceStandard (IsotopicVector IV1, IsotopicVector IV2) |
double | DistanceAdjusted (IsotopicVector IV1, IsotopicVector IV2, IsotopicVector DistanceParameter) |
double | Norme (IsotopicVector IV1, int DistanceType=0, IsotopicVector DistanceParameter=IsotopicVector()) |
Header file for IsotopicVector class. The aim of this Class is to manage any kind of IsotopicVector, and any operation between them : sum, substraction....
Définition dans le fichier IsotopicVector.hxx.
typedef long long int cSecond |
Définition à la ligne 20 du fichier IsotopicVector.hxx.
double Distance | ( | IsotopicVector | IV1, |
IsotopicVector | IV2, | ||
int | DistanceType = 0 , |
||
IsotopicVector | DistanceParameter = IsotopicVector() |
||
) |
Définition à la ligne 81 du fichier IsotopicVector.cxx.
double DistanceAdjusted | ( | IsotopicVector | IV1, |
IsotopicVector | IV2, | ||
IsotopicVector | DistanceParameter | ||
) |
Définition à la ligne 61 du fichier IsotopicVector.cxx.
double DistanceStandard | ( | IsotopicVector | IV1, |
IsotopicVector | IV2 | ||
) |
Définition à la ligne 45 du fichier IsotopicVector.cxx.
double Norme | ( | IsotopicVector | IV1, |
int | DistanceType = 0 , |
||
IsotopicVector | DistanceParameter = IsotopicVector() |
||
) |
IsotopicVector operator* | ( | IsotopicVector const & | IVA, |
double | F | ||
) |
Définition à la ligne 174 du fichier IsotopicVector.cxx.
IsotopicVector operator* | ( | ZAI const & | zai, |
double | F | ||
) |
Définition à la ligne 149 du fichier IsotopicVector.cxx.
IsotopicVector operator* | ( | double | F, |
IsotopicVector const & | IVA | ||
) |
Définition à la ligne 171 du fichier IsotopicVector.cxx.
IsotopicVector operator* | ( | double | F, |
ZAI const & | zai | ||
) |
Définition à la ligne 182 du fichier IsotopicVector.cxx.
IsotopicVector operator+ | ( | IsotopicVector const & | IVa, |
IsotopicVector const & | IVb | ||
) |
Définition à la ligne 130 du fichier IsotopicVector.cxx.
IsotopicVector operator- | ( | IsotopicVector const & | IVa, |
IsotopicVector const & | IVb | ||
) |
Définition à la ligne 139 du fichier IsotopicVector.cxx.
IsotopicVector operator/ | ( | IsotopicVector const & | IVA, |
double | F | ||
) |
Définition à la ligne 185 du fichier IsotopicVector.cxx.
IsotopicVector operator/ | ( | ZAI const & | zai, |
double | F | ||
) |
Définition à la ligne 160 du fichier IsotopicVector.cxx.
double RelativDistance | ( | IsotopicVector | IV1, |
IsotopicVector | IV2 | ||
) |
Définition à la ligne 102 du fichier IsotopicVector.cxx.