Rosetta 3.4
|
Create Features Reporters. More...
#include <FeaturesReporterFactory.hh>
Public Member Functions | |
virtual | ~FeaturesReporterFactory () |
void | factory_register (FeaturesReporterCreatorCOP creator) |
FeaturesReporterOP | get_features_reporter (std::string const &type_name) |
FeaturesReporterOP | get_features_reporter (utility::tag::TagPtr const tag, protocols::moves::DataMap &data, protocols::filters::Filters_map const &filters, protocols::moves::Movers_map const &movers, core::pose::Pose const &pose) |
convienence header for use with RosettaScripts parse_my_tag interface | |
utility::vector1< std::string > | get_all_features_names () |
Replace the load-time FeaturesReporterCreator with another creator. | |
Static Public Member Functions | |
static FeaturesReporterFactory * | get_instance () |
Create Features Reporters.
protocols::features::FeaturesReporterFactory::~FeaturesReporterFactory | ( | ) | [virtual] |
void protocols::features::FeaturesReporterFactory::factory_register | ( | FeaturesReporterCreatorCOP | creator | ) |
utility::vector1< std::string > protocols::features::FeaturesReporterFactory::get_all_features_names | ( | ) |
Replace the load-time FeaturesReporterCreator with another creator.
FeaturesReporterOP protocols::features::FeaturesReporterFactory::get_features_reporter | ( | utility::tag::TagPtr const | tag, |
protocols::moves::DataMap & | data, | ||
protocols::filters::Filters_map const & | filters, | ||
protocols::moves::Movers_map const & | movers, | ||
core::pose::Pose const & | pose | ||
) |
convienence header for use with RosettaScripts parse_my_tag interface
FeaturesReporterOP protocols::features::FeaturesReporterFactory::get_features_reporter | ( | std::string const & | type_name | ) |
FeaturesReporterFactory * protocols::features::FeaturesReporterFactory::get_instance | ( | ) | [static] |