Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
CellID.hpp
Go to the documentation of this file.
00001 
00013 #ifndef LGL_CELL_ID_HPP
00014 #define LGL_CELL_ID_HPP
00015 
00016 // Type for the integer used as ID for the cells
00017 #ifndef CELL_ID
00018 #define CELL_ID
00019 
00020 // /!\ the Cell_ID is :  ( x * y_size + y )
00021 // /!\ BEWARE that if y>= ysize, there will be a problem...
00022 
00023 // 0 < Cell_ID < 4 294 967 295 
00024 typedef unsigned long int Cell_ID ;
00025 
00026 #endif
00027 
00028 #endif /* LGL_CELL_ID_HPP */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:24 for Jafar by doxygen 1.7.6.1
LAAS-CNRS