grid_map_commons.hpp
Go to the documentation of this file.
00001 
00010 /*****************************************************************************
00011 ** Ifdefs
00012 *****************************************************************************/
00013 
00014 #ifndef ECL_MAPS_GRID_MAP_COMMONS_HPP_
00015 #define ECL_MAPS_GRID_MAP_COMMONS_HPP_
00016 
00017 /*****************************************************************************
00018 ** Includes
00019 *****************************************************************************/
00020 
00021 #include <ecl/errors/compile_time_assert.hpp>
00022 #include <ecl/exceptions/standard_exception.hpp>
00023 #include <ecl/linear_algebra.hpp>
00024 
00025 /*****************************************************************************
00026 ** Namespaces
00027 *****************************************************************************/
00028 
00029 namespace ecl {
00030 
00031 /*****************************************************************************
00032 ** Enums
00033 *****************************************************************************/
00041 enum GridMapStorageType {
00042     DynamicGridMapStorage = 0,
00043     FixedGridMapStorage = 1   
00044 };
00045 
00046 
00047 /*****************************************************************************
00048 ** Interface [GrdiMap]
00049 *****************************************************************************/
00050 } // namespace ecl
00051 
00052 #endif /* ECL_MAPS_GRID_MAP_COMMONS_HPP_ */
00053 
00054 


ecl_maps
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Thu Jan 2 2014 11:12:25