![]() |
Rosetta Protocols
2014.35
|
LoopsFileFallbackConfigurationCreator allows the ResourceManager to create a LoopsFileIO instance. More...
#include <LoopsFileFallbackConfigurationCreator.hh>
Public Member Functions | |
virtual basic::resource_manager::FallbackConfigurationOP | create_fallback_configuration () const |
Return a up-casted owning pointer (FallbackConfigurationOP) to the resource. More... | |
virtual std::string | resource_description () const |
Return the string identifier for the associated Resource (loops_file). More... | |
![]() | |
virtual | ~FallbackConfigurationCreator () |
LoopsFileFallbackConfigurationCreator allows the ResourceManager to create a LoopsFileIO instance.
The LoopsFileIO class can be constructed from the string "loops_file", which provides backwards compatibility with the options system.
|
virtual |
Return a up-casted owning pointer (FallbackConfigurationOP) to the resource.
Return an owning pointer to a newly constructed default instance of FallbackConfiguration.
Implements basic::resource_manager::FallbackConfigurationCreator.
|
virtual |
Return the string identifier for the associated Resource (loops_file).
Return a string specifying the type of FallbackConfiguration to create (loops_file).
Implements basic::resource_manager::FallbackConfigurationCreator.