| 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 |
| } ; |