delphi_cb
|
#include <io_datatype.h>
Public Member Functions | |
CAtomPdb () | |
void | setRadius (const delphi_real fRadiusIn) |
void | setCharge (const delphi_real fChargeIn) |
void | setPose (const SGrid< delphi_real > gPoseIn) |
void | setPose (const delphi_real fX, const delphi_real fY, const delphi_real fZ) |
void | setAtInf (const string strAtInfIn) |
delphi_real | getRadius () const |
delphi_real | getCharge () const |
SGrid< delphi_real > | getPose () const |
string | getAtInf () const |
class to store atom info read from .pdb file. Notice that values are all defined to be private so that accessing these values have to be via the provided public member functions.
|
inline |
default constructor
|
inline |
function to get rest info of this atom
|
inline |
function to get charge on this atom
|
inline |
function to get position of this atom
|
inline |
function to get radius of this atom
|
inline |
function to store the rest of line read from .pdb file for this atom
strAtInfIn | string of the line containing the rest info in .pdb for this atom |
|
inline |
function to set charge of this atom
fChargeIn | charge on this atom |
|
inline |
function to set position of this atom
gPoseIn | position of this atom |
|
inline |
function to set position of this atom
fX | x-coordinate of this atom |
fY | y-coordinate of this atom |
fZ | z-coordinate of this atom |
|
inline |
function to set radius of this atom
fRadiusIn | radius of this atom |