BioInt  1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
BioElement Class Reference

#include <BioElement.h>

List of all members.

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 &)

Constructor & Destructor Documentation

BioElement::BioElement ( const int &  eNum,
const string &  eCode,
const string &  eName,
const float &  eMass,
const float &  eRad,
const float &  eScF 
) [inline]

Member Function Documentation

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]

Friends And Related Function Documentation

bool operator< ( const BioElement ,
const BioElement  
) [friend]
bool operator== ( const BioElement ,
const BioElement  
) [friend]
bool operator> ( const BioElement ,
const BioElement  
) [friend]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines