![]() |
Rosetta
2021.16
|
PoseOutputterFactory class that holds the list of classes able to create Poses from inputs. More...
#include <protocols/jd3/pose_outputters/PoseOutputterFactory.fwd.hh>#include <protocols/jd3/pose_outputters/PoseOutputter.fwd.hh>#include <protocols/jd3/pose_outputters/PoseOutputterCreator.fwd.hh>#include <protocols/jd3/pose_outputters/SecondaryPoseOutputter.fwd.hh>#include <protocols/jd3/pose_outputters/SecondaryPoseOutputterCreator.fwd.hh>#include <utility/SingletonBase.hh>#include <utility/factory/WidgetRegistrator.hh>#include <utility/options/keys/OptionKey.fwd.hh>#include <utility/options/OptionCollection.fwd.hh>#include <utility/tag/Tag.fwd.hh>#include <utility/tag/XMLSchemaGeneration.fwd.hh>#include <list>#include <map>Classes | |
| class | protocols::jd3::pose_outputters::PoseOutputterRegistrator< T > |
| This templated class will register an instance of an PoseOutputterCreator (class T) with the PoseOutputterFactory. It will ensure that no PoseOutputterCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place. More... | |
| class | protocols::jd3::pose_outputters::SecondaryPoseOutputterRegistrator< T > |
| This templated class will register an instance of an SecondaryPoseOutputterCreator (class T) with the PoseOutputterFactory. It will ensure that no SecondaryPoseOutputterCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place. More... | |
| class | protocols::jd3::pose_outputters::PoseOutputterFactory |
Namespaces | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::jd3 | |
| protocols::jd3::pose_outputters | |
PoseOutputterFactory class that holds the list of classes able to create Poses from inputs.
1.8.7