File: README.txt

package info (click to toggle)
cloudcompare 2.10.1-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 55,916 kB
  • sloc: cpp: 219,837; ansic: 29,944; makefile: 67; sh: 45
file content (27 lines) | stat: -rw-r--r-- 972 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Changes made to PoissonRecon 5.71 <http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version5.71/> for compilation on Mac OS X 10.8:

1) The header file "Time.h" causes problems because it gets confused with the standard time.h header file, so changed header and source name Time.[h|cpp] to poissonTime.[h|cpp]

	1a) change in PoissonRecon5.71/CMakeLists.txt
	1b) change include in MultiGridOctreeData.inl

2) Ply.h included definitions of specialized static members in the header.  This caused duplicate symbols on link, so moved them to a newly created file "Ply.cpp".

	2a) Add Ply.cpp to PoissonRecon5.71/CMakeLists.txt

3) Additional scoping and template specification added in the following files:

	- BSplineData.inl
	- Octree.inl
	- SparseMatrix.inl

4) Fixed bug in MultiGridOctreeData.h with missing () and function call

5) Added missing forward declarations in Octree.h

6) Added missing header to Polynomial.inl

--
Andy Maloney
asmaloney@gmail.com
28 April 2014