Classes | |
class | AtomicStructure |
A class for representing atomic structures. More... | |
class | Chain |
class | Molecule |
Generic molecule class. More... | |
class | Monomer |
class | Polymer |
A Polymer is a chain of monomers that is also an atomic structure. More... | |
class | PolymerStructure |
class | System |
A class for representing systems of molecules. More... | |
Namespaces | |
namespace | detail |
Typedefs | |
typedef BTK::IO::Dictionary< int > | DefaultMonomerDictionary |
typedef BTK::IO::Dictionary< int > | DefaultStructureDictionary |
Functions | |
template<typename AT, typename CTO, typename DICT, typename SS> | |
std::ostream & | operator<< (std::ostream &os, AtomicStructure< AT, CTO, DICT, SS > const &a) |
template<typename MT, typename CTO, typename DICT, typename SS> | |
std::ostream & | operator<< (std::ostream &os, PolymerStructure< MT, CTO, DICT, SS > const &p) |
template<typename CH, typename CTO, typename SS> | |
std::ostream & | operator<< (std::ostream &os, System< CH, CTO, SS > const &s) |
std::ostream& BTK::MOLECULES::operator<< | ( | std::ostream & | os, | |
System< CH, CTO, SS > const & | s | |||
) |
std::ostream& BTK::MOLECULES::operator<< | ( | std::ostream & | os, | |
PolymerStructure< MT, CTO, DICT, SS > const & | p | |||
) |
std::ostream& BTK::MOLECULES::operator<< | ( | std::ostream & | os, | |
AtomicStructure< AT, CTO, DICT, SS > const & | a | |||
) |