Rosetta
Namespaces | Functions
pose_io.hh File Reference

Pose input/output function declarations for carbohydrate-specific data formats. More...

#include <core/types.hh>
#include <core/pose/Pose.fwd.hh>
#include <utility/vector1.hh>

Namespaces

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

Functions

utility::vector1< std::pair< core::uint, std::string > > core::io::carbohydrates::sugar_modifications_from_suffix (std::string const &suffix)
 Parse sugar code suffixes to extract a list of sugar modifications with their corresponding positions. More...
 
std::string core::io::carbohydrates::residue_gws_string (core::pose::Pose const &pose, core::uint const seqpos)
 Read a CFG structure from a GWS-formatted string and load into a pose. More...
 
std::string core::io::carbohydrates::residue_range_gws_string (core::pose::Pose const &pose, core::uint const begin, core::uint const end)
 Return a GWS-formatted string for each carbohydrate residue in the given sequence range, including branches. More...
 
std::string core::io::carbohydrates::chain_gws_string (core::pose::Pose const &pose, core::uint const chain_id)
 Return a GWS-formatted string for the given carbohydrate chain, including branches. More...
 
void core::io::carbohydrates::dump_gws_chain (core::pose::Pose const &pose, core::uint const chain_id, std::string const &filename)
 Write the GlycoWorkbench structure file for the given pose chain to <filename>. More...
 
void core::io::carbohydrates::dump_gws (core::pose::Pose const &pose, std::string const &filename)
 Write the GlycoWorkbench structure file for all carbohydrate chains of the given pose to <filename>. More...
 
core::uint core::io::carbohydrates::char_to_int (char const char_in)
 Given a char, parse it as an integer. More...
 

Detailed Description

Pose input/output function declarations for carbohydrate-specific data formats.

Author
Labonte JWLab.nosp@m.onte.nosp@m.@jhu..nosp@m.edu