Rosetta
Namespaces | Macros | Functions
PeakAssignmentParameters.cc File Reference
#include <protocols/noesy_assign/PeakAssignmentOptionKeys.hh>
#include <protocols/noesy_assign/PeakAssignmentParameters.hh>
#include <basic/Tracer.hh>
#include <basic/options/option_macros.hh>
#include <string>
#include <utility/vector1.hh>
#include <utility/thread/threadsafe_creation.hh>
#include <functional>
#include <basic/options/option.hh>

Namespaces

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

Macros

#define DEFINE_OPTIONS_NOW
 
#define opt_read_out_macro(VAR, OPT)
 
#define opt_read_out_macro2(VAR, OPT, DIROPT)
 

Functions

static basic::Tracer protocols::noesy_assign::tr ("protocols.noesy_assign.parameters")
 

Macro Definition Documentation

◆ DEFINE_OPTIONS_NOW

#define DEFINE_OPTIONS_NOW

◆ opt_read_out_macro

#define opt_read_out_macro (   VAR,
  OPT 
)
Value:
{ (VAR) = option[ noesy_weights::defaults::OPT ]()[ cycle_selector_ ]; \
if ( option [ noesy_weights::OPT ].user() ) { \
(VAR) = option[ noesy_weights::OPT ](); \
}\
}\

◆ opt_read_out_macro2

#define opt_read_out_macro2 (   VAR,
  OPT,
  DIROPT 
)
Value:
{ (VAR) = option[ noesy_weights::defaults::OPT ]()[ cycle_selector_ ]; \
if ( option [ noesy::DIROPT ].user() ) { \
(VAR) = option[ noesy::DIROPT ](); \
}\
}\