spans.h file
Contents
- Reference
 
Namespaces
- namespace xmol
 - Reworked original xmol.
 - namespace xmol::proxy
 - Proxy references to frame.
 
Classes
- class xmol::proxy::CoordSpan
 - class xmol::proxy::AtomSpan
 - class xmol::proxy::ResidueSpan
 - class xmol::proxy::MoleculeSpan
 
Functions
- auto operator|(const AtomSpan& lhs, const AtomSpan& rhs) -> AtomSelection
 - auto operator-(const AtomSpan& lhs, const AtomSpan& rhs) -> AtomSelection
 - auto operator&(const AtomSpan& lhs, const AtomSpan& rhs) -> AtomSpan
 - auto operator|(const ResidueSpan& lhs, const ResidueSpan& rhs) -> ResidueSelection
 - auto operator-(const ResidueSpan& lhs, const ResidueSpan& rhs) -> ResidueSelection
 - auto operator&(const ResidueSpan& lhs, const ResidueSpan& rhs) -> ResidueSpan
 - auto operator|(const MoleculeSpan& lhs, const MoleculeSpan& rhs) -> MoleculeSelection
 - auto operator-(const MoleculeSpan& lhs, const MoleculeSpan& rhs) -> MoleculeSelection
 - auto operator&(const MoleculeSpan& lhs, const MoleculeSpan& rhs) -> MoleculeSpan