|
| MMCifInfo () |
|
void | AddCitation (MMCifInfoCitation citation) |
|
void | AddAuthorsToCitation (StringRef id, std::vector< String > list) |
|
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) |
|
MMCifInfoRevisions | GetRevisions () const |
|
| MMCifInfo () |
|
void | AddCitation (MMCifInfoCitation citation) |
|
void | AddAuthorsToCitation (StringRef id, std::vector< String > list) |
|
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) |
|
MMCifInfoRevisions | GetRevisions () const |
|
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 869 of file mmcif_info.hh.