|
|
| PDBInfo () |
|
| PDBInfo (const PDBInfo &pdbi) |
|
virtual | ~PDBInfo () |
|
virtual void | clear () |
| Reset all attributes to their initial state. More...
|
|
|
PDBInfo & | operator= (const PDBInfo &rhs) |
|
|
bool | operator== (const PDBInfo &rhs) const |
| Equality operator. More...
|
|
bool | operator!= (const PDBInfo &rhs) const |
| Inequality operator. More...
|
|
|
PDBRecords & | getSkippedRecords () |
| Return the unparsed records. More...
|
|
const PDBRecords & | getSkippedRecords () const |
| Return the unparsed records. More...
|
|
PDBRecords & | getInvalidRecords () |
| Return the unparsed records. More...
|
|
const PDBRecords & | getInvalidRecords () const |
| Return the unparsed records. More...
|
|
const String & | getFilename () const |
| Return the filename. More...
|
|
void | setFilename (const String &filename) |
| Set the filename. More...
|
|
const String & | getID () const |
| Return the PDB ID. More...
|
|
void | setID (const String &id) |
| Set the PDB ID. More...
|
|
Size | getNumberOfRecords () const |
| Return the total number of records read. More...
|
|
void | setNumberOfRecords (Size n) |
| Set the number of records. More...
|
|
Size | getNumberOfModels () const |
| Return the number of models. More...
|
|
Size & | getNumberOfModels () |
| Return the number of models. More...
|
|
void | setNumberOfModels (Size n) |
| Set the number of models. More...
|
|
Position | getCurrentModel () const |
| Return the number of the last model read. More...
|
|
Position & | getCurentModel () |
| Return the number of the last model read. More...
|
|
void | setCurrentModel (Position n) |
| Set the number of the model read. More...
|
|
Size | getNumberOfATOMRecords () const |
| Return the number of atom records read. More...
|
|
Size & | getNumberOfATOMRecords () |
| Return the number of atom records read. More...
|
|
void | setNumberOfATOMRecords (Size n) |
| Set the number of atom records read. More...
|
|
Size | getNumberOfHETATMRecords () const |
| Return the number of hetatm records read. More...
|
|
Size & | getNumberOfHETATMRecords () |
| Return the number of hetatm records read. More...
|
|
void | setNumberOfHETATMRecords (Size n) |
| Set the number of hetatm records read. More...
|
|
const String & | getName () const |
| Return the name of the system as contained in the HEADER record. More...
|
|
void | setName (const String &name) |
| Set the name of the system. This is written to the HEADER record (truncated!). More...
|
|
std::list< Position > | getRecordIndices (PDB::RecordType record) const |
|
|
void | persistentWrite (PersistenceManager &pm, const char *name) const |
|
void | persistentRead (PersistenceManager &pm) |
|
| PersistentObject () |
|
virtual | ~PersistentObject () |
|
PersistenceManager & | operator>> (PersistenceManager &pm) const |
|
virtual void | finalize () |
|
| Object () |
| Default constructor. More...
|
|
| Object (const Object &object) |
| Copy constructor. More...
|
|
virtual | ~Object () |
| Destructor. More...
|
|
const Object & | operator= (const Object &) |
|
bool | operator== (const Object &object) const |
|
bool | operator!= (const Object &object) const |
|
bool | operator< (const Object &object) const |
|
bool | operator<= (const Object &object) const |
|
bool | operator>= (const Object &object) const |
|
bool | operator> (const Object &object) const |
|
int | compare (const Object &object) const |
|
virtual bool | isValid () const |
|
virtual void | dump (::std::ostream &s=std::cout, Size depth=0) const |
|
Handle | getHandle () const |
|
virtual | ~AutoDeletable () |
|
void * | operator new (size_t size) |
|
void | operator delete (void *ptr) |
|
void * | operator new (size_t size, void *ptr) |
|
void | operator delete (void *ptr, void *) |
|
bool | isAutoDeletable () const |
|
void | setAutoDeletable (bool enable) |
|