Rosetta
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
devel
init.release.cc
Go to the documentation of this file.
1
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2
// vi: set ts=2 noet:
3
//
4
// (c) Copyright Rosetta Commons Member Institutions.
5
// (c) This file is part of the Rosetta software suite and is made available under license.
6
// (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7
// (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8
// (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9
10
/// @file src/devel/init.release.cc
11
/// @brief Initialization function to ensure all load-time factory registration occurs
12
/// for classes that live in the devel library. devel::init() calls
13
/// protocols::init::init(), which in turn calls core::init::init(). Devel library does
14
/// not exist in release; so the release version of this file is nearly empty.
15
/// @author Steven Lewis (smlewi@gmail.com)
16
17
#include <
devel/init.hh
>
18
#include <
devel/svn_version.hh
>
19
#include <protocols/init/init.hh>
20
21
namespace
devel {
22
23
void
init
(
int
argc,
char
* argv [] )
24
{
25
register_version_with_core
();
26
protocols::init::init
( argc, argv );
27
}
28
29
void
init
(
utility::vector1< std::string >
const
&
args
)
30
{
31
register_version_with_core
();
32
protocols::init::init
( args );
33
}
// init
34
35
}
// devel
app.delta_score_per_mutation.args
tuple args
Definition:
delta_score_per_mutation.py:37
devel::init
void init(int argc, char *argv[])
Command line init() version.
Definition:
init.cc:23
svn_version.hh
utility::vector1< std::string >
devel::register_version_with_core
void register_version_with_core()
basic::init
void init()
set global 'init_was_called' to true
Definition:
init.cc:26
init.hh
Generated on Sun Jan 17 2016 15:21:18 for Rosetta by
1.8.7