Ponca  7b3f8ad3fde25a027e6452783ccee143798a71b8
Point Cloud Analysis library
Loading...
Searching...
No Matches
types.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_FLOAT) || defined(_PONCA_INSTANTIATE_ALL)
7# define _S float
8# include "dims.h"
9# undef _S
10#endif
11
12#if defined(_PONCA_INSTANTIATE_DOUBLE) || defined(_PONCA_INSTANTIATE_ALL)
13# define _S double
14# include "dims.h"
15# undef _S
16#endif