![]() |
Rosetta Protocols
2014.35
|
LoopsFileOptionsCreator allows the ResourceLoaderFactory to create a LoopsFileOptions instance. More...
#include <LoopsFileOptionsCreator.hh>
Public Member Functions | |
virtual std::string | options_type () const |
Return the string identifier for the associated ResourceOptions (LoopsFileOptions). More... | |
virtual basic::resource_manager::ResourceOptionsOP | create_options () const |
Return a up-casted owning pointer (ResourceOptionsOP) to the resource options. More... | |
LoopsFileOptionsCreator allows the ResourceLoaderFactory to create a LoopsFileOptions instance.
The LoopsFileOptions class can be constructed from the string "LoopsFileOptions", which enables a user to configure a LoopsFile resource in his/her resource definitions file.
|
virtual |
Return a up-casted owning pointer (ResourceOptionsOP) to the resource options.
Return an owning pointer to a newly constructed default instance of LoopsFileOptions.
Implements basic::resource_manager::ResourceOptionsCreator.
|
virtual |
Return the string identifier for the associated ResourceOptions (LoopsFileOptions).
Return a string specifying the type of ResourceOptions to create (LoopsFileOptions).
Implements basic::resource_manager::ResourceOptionsCreator.