/* * types.hpp * * Created on: Nov 15, 2011 * Author: heber */ #ifndef LINKEDCELL_TYPES_HPP_ #define LINKEDCELL_TYPES_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include #include #include #include class TesselPoint; namespace LinkedCell { class LinkedCell; //!> three-dimensional array of LinkedCell instances typedef boost::multi_array LinkedCellArray; //!> vector of 3 indices typedef boost::array tripleIndex; } #endif /* LINKEDCELL_TYPES_HPP_ */