Rosetta
Namespaces | Functions
init.cc File Reference

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. More...

#include <protocols/init/init.hh>
#include <core/init/init.hh>
#include <protocols/init/register1.hh>
#include <protocols/init/register2.hh>
#include <protocols/init/register3.hh>
#include <protocols/init/register4.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::init
 

Functions

void protocols::init::register_creators ()
 
void protocols::init::init (int argc, char *argv[])
 Command line init() version. More...
 
void protocols::init::init (utility::vector1< std::string > const &args)
 Wrapper for the command line version. More...
 

Detailed Description

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.

Author
Andrew Leaver-Fay (aleav.nosp@m.erfa.nosp@m.y@gma.nosp@m.il.c.nosp@m.om)