|
1 | | -/* Copyright (c) 2015, EPFL/Blue Brain Project |
2 | | - * |
3 | | - * This file is part of eFEL <https://github.com/BlueBrain/eFEL> |
4 | | - * |
5 | | - * This library is free software; you can redistribute it and/or modify it under |
6 | | - * the terms of the GNU Lesser General Public License version 3.0 as published |
7 | | - * by the Free Software Foundation. |
8 | | - * |
9 | | - * This library is distributed in the hope that it will be useful, but WITHOUT |
10 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
11 | | - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
12 | | - * details. |
13 | | - * |
14 | | - * You should have received a copy of the GNU Lesser General Public License |
15 | | - * along with this library; if not, write to the Free Software Foundation, Inc., |
16 | | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 1 | +/* Copyright (c) 2015, EPFL/Blue Brain Project |
| 2 | + * |
| 3 | + * This file is part of eFEL <https://github.com/BlueBrain/eFEL> |
| 4 | + * |
| 5 | + * This library is free software; you can redistribute it and/or modify it under |
| 6 | + * the terms of the GNU Lesser General Public License version 3.0 as published |
| 7 | + * by the Free Software Foundation. |
| 8 | + * |
| 9 | + * This library is distributed in the hope that it will be useful, but WITHOUT |
| 10 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
| 11 | + * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
| 12 | + * details. |
| 13 | + * |
| 14 | + * You should have received a copy of the GNU Lesser General Public License |
| 15 | + * along with this library; if not, write to the Free Software Foundation, Inc., |
| 16 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
17 | 17 | */ |
18 | | - |
| 18 | + |
19 | 19 | #ifndef CFEATURE_H_ |
20 | 20 | #define CFEATURE_H_ |
21 | 21 |
|
@@ -62,6 +62,7 @@ class cFeature { |
62 | 62 | string featuretype(string featurename); |
63 | 63 | string getGError(); |
64 | 64 | void get_feature_names(vector<string>& feature_names); |
| 65 | + void clearMap(); |
65 | 66 |
|
66 | 67 | }; |
67 | 68 |
|
|
0 commit comments