OBIsotopeTable Class Reference

Table of atomic isotope masses. More...

#include <openbabel/data.h>

Inheritance diagram for OBIsotopeTable:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 OBIsotopeTable (void)
 ~OBIsotopeTable ()
unsigned int GetSize ()
void ParseLine (const char *)
double GetExactMass (const unsigned int atomicNum, const unsigned int isotope=0)
void Init ()
void SetReadDirectory (char *dir)
void SetEnvironmentVariable (char *var)

Protected Attributes

bool _init
const char * _dataptr
std::string _filename
std::string _dir
std::string _subdir
std::string _envvar


Detailed Description

Table of atomic isotope masses.

Constructor & Destructor Documentation

OBIsotopeTable ( void   ) 

~OBIsotopeTable (  )  [inline]


Member Function Documentation

unsigned int GetSize (  )  [inline, virtual]

Returns:
the number of elements in the isotope table

Reimplemented from OBGlobalDataBase.

void ParseLine ( const char *   )  [virtual]

Specified by particular table classes (parses an individual data line).

Reimplemented from OBGlobalDataBase.

double GetExactMass ( const unsigned int  atomicNum,
const unsigned int  isotope = 0 
)

Returns:
the exact masss of the isotope (or by default (i.e. "isotope 0") the most abundant isotope)

Referenced by OBAtom::GetAtomicMass(), OBMol::GetExactMass(), and OBAtom::GetExactMass().

void Init (  )  [inherited]

void SetReadDirectory ( char *  dir  )  [inline, inherited]

Set the directory before calling Init().

void SetEnvironmentVariable ( char *  var  )  [inline, inherited]

Set the environment variable to use before calling Init().


Member Data Documentation

bool _init [protected, inherited]

const char* _dataptr [protected, inherited]

std::string _filename [protected, inherited]

std::string _dir [protected, inherited]

std::string _subdir [protected, inherited]

std::string _envvar [protected, inherited]


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