OpenStructure
Loading...
Searching...
No Matches
Data Structures | Namespaces | Typedefs | Enumerations
entity_impl.hh File Reference
#include <map>
#include <vector>
#include <boost/enable_shared_from_this.hpp>
#include <ost/mol/module_config.hh>
#include <ost/geom/geom.hh>
#include <ost/mol/impl/entity_impl_fw.hh>
#include <ost/mol/entity_view.hh>
#include <ost/mol/residue_prop.hh>
#include <ost/mol/impl/atom_impl_fw.hh>
#include <ost/mol/impl/residue_impl_fw.hh>
#include <ost/mol/impl/chain_impl_fw.hh>
#include <ost/mol/impl/connector_impl_fw.hh>
#include <ost/mol/impl/torsion_impl_fw.hh>
#include <ost/mol/impl/fragment_impl_fw.hh>
#include <ost/mol/impl/pointer_iterator.hh>
#include <ost/mol/entity_visitor_fw.hh>
#include <ost/mol/entity_observer_fw.hh>
#include <ost/mol/entity_handle.hh>
#include <ost/mol/spatial_organizer.hh>
#include <ost/generic_property.hh>

Go to the source code of this file.

Data Structures

class  EntityImpl
 

Namespaces

namespace  ost
 
namespace  ost::mol
 
namespace  ost::mol::impl
 

Typedefs

typedef std::map< AtomImpl *, AtomImplPtrAtomImplMap
 
typedef std::map< ResidueImpl *, ResidueImplPtrResidueImplMap
 
typedef std::vector< ChainImplPtrChainImplList
 
typedef std::map< ConnectorImpl *, ConnectorImplPConnectorImplMap
 
typedef std::map< TorsionImpl *, TorsionImplPTorsionImplMap
 
typedef std::vector< FragmentImplPFragmentImplList
 
typedef std::map< EntityObserver *, EntityObserverPtrEntityObserverMap
 
typedef SpatialOrganizer< AtomImplPtrSpatialAtomOrganizer
 

Enumerations

enum  EntityDirtyFlags {
  DirtyICS =1 , DirtyXCS =2 , DirtyTrace =DirtyICS+4 , DirtyOrganizer =8 ,
  DisableICS =16
}