Rosetta Protocols  2015.09
init Directory Reference
Directory dependency graph for init:
src/protocols/init

Files

file  init.cc
 Declare WidgetRegistrators as static (global) variables in this .cc file so that at load time, they will be initialized, and the Creator classes they register will be handed to the appropriate WidgetFactory.
 
file  init.hh
 Initialization function to ensure all load-time factory registration occurs for classes that live in the protocols library. protocols::init::init() calls core::init::init(), and devel::init() call protocols::init::init().