Bsoft object

struct Bcomptype

Source:

include/rwmodel.h

Description:

Model component type parameter structure.

Features:

Reference to a model file, either atomic coordinates or a 3D map.
Number of components of this type.
Figure-of-merit.

Code:

struct Bcomptype {
Bcomptype* next; // Next component type in list
Bstring id; // Component type identifier
Bstring fmod; // Model file name (molecule or map)
int img_num; // Image number in map file
int num; // Number of components
float fom; // Figure-of-merit
} ;

Other objects included:

struct Bcomptype
class Bstring


Generated by bdoc.pl on Mon Jun 15 11:55:12 2009


Back to the Bsoft home