BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioElement.h>
Public Member Functions | |
~BioElement () | |
BioElement (const int &eNum, const string &eCode, const string &eName, const float &eMass, const float &eRad, const float &eScF) | |
int | getAtomicNumber () const |
string | getElementName () const |
string | getElementCode () const |
float | getAtomicMass () const |
float | getAtomicRadius () const |
float | getAtomicScatteringFactor () const |
Friends | |
bool | operator> (const BioElement &, const BioElement &) |
bool | operator< (const BioElement &, const BioElement &) |
bool | operator== (const BioElement &, const BioElement &) |
BioElement::BioElement | ( | const int & | eNum, |
const string & | eCode, | ||
const string & | eName, | ||
const float & | eMass, | ||
const float & | eRad, | ||
const float & | eScF | ||
) | [inline] |
float BioElement::getAtomicMass | ( | ) | const [inline] |
int BioElement::getAtomicNumber | ( | ) | const [inline] |
float BioElement::getAtomicRadius | ( | ) | const [inline] |
float BioElement::getAtomicScatteringFactor | ( | ) | const [inline] |
string BioElement::getElementCode | ( | ) | const [inline] |
string BioElement::getElementName | ( | ) | const [inline] |
bool operator< | ( | const BioElement & | , |
const BioElement & | |||
) | [friend] |
bool operator== | ( | const BioElement & | , |
const BioElement & | |||
) | [friend] |
bool operator> | ( | const BioElement & | , |
const BioElement & | |||
) | [friend] |