#include <diag.hh>
Data Structures | |
| struct | ArgDesc |
Public Member Functions | |
| Diag (DiagType typ, const char *fmt) | |
| DiagType | GetType () const |
| Diag & | AddAtom (mol::AtomHandle atom) |
| Diag & | AddResidue (mol::ResidueHandle res) |
| Diag & | AddChain (mol::ChainHandle chain) |
| Diag & | AddInt (int int_val) |
| Diag & | AddString (const String &str) |
| mol::AtomHandle | GetAtom (size_t index) const |
| mol::ResidueHandle | GetResidue (size_t index) const |
| mol::ChainHandle | GetChain (size_t index) const |
| String | Format (bool colored=true) const |
Definition at line 44 of file diag.hh.
| Diag& AddAtom | ( | mol::AtomHandle | atom | ) | [inline] |
| Diag& AddChain | ( | mol::ChainHandle | chain | ) | [inline] |
| Diag& AddResidue | ( | mol::ResidueHandle | res | ) | [inline] |
| String Format | ( | bool | colored = true |
) | const |
| mol::AtomHandle GetAtom | ( | size_t | index | ) | const [inline] |
| mol::ChainHandle GetChain | ( | size_t | index | ) | const [inline] |
| mol::ResidueHandle GetResidue | ( | size_t | index | ) | const [inline] |
1.6.1