|
| 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 | SetEMResolution (Real res) |
|
Real | GetEMResolution () const |
|
void | SetRFree (Real r_free) |
|
Real | GetRFree () const |
|
void | SetRWork (Real r_work) |
|
Real | GetRWork () const |
|
void | AddMMCifPDBChainTr (String cif, String pdb, bool fault_tolerant=false) |
|
String | GetMMCifPDBChainTr (String cif) const |
|
void | AddPDBMMCifChainTr (String pdb, String cif, bool fault_tolerant=false) |
|
String | GetPDBMMCifChainTr (String pdb) const |
|
void | AddMMCifEntityIdTr (String cif, String ent_id, bool fault_tolerant=false) |
|
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, int rnum1, int rnum2, const String &aname1, const String &aname2, unsigned char bond_order) |
|
const std::vector< MMCifInfoEntityBranchLink > | GetEntityBranchByChain (const String &chain_name) const |
|
const std::vector< String > | GetEntityBranchChainNames () const |
|
const MMCifEntityDesc & | GetEntityDesc (const String &entity_id) const |
|
void | SetEntityDesc (const String &entity_id, const MMCifEntityDesc &entity_desc) |
|
std::vector< String > | GetEntityIds () const |
|
std::vector< String > | GetEntityIdsOfType (const String &type) const |
|
| 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 | SetEMResolution (Real res) |
|
Real | GetEMResolution () const |
|
void | SetRFree (Real r_free) |
|
Real | GetRFree () const |
|
void | SetRWork (Real r_work) |
|
Real | GetRWork () const |
|
void | AddMMCifPDBChainTr (String cif, String pdb, bool fault_tolerant=false) |
|
String | GetMMCifPDBChainTr (String cif) const |
|
void | AddPDBMMCifChainTr (String pdb, String cif, bool fault_tolerant=false) |
|
String | GetPDBMMCifChainTr (String pdb) const |
|
void | AddMMCifEntityIdTr (String cif, String ent_id, bool fault_tolerant=false) |
|
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, int rnum1, int rnum2, const String &aname1, const String &aname2, unsigned char bond_order) |
|
const std::vector< MMCifInfoEntityBranchLink > | GetEntityBranchByChain (const String &chain_name) const |
|
const std::vector< String > | GetEntityBranchChainNames () const |
|
const MMCifEntityDesc & | GetEntityDesc (const String &entity_id) const |
|
void | SetEntityDesc (const String &entity_id, const MMCifEntityDesc &entity_desc) |
|
std::vector< String > | GetEntityIds () const |
|
std::vector< String > | GetEntityIdsOfType (const String &type) 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 983 of file mmcif_info.hh.