|
Rosetta
|
Class to load objects from xml. More...
#include <utility/pointer/access_ptr.hh>#include <utility/pointer/owning_ptr.hh>Namespaces | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::rosetta_scripts | |
Typedefs | |
| typedef utility::pointer::shared_ptr< XmlObjects > | protocols::rosetta_scripts::XmlObjectsOP |
| typedef utility::pointer::shared_ptr< XmlObjects const > | protocols::rosetta_scripts::XmlObjectsCOP |
| typedef utility::pointer::weak_ptr< XmlObjects > | protocols::rosetta_scripts::XmlObjectsAP |
| typedef utility::pointer::weak_ptr< XmlObjects const > | protocols::rosetta_scripts::XmlObjectsCAP |
Class to load objects from xml.
Construct this class with a xml string and a pose, then use the get_* methods to extract objects by name.