openModeller  Version 1.5.0
om.hh
Go to the documentation of this file.
1 
28 //
29 // This file must be included to let you use libopenmodeller in
30 // both ways:
31 //
32 // - Development of an openModeller algorithm;
33 // - Development of an openModeller client interface.
34 //
35 
36 #ifndef _OMHH_
37 #define _OMHH_
38 
39 // General includes (clients and algorithms)
40 //
41 #include <openmodeller/om_defs.hh>
47 #include <openmodeller/RocCurve.hh>
48 #include <openmodeller/Log.hh>
49 #include <openmodeller/Settings.hh>
50 
51 // openModeller algorithms specific includes
52 //
53 #include <openmodeller/Sampler.hh>
55 
56 
57 // openModeller clients specific includes
58 //
65 
66 #endif
67 
68