Rosetta Core  2014.16.56682
Public Member Functions | Private Attributes | Friends | List of all members
core::pose::CrystInfo Class Reference

#include <CrystInfo.hh>

Public Member Functions

 CrystInfo ()
 default constructor to initialize all values More...
 
Real B () const
 
void B (core::Real Bin)
 
Real C () const
 
void C (core::Real Cin)
 
Real alpha () const
 
void alpha (core::Real alphain)
 
Real beta () const
 
void beta (core::Real betain)
 
Real gamma () const
 
void gamma (core::Real gammain)
 
std::string spacegroup () const
 
void spacegroup (std::string spacegroupin)
 

Private Attributes

Real A_
 For now, all member names have the same names as fields in PDB standard. More...
 
Real B_
 
Real C_
 
Real alpha_
 
Real beta_
 
Real gamma_
 
std::string spacegroup_
 

Friends

std::ostream & operator<< (std::ostream &os, CrystInfo const &ci)
 Debug printing, serialazing to Tracer like object. More...
 

Constructor & Destructor Documentation

core::pose::CrystInfo::CrystInfo ( )
inline

default constructor to initialize all values

References A_, alpha_, B_, beta_, C_, gamma_, and spacegroup_.

Member Function Documentation

Real core::pose::CrystInfo::alpha ( ) const
inline
void core::pose::CrystInfo::alpha ( core::Real  alphain)
inline

References alpha_.

Real core::pose::CrystInfo::B ( ) const
inline
void core::pose::CrystInfo::B ( core::Real  Bin)
inline

References B_.

Real core::pose::CrystInfo::beta ( ) const
inline
void core::pose::CrystInfo::beta ( core::Real  betain)
inline

References beta_.

Real core::pose::CrystInfo::C ( ) const
inline
void core::pose::CrystInfo::C ( core::Real  Cin)
inline

References C_.

Real core::pose::CrystInfo::gamma ( ) const
inline
void core::pose::CrystInfo::gamma ( core::Real  gammain)
inline

References gamma_.

std::string core::pose::CrystInfo::spacegroup ( ) const
inline
void core::pose::CrystInfo::spacegroup ( std::string  spacegroupin)
inline

References spacegroup_.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
CrystInfo const &  ci 
)
friend

Debug printing, serialazing to Tracer like object.

Member Data Documentation

Real core::pose::CrystInfo::A_
private

For now, all member names have the same names as fields in PDB standard.

Referenced by CrystInfo().

Real core::pose::CrystInfo::alpha_
private

Referenced by alpha(), and CrystInfo().

Real core::pose::CrystInfo::B_
private

Referenced by B(), and CrystInfo().

Real core::pose::CrystInfo::beta_
private

Referenced by beta(), and CrystInfo().

Real core::pose::CrystInfo::C_
private

Referenced by C(), and CrystInfo().

Real core::pose::CrystInfo::gamma_
private

Referenced by CrystInfo(), and gamma().

std::string core::pose::CrystInfo::spacegroup_
private

Referenced by CrystInfo(), and spacegroup().


The documentation for this class was generated from the following file: