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
int index; // Type index for reference in a distance matrix
Bstring fmod; // Model file name (molecule or map)
int num; // Image number in model or map file
int count; // Number of components
float mass; // Component mass
float fom; // Figure-of-merit
int sel; // Selection flag
} ;

Other objects included:

struct Bcomptype
class Bstring


Generated by bdoc.pl on Wed May 9 11:41:56 2012


Back to the Bsoft home