OpenStructure
|
#include <map>
#include <ost/mol/chain_handle.hh>
#include <ost/mol/chain_view.hh>
#include <ost/mol/residue_handle.hh>
#include <ost/mol/residue_view.hh>
#include <ost/mol/atom_handle.hh>
#include <ost/mol/atom_view.hh>
#include <ost/mol/entity_handle.hh>
#include <ost/mol/entity_view.hh>
#include <ost/mol/impl/entity_impl_fw.hh>
#include <ost/mol/impl/chain_impl_fw.hh>
#include <ost/mol/impl/residue_impl_fw.hh>
#include <ost/mol/impl/pointer_iterator.hh>
Go to the source code of this file.
Data Structures | |
class | IterRange< I > |
adaptor to turn iterator into an iterator range More... | |
class | ChainHandleIter |
class | ResidueHandleIter |
class | ResidueViewIter |
class | AtomHandleIter |
class | AtomViewIter |
Namespaces | |
namespace | ost |
namespace | ost::mol |
namespace | ost::mol::impl |