|
| MMCifInfo () |
|
void | AddCitation (MMCifInfoCitation citation) |
|
void | AddAuthorsToCitation (StringRef id, std::vector< String > list, bool fault_tolerant=false) |
|
const std::vector
< MMCifInfoCitation > & | GetCitations () const |
|
void | SetMethod (String method) |
|
const StringRef | GetMethod () const |
|
void | SetResolution (Real res) |
|
Real | GetResolution () const |
|
void | SetRFree (Real r_free) |
|
Real | GetRFree () const |
|
void | SetRWork (Real r_work) |
|
Real | GetRWork () const |
|
void | AddMMCifPDBChainTr (String cif, String pdb) |
|
String | GetMMCifPDBChainTr (String cif) const |
|
void | AddPDBMMCifChainTr (String pdb, String cif) |
|
String | GetPDBMMCifChainTr (String pdb) const |
|
void | AddMMCifEntityIdTr (String cif, String ent_id) |
|
String | GetMMCifEntityIdTr (String cif) const |
|
void | AddBioUnit (MMCifInfoBioUnit bu) |
|
const std::vector
< MMCifInfoBioUnit > & | GetBioUnits () const |
|
void | AddOperation (MMCifInfoTransOpPtr op) |
|
const std::vector
< MMCifInfoTransOpPtr > & | GetOperations () const |
|
void | SetStructDetails (MMCifInfoStructDetails details) |
|
const MMCifInfoStructDetails | GetStructDetails () const |
|
void | SetObsoleteInfo (MMCifInfoObsolete obsolete) |
|
MMCifInfoObsolete | GetObsoleteInfo () const |
|
const MMCifInfoStructRefs & | GetStructRefs () const |
|
void | SetStructRefs (const MMCifInfoStructRefs &sr) |
|
void | SetRevisionsDateOriginal (String date) |
|
void | AddRevision (int num, String date, String status, int major=-1, int minor=-1) |
|
MMCifInfoRevisions | GetRevisions () const |
|
void | AddEntityBranchLink (String chain_name, mol::AtomHandle atom1, mol::AtomHandle atom2, unsigned char bond_order) |
|
const std::vector
< MMCifInfoEntityBranchLink > | GetEntityBranchLinks () const |
|
const std::vector
< MMCifInfoEntityBranchLink > | GetEntityBranchByChain (const String &chain_name) const |
|
const std::vector< String > | GetEntityBranchChainNames () const |
|
const mol::ChainHandleList | GetEntityBranchChains () const |
|
void | ConnectBranchLinks () |
|
| MMCifInfo () |
|
void | AddCitation (MMCifInfoCitation citation) |
|
void | AddAuthorsToCitation (StringRef id, std::vector< String > list, bool fault_tolerant=false) |
|
const std::vector
< MMCifInfoCitation > & | GetCitations () const |
|
void | SetMethod (String method) |
|
const StringRef | GetMethod () const |
|
void | SetResolution (Real res) |
|
Real | GetResolution () const |
|
void | SetRFree (Real r_free) |
|
Real | GetRFree () const |
|
void | SetRWork (Real r_work) |
|
Real | GetRWork () const |
|
void | AddMMCifPDBChainTr (String cif, String pdb) |
|
String | GetMMCifPDBChainTr (String cif) const |
|
void | AddPDBMMCifChainTr (String pdb, String cif) |
|
String | GetPDBMMCifChainTr (String pdb) const |
|
void | AddMMCifEntityIdTr (String cif, String ent_id) |
|
String | GetMMCifEntityIdTr (String cif) const |
|
void | AddBioUnit (MMCifInfoBioUnit bu) |
|
const std::vector
< MMCifInfoBioUnit > & | GetBioUnits () const |
|
void | AddOperation (MMCifInfoTransOpPtr op) |
|
const std::vector
< MMCifInfoTransOpPtr > & | GetOperations () const |
|
void | SetStructDetails (MMCifInfoStructDetails details) |
|
const MMCifInfoStructDetails | GetStructDetails () const |
|
void | SetObsoleteInfo (MMCifInfoObsolete obsolete) |
|
MMCifInfoObsolete | GetObsoleteInfo () const |
|
const MMCifInfoStructRefs & | GetStructRefs () const |
|
void | SetStructRefs (const MMCifInfoStructRefs &sr) |
|
void | SetRevisionsDateOriginal (String date) |
|
void | AddRevision (int num, String date, String status, int major=-1, int minor=-1) |
|
MMCifInfoRevisions | GetRevisions () const |
|
void | AddEntityBranchLink (String chain_name, mol::AtomHandle atom1, mol::AtomHandle atom2, unsigned char bond_order) |
|
const std::vector
< MMCifInfoEntityBranchLink > | GetEntityBranchLinks () const |
|
const std::vector
< MMCifInfoEntityBranchLink > | GetEntityBranchByChain (const String &chain_name) const |
|
const std::vector< String > | GetEntityBranchChainNames () const |
|
const mol::ChainHandleList | GetEntityBranchChains () const |
|
void | ConnectBranchLinks () |
|
container class for additional information from MMCif files
annotation information
MMCif files contain loads of additional information beside coordinates. This class is set up to capture some of it. In detail, we have:
- citations
- biounits
- transformation information from asym. unit to biounit
- structure information
- resolution
- method
Definition at line 975 of file mmcif_info.hh.