Rosetta
Namespaces | Typedefs | Functions
cif_writer.cc File Reference
#include <core/io/mmcif/cif_writer.hh>
#include <core/io/rcsb/ExperimentalTechnique.hh>
#include <core/io/StructFileRepOptions.hh>
#include <core/io/pose_to_sfr/PoseToStructFileRepConverter.hh>
#include <core/pose/Pose.fwd.hh>
#include <utility/io/ozstream.hh>
#include <utility/string_util.hh>
#include <core/io/HeaderInformation.hh>
#include <core/io/StructFileRep.hh>
#include <core/io/Remarks.hh>
#include <core/types.hh>
#include <basic/Tracer.hh>
#include <utility/vector1.hh>
#include <cifparse/CifFile.h>
#include <core/io/AtomInformation.hh>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::io
 
 core::io::mmcif
 

Typedefs

using CifFileOP = utility::pointer::shared_ptr< CifFile >
 

Functions

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...
 

Typedef Documentation

◆ CifFileOP

using CifFileOP = utility::pointer::shared_ptr<CifFile>

Function Documentation

◆ TR()

static basic::Tracer TR ( "core.io.mmcif.cif_writer.hh"  )
static