]> Creatis software - bbtk.git/blob - kernel/src/bbtkSystemTools.h
db7194cc9987e288a61d4823905cf19af9fadae3
[bbtk.git] / kernel / src / bbtkSystemTools.h
1 /*
2  * bbtkSystemTools.h
3  *
4  *  Created on: Apr 23, 2012
5  *      Author: pechan
6  */
7
8 #ifndef BBTKSYSTEMTOOLS_H_
9 #define BBTKSYSTEMTOOLS_H_
10
11
12 #include "bbtkSystem.h"
13 #include <cstdlib>
14
15
16 namespace bbtk
17 {
18
19
20 class BBTK_EXPORT bbtkSystemTools
21 {
22 public:
23         bbtkSystemTools();
24         virtual ~bbtkSystemTools();
25 public:
26         /**
27          * This method executes CreatePackage
28          */
29         static void CreatePackage();
30         /**
31          * This method executes CreateBlackBox
32          */
33         static void CreateBlackBox();
34         /**
35          * This method executes bbi
36          */
37         static void ExecuteBbi();
38         /**
39          * This method executes creaNewProject
40          */
41         static void ExecuteCreaNewProject();
42 };
43
44
45 }// namespace bbtk
46
47
48 #endif /* BBTKSYSTEMTOOLS_H_ */