|
OpenStructure
|
#include <biounit.hh>
Public Member Functions | |
| BUInfo () | |
| BUInfo (const ost::io::MMCifInfoBioUnit &bu) | |
| void | ToStream (std::ostream &stream) const |
| String | ToString () const |
| const std::vector< std::vector < String > > & | GetAUChains () const |
| const std::vector< std::vector < geom::Mat4 > > & | GetTransformations () const |
| void | _InitTransforms () const |
Static Public Member Functions | |
| static BUInfo | FromStream (std::istream &stream) |
| static BUInfo | FromString (const String &s) |
Data Fields | |
| std::vector< String > | au_chains |
| std::vector< int > | chain_intvl |
| std::vector< std::vector < geom::Mat4 > > | operations |
| std::vector< int > | op_intvl |
Definition at line 27 of file biounit.hh.
|
inline |
Definition at line 29 of file biounit.hh.
| BUInfo | ( | const ost::io::MMCifInfoBioUnit & | bu | ) |
| void _InitTransforms | ( | ) | const |
|
static |
| const std::vector<std::vector<String> >& GetAUChains | ( | ) | const |
| const std::vector<std::vector<geom::Mat4> >& GetTransformations | ( | ) | const |
| void ToStream | ( | std::ostream & | stream | ) | const |
| String ToString | ( | ) | const |
| std::vector<String> au_chains |
Definition at line 47 of file biounit.hh.
| std::vector<int> chain_intvl |
Definition at line 48 of file biounit.hh.
| std::vector<int> op_intvl |
Definition at line 50 of file biounit.hh.
| std::vector<std::vector<geom::Mat4> > operations |
Definition at line 49 of file biounit.hh.
1.8.5