Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
protocols::ligand_docking::MoveMapBuilderLoader Class Reference

A class for loading MoveMapBuilders into the XML parser's DataMap. NOTE that in the input .xml file, the InterfaceBuilder must be specified before the MoveMapBuilder. More...

#include <LigandDockingLoaders.hh>

Inheritance diagram for protocols::ligand_docking::MoveMapBuilderLoader:
Inheritance graph
[legend]
Collaboration diagram for protocols::ligand_docking::MoveMapBuilderLoader:
Collaboration graph
[legend]

Public Member Functions

 MoveMapBuilderLoader ()
 
virtual ~MoveMapBuilderLoader ()
 
virtual void load_data (core::pose::Pose const &pose, utility::tag::TagPtr const tag, moves::DataMap &data) const
 The InterfaceBuilderLoader will create named InterfaceBuilders and load them into the DataMap. More...
 
- Public Member Functions inherited from protocols::jd2::parser::DataLoader
 DataLoader ()
 
virtual ~DataLoader ()
 

Detailed Description

A class for loading MoveMapBuilders into the XML parser's DataMap. NOTE that in the input .xml file, the InterfaceBuilder must be specified before the MoveMapBuilder.

Definition at line 48 of file LigandDockingLoaders.hh.

Constructor & Destructor Documentation

protocols::ligand_docking::MoveMapBuilderLoader::MoveMapBuilderLoader ( )

Definition at line 77 of file LigandDockingLoaders.cc.

protocols::ligand_docking::MoveMapBuilderLoader::~MoveMapBuilderLoader ( )
virtual

Definition at line 78 of file LigandDockingLoaders.cc.

Member Function Documentation

void protocols::ligand_docking::MoveMapBuilderLoader::load_data ( core::pose::Pose const &  pose,
utility::tag::TagPtr const  tag,
moves::DataMap data 
) const
virtual

The InterfaceBuilderLoader will create named InterfaceBuilders and load them into the DataMap.

Implements protocols::jd2::parser::DataLoader.

Definition at line 80 of file LigandDockingLoaders.cc.

References protocols::moves::DataMap::add(), and protocols::moves::DataMap::has().


The documentation for this class was generated from the following files: