Bsoft object

struct Latom

Source:

include/mol_util.h

Description:

A structure for use in a linked list of atoms.

Features:

This is used to group an arbitrary set of atoms.

Code:

struct Latom {
Latom* next; // Next atom
Batom* atom;
} ;

Other objects included:

struct Batom
struct Bbadarea


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


Back to the Bsoft home