Ponca  7b3f8ad3fde25a027e6452783ccee143798a71b8
Point Cloud Analysis library
Loading...
Searching...
No Matches
points.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_POINTPOSITION) || defined(_PONCA_INSTANTIATE_ALL)
7# define _P PointPosition<_S, _D>
8# include "filters.h"
9# undef _P
10#endif
11
12#if defined(_PONCA_INSTANTIATE_POINTPOSITIONNORMAL) || defined(_PONCA_INSTANTIATE_ALL)
13# define _P PointPositionNormal<_S, _D>
14# define _Normal
15# include "filters.h"
16# undef _Normal
17# undef _P
18#endif