openModeller  Version 1.4.0
om.hh
Go to the documentation of this file.
00001 
00028 //
00029 // This file must be included to let you use libopenmodeller in
00030 // both ways:
00031 //
00032 // - Development of an openModeller algorithm;
00033 // - Development of an openModeller client interface.
00034 //
00035 
00036 #ifndef _OMHH_
00037 #define _OMHH_
00038 
00039 // General includes (clients and algorithms)
00040 //
00041 #include <openmodeller/om_defs.hh>
00042 #include <openmodeller/Algorithm.hh>
00043 #include <openmodeller/AlgMetadata.hh>
00044 #include <openmodeller/AlgParameter.hh>
00045 #include <openmodeller/AreaStats.hh>
00046 #include <openmodeller/ConfusionMatrix.hh>
00047 #include <openmodeller/RocCurve.hh>
00048 #include <openmodeller/Log.hh>
00049 #include <openmodeller/Settings.hh>
00050 
00051 // openModeller algorithms specific includes
00052 //
00053 #include <openmodeller/Sampler.hh>
00054 #include <openmodeller/Occurrences.hh>
00055 
00056 
00057 // openModeller clients specific includes
00058 //
00059 #include <openmodeller/OpenModeller.hh>
00060 #include <openmodeller/AlgorithmFactory.hh>
00061 #include <openmodeller/MapFormat.hh>
00062 #include <openmodeller/env_io/Map.hh>
00063 #include <openmodeller/env_io/RasterFactory.hh>
00064 #include <openmodeller/occ_io/OccurrencesFactory.hh>
00065 
00066 #endif
00067 
00068