|
static basic::Tracer | TR ("core.io.mmcif.cif_writer.hh") |
|
bool | core::io::mmcif::dump_cif (core::pose::Pose const &pose, std::string const &file_name, StructFileRepOptionsCOP options) |
| Dump an mmCIF from a pose to a file. Return success or failure. More...
|
|
StructFileRepOP | core::io::mmcif::dump_cif (core::pose::Pose const &pose, std::ostream &out, StructFileRepOptionsCOP options) |
| Dump an mmCIF from a pose to an ostream. More...
|
|
std::string | core::io::mmcif::dump_cif (core::pose::Pose const &pose) |
| Return an mmCIF-format string from a pose. More...
|
|
StructFileRepOP | core::io::mmcif::dump_cif (core::pose::Pose const &pose, std::string const &jd2_job_data, std::ostream &out) |
| Dump an mmCIF from a pose, optionally extracting extra info. More...
|
|
bool | core::io::mmcif::dump_cif (std::string const &file_name, StructFileRepOP sfr, StructFileRepOptions const &options) |
| Main dump_cif function. Create the sfr from pose using the PoseToStructFileRepConverter class. Return success or failure. More...
|
|
std::string | core::io::mmcif::dump_cif (StructFileRepOP sfr, StructFileRepOptions const &options) |
| Main dump_cif function. Return a string with contents of a CIF file, extracted from a Pose to a StructFileRep via PoseToStructFileRepConverter. More...
|
|
void | core::io::mmcif::dump_cif (std::ostream &out, StructFileRepOP sfr, StructFileRepOptions const &options) |
| Main dump_cif function. Create the sfr from pose using the PoseToStructFileRepConverter class. More...
|
|