ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PointData.cpp
Go to the documentation of this file.
1 // ##########################################################################
2 // # #
3 // # ACloudViewer WRAPPER: PoissonReconLib #
4 // # #
5 // # This program is free software; you can redistribute it and/or modify #
6 // # it under the terms of the GNU General Public License as published by #
7 // # the Free Software Foundation; version 2 or later of the License. #
8 // # #
9 // # This program 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 General Public License for more details. #
13 // # #
14 // # COPYRIGHT: ACloudViewer Project #
15 // # #
16 // ##########################################################################
17 
18 #include "PointData.h"
19 
20 template class PointData<float>;
21 template class PointData<double>;