Rosetta
Namespaces | Typedefs
MembraneInfo.fwd.hh File Reference

Data describing the relationship between protein(s) and a membrane environment. More...

#include <utility/pointer/owning_ptr.hh>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::conformation
 
 core::conformation::membrane
 

Typedefs

typedef utility::pointer::shared_ptr< MembraneInfo > core::conformation::membrane::MembraneInfoOP
 
typedef utility::pointer::shared_ptr< MembraneInfo const > core::conformation::membrane::MembraneInfoCOP
 

Detailed Description

Data describing the relationship between protein(s) and a membrane environment.

MembraneInfo is a container object that describes membrane-protein relationships

  1. Coordinates of the membrane
  2. A pointer to MEM which describes relative orientation (Residue)
  3. Topology of the transmembrane spans (SpanningTopology)
  4. Physical and chemical properties of the implicit lipid membrane (ImplicitLipidInfo)
Note
This object is a member of Conformation and should only be accessed using pose.conformation().membrane_info(). Do not access MEM outside of the framework!
Author
Rebecca Alford (ralfo.nosp@m.rd3@.nosp@m.jhu.e.nosp@m.du)