#include <builder.h>
List of all members.
Detailed Description
template<class System>
class ESBTL::All_atom_system_builder< System >
Class responsible for building a system.
- Template Parameters:
-
Member Typedef Documentation
The container in which the system must be stored.
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
systems | is a reference to the container in which created systems are inserted. |
max_systems_ | is an upper bound on the number of system to be created. Setting correctly this number is very important and the program will crash if not well set (in the current implementation it is used to set the size of the system container.) |
Member Function Documentation
Finalize the creation of the systems incrementally built.
- Parameters:
-
altloc | indicate the alternate location identification used for systems. |
template<class System >
template<class Line_format >
Extract information from a line in a PDB file and add them to a system.
- Template Parameters:
-
- Parameters:
-
line_format | provides the functions to extract the fields. |
line | is a line of a PDB file. |
system_info | is the number of the system described by this line. |
The documentation for this class was generated from the following file: