ivl 679
ivl/details/array_nd.hpp
00001 /* This file is part of the ivl C++ library <http://image.ntua.gr/ivl>.
00002    A C++ template library extending syntax towards mathematical notation.
00003 
00004    Copyright (C) 2012 Yannis Avrithis <iavr@image.ntua.gr>
00005    Copyright (C) 2012 Kimon Kontosis <kimonas@image.ntua.gr>
00006 
00007    ivl is free software; you can redistribute it and/or modify
00008    it under the terms of the GNU Lesser General Public License 
00009    version 3 as published by the Free Software Foundation.
00010 
00011    Alternatively, you can redistribute it and/or modify it under the terms 
00012    of the GNU General Public License version 2 as published by the Free 
00013    Software Foundation.
00014 
00015    ivl is distributed in the hope that it will be useful,
00016    but WITHOUT ANY WARRANTY; without even the implied warranty of
00017    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
00018    See the GNU General Public License for more details.
00019 
00020    You should have received a copy of the GNU General Public License 
00021    and a copy of the GNU Lesser General Public License along 
00022    with ivl. If not, see <http://www.gnu.org/licenses/>. */
00023 
00030 #ifndef IVL_DETAILS_ARRAY_ND_HPP
00031 #define IVL_DETAILS_ARRAY_ND_HPP
00032 
00033 #include "core/platform_specific/push_macros.hpp"
00034 
00035 #include "array_nd/impl/common/fwd_decl.hpp"
00036 
00037 #include "core/data/data_array_nd.hpp"
00038 #include "core/data/conversions_array_nd.hpp"
00039 
00040 //#include "array/impl/iterator/past_end_capable_iterator.hpp": moved to array
00041 #include "array_nd/impl/iterator/iterator_nd.hpp"
00042 #include "array_nd/impl/iterator/iterator_nd_interface.hpp"
00043 #include "array_nd/impl/iterator/switch_nd.hpp"
00044 #include "array_nd/impl/subarray_details/subarray_nd_tools.hpp"
00045 #include "array_nd/impl/subarray_details/subarray_nd_iterator.hpp"
00046 #include "array_nd/impl/catarray_details/catarray_nd_tools.hpp"
00047 #include "array_nd/impl/catarray_details/catarray_nd_iterator.hpp"
00048 
00049 #include "core/loops/meta/loops_nd_meta.hpp"
00050 #include "core/loops/meta/out_specialized.hpp"
00051 #include "core/loops/meta/in_specialized.hpp"
00052 #include "core/loops/loops_nd.hpp"
00053 
00054 
00055 #include "array_nd/impl/common/resize_details.hpp"
00056 #include "array_nd/impl/common/array_nd_common_base.hpp"
00057 
00058 #include "array_nd/impl/array_nd.hpp"
00059 //TODO:delete:#include "details/array_nd/impl/cat_array.hpp"
00060 
00061 
00062 #include "core/conversions/array_nd.hpp"
00063 
00064 #include "array_nd/impl/iter_array_nd.hpp"
00065 
00066 
00067 #include "array_nd/functions/array_nd_core_functions.hpp"
00068 
00069 
00070 //#include "details/array_nd/gslice_array.hpp"
00071 //#include "details/array_nd/sub_array.hpp"
00072 
00073 #include "core/platform_specific/pop_macros.hpp"
00074 
00075 #endif // IVL_DETAILS_ARRAY_ND_HPP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations