Rosetta
Namespaces | Functions
ref_pose.cc File Reference
#include <core/pose/ref_pose.hh>
#include <core/pose/Pose.hh>
#include <basic/Tracer.hh>
#include <basic/datacache/DataMap.hh>
#include <utility/tag/XMLSchemaGeneration.hh>
#include <utility/tag/Tag.hh>
#include <iostream>

Namespaces

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

Functions

static basic::Tracer core::pose::TR ("core.pose.ref_pose")
 
void core::pose::attributes_for_saved_reference_pose (utility::tag::AttributeList &attributes, std::string const &attribute_name="reference_name")
 convenience function to access pointers to poses that will be stored in the data map at an arbitrary point during an RS protocol Will look for tag in in_tag variable More...
 
void core::pose::attributes_for_saved_reference_pose_w_description (utility::tag::AttributeList &attributes, std::string const &description, std::string const &attribute_name="reference_name")
 convenience function to access pointers to poses that will be stored in the data map at an arbitrary point during an RS protocol Will look for tag in in_tag variable More...
 
core::pose::PoseOP core::pose::saved_reference_pose (utility::tag::TagCOP const in_tag, basic::datacache::DataMap &data_map, std::string const &tag_name)
 
core::pose::PoseCOP core::pose::saved_native_pose (basic::datacache::DataMap &data_map, std::string const &resource_str="native_pose")
 Retrieve the native pose from the DataMap which is added through the OptionsCollection during RosettaScript parsing as a resource. More...