#include <list>
#include <boost/operators.hpp>
#include <boost/iterator/reverse_iterator.hpp>
#include <btk/core/utility/grouped_element_iterator.hpp>
#include <btk/core/molecules/polymer_structure.hpp>
Go to the source code of this file.
Namespaces | |
namespace | BTK |
namespace | BTK::MOLECULES |
Classes | |
class | Polymer |
A Polymer is a chain of monomers that is also an atomic structure. More... | |
Defines | |
#define | IMPORT_POLYMER_TYPES(PolymerType) |
#define IMPORT_POLYMER_TYPES | ( | PolymerType | ) |
Value:
IMPORT_POLYMER_STRUCTURE_TYPES(PolymerType) \ typedef typename PolymerType::atom_type atom_type; \ typedef typename PolymerType::atom_id_type atom_id_type;