rasdaman client API 10.6.3
The Array Analytics Engine: Datacubes at Your Fingertips
template_inst.hh
Go to the documentation of this file.
1/*
2 * This file is part of rasdaman community.
3 *
4 * Rasdaman community is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
8 *
9 * Rasdaman community is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public License
15 * along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
16 *
17 * Copyright 2003 - 2010 Peter Baumann / rasdaman GmbH.
18 *
19 * For more information please see <http://www.rasdaman.org>
20 * or contact Peter Baumann via <baumann@rasdaman.com>.
21*/
22
23#ifndef TEMPLATE_INST_RASODMG_HH
24#define TEMPLATE_INST_RASODMG_HH
25
26//#include <raslib/minterval.hh>
27
28//#include <rasodmg/tiling.hh>
29//#include <rasodmg/stattiling.hh>
30//#include <rasodmg/iterator.hh>
31//#include <rasodmg/ref.hh>
32//#include <rasodmg/object.hh>
33//#include <rasodmg/set.hh>
34//#include <rasodmg/collection.hh>
35//#include <rasodmg/gmarray.hh>
36//#include <rasodmg/transaction.hh>
37//#include <rasodmg/marray.hh>
38//#include <rasodmg/dirdecompose.hh>
39
40//#include <vector>
41
42//template class r_Ref<r_Object>;
43//template class r_Ref<r_GMarray>;
44//template class r_Ref<r_Set<r_Ref<r_GMarray>>>;
45//template class r_Ref<r_Minterval>;
46
47//template class r_Iterator<r_GMarray *>;
48//template class r_Iterator<r_Ref_Any>;
49//template class r_Iterator<r_Ref<r_GMarray>>;
50//template class r_Iterator<r_Ref<r_Object>>;
51//template class r_Iterator<r_Transaction::GenRefElement *>;
52
53//template class r_Collection<r_Ref_Any>;
54//template class r_Collection<r_GMarray *>;
55//template class r_Collection<r_Ref<r_Object>>;
56//template class r_Collection<r_Ref<r_GMarray>>;
57//template class r_Collection<r_Transaction::GenRefElement *>;
58
59//template class r_Set<r_Ref_Any>;
60//template class r_Set<r_GMarray *>;
61//template class r_Set<r_Ref<r_Object>>;
62//template class r_Set<r_Ref<r_GMarray>>;
63//template class r_Set<r_Transaction::GenRefElement *>;
64
65//template class std::vector<r_Minterval>;
66
67//template class r_Marray<r_ULong>;
68//template class r_Marray<r_Char>;
69
70#endif