MorphoGraphX  2.0-1-227
SystemProcess.hpp
Go to the documentation of this file.
1 //
2 // This file is part of MorphoGraphX - http://www.MorphoGraphX.org
3 // Copyright (C) 2012-2015 Richard S. Smith and collaborators.
4 //
5 // If you use MorphoGraphX in your work, please cite:
6 // http://dx.doi.org/10.7554/eLife.05864
7 //
8 // MorphoGraphX is free software, and is licensed under under the terms of the
9 // GNU General (GPL) Public License version 2.0, http://www.gnu.org/licenses.
10 //
11 #ifndef SYSTEMPROCESS_HPP
12 #define SYSTEMPROCESS_HPP
13 
14 #include <Config.hpp>
15 #include <SystemProcessLoad.hpp>
16 #include <SystemProcessSave.hpp>
17 
18 namespace mgx
19 {
20  void mgx_EXPORT registerSystemProcesses();
21  void mgx_EXPORT unregisterSystemProcesses();
22 }
23 #endif
mgx::unregisterSystemProcesses
void mgx_EXPORT unregisterSystemProcesses()
mgx::registerSystemProcesses
void mgx_EXPORT registerSystemProcesses()
mgx
Distributed matrix library.
Definition: Assert.hpp:26
SystemProcessSave.hpp
SystemProcessLoad.hpp