Ponca  7b3f8ad3fde25a027e6452783ccee143798a71b8
Point Cloud Analysis library
Loading...
Searching...
No Matches
dims.h
1/*
2 This Source Code Form is subject to the terms of the Mozilla Public
3 License, v. 2.0. If a copy of the MPL was not distributed with this
4 file, You can obtain one at http://mozilla.org/MPL/2.0/.
5*/
6#if defined(_PONCA_INSTANTIATE_2D) || defined(_PONCA_INSTANTIATE_ALL)
7# define _D 2
8# include "points.h"
9# undef _D
10#endif
11
12#if defined(_PONCA_INSTANTIATE_3D) || defined(_PONCA_INSTANTIATE_ALL)
13# define _D 3
14# include "points.h"
15# undef _D
16#endif