#include <pdb_writer.hh>
Public Member Functions | |
| PDBWriter (const String &filename, const IOProfile &profile) | |
| PDBWriter (const boost::filesystem::path &filename, const IOProfile &profile) | |
| PDBWriter (std::ostream &outstream, const IOProfile &profile) | |
| void | SetWriteMultiModel (bool flag) |
| bool | GetWriteMultiModel () const |
| void | SetIsPQR (bool flag) |
| bool | IsPQR () const |
| void | Write (const mol::EntityView &ent) |
| void | Write (const mol::EntityHandle &ent) |
| void | Write (const mol::AtomHandleList &atoms) |
| ~PDBWriter () | |
| PDBWriter (const String &filename, const IOProfile &profile) | |
| PDBWriter (const boost::filesystem::path &filename, const IOProfile &profile) | |
| PDBWriter (std::ostream &outstream, const IOProfile &profile) | |
| void | SetWriteMultiModel (bool flag) |
| bool | GetWriteMultiModel () const |
| void | SetIsPQR (bool flag) |
| bool | IsPQR () const |
| void | Write (const mol::EntityView &ent) |
| void | Write (const mol::EntityHandle &ent) |
| void | Write (const mol::AtomHandleList &atoms) |
| ~PDBWriter () | |
Definition at line 47 of file pdb_writer.hh.
| ~PDBWriter | ( | ) |
| ~PDBWriter | ( | ) |
| bool GetWriteMultiModel | ( | ) | const [inline] |
Definition at line 56 of file pdb_writer.hh.
| bool GetWriteMultiModel | ( | ) | const [inline] |
Definition at line 56 of file pdb_writer.hh.
| bool IsPQR | ( | ) | const [inline] |
Definition at line 58 of file pdb_writer.hh.
| bool IsPQR | ( | ) | const [inline] |
Definition at line 58 of file pdb_writer.hh.
| void SetIsPQR | ( | bool | flag | ) | [inline] |
Definition at line 57 of file pdb_writer.hh.
| void SetIsPQR | ( | bool | flag | ) | [inline] |
Definition at line 57 of file pdb_writer.hh.
| void SetWriteMultiModel | ( | bool | flag | ) | [inline] |
Definition at line 55 of file pdb_writer.hh.
| void SetWriteMultiModel | ( | bool | flag | ) | [inline] |
Definition at line 55 of file pdb_writer.hh.
| void Write | ( | const mol::AtomHandleList & | atoms | ) |
| void Write | ( | const mol::EntityHandle & | ent | ) |
| void Write | ( | const mol::EntityView & | ent | ) |
| void Write | ( | const mol::AtomHandleList & | atoms | ) |
| void Write | ( | const mol::EntityHandle & | ent | ) |
| void Write | ( | const mol::EntityView & | ent | ) |
1.6.1