Skip to content

Commit 3e84bb7

Browse files
Merge pull request #2 from NathanMOlson/ODM
ODM
2 parents 97caa6d + 9f917b9 commit 3e84bb7

File tree

153 files changed

+50553
-20407
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+50553
-20407
lines changed

AdaptiveSolvers.sln

Lines changed: 151 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.30309.148
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.33424.131
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZLIB", "ZLIB.vcxproj", "{D3D173AB-D306-4179-BEC4-95CE1B14E647}"
77
EndProject
@@ -49,98 +49,238 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Header Files", "Header File
4949
Src\BlockedVector.h = Src\BlockedVector.h
5050
Src\BSplineData.h = Src\BSplineData.h
5151
Src\CmdLineParser.h = Src\CmdLineParser.h
52-
Src\CoredMesh.h = Src\CoredMesh.h
52+
Src\DataStream.h = Src\DataStream.h
53+
Src\DataStream.imp.h = Src\DataStream.imp.h
54+
Src\Extrapolator.h = Src\Extrapolator.h
5355
Src\Factor.h = Src\Factor.h
5456
Src\FEMTree.h = Src\FEMTree.h
55-
Src\FunctionData.h = Src\FunctionData.h
5657
Src\Geometry.h = Src\Geometry.h
57-
Src\GridWriter.h = Src\GridWriter.h
5858
Src\Image.h = Src\Image.h
5959
Src\JPEG.h = Src\JPEG.h
6060
Src\MarchingCubes.h = Src\MarchingCubes.h
6161
Src\MAT.h = Src\MAT.h
62+
Src\MergePlyClientServer.h = Src\MergePlyClientServer.h
63+
Src\MultiThreading.h = Src\MultiThreading.h
64+
Src\MyAtomic.h = Src\MyAtomic.h
65+
Src\MyExceptions.h = Src\MyExceptions.h
6266
Src\MyMiscellany.h = Src\MyMiscellany.h
67+
Src\NestedVector.h = Src\NestedVector.h
68+
Src\ParameterPack.h = Src\ParameterPack.h
6369
Src\Ply.h = Src\Ply.h
6470
Src\PlyFile.h = Src\PlyFile.h
6571
Src\PNG.h = Src\PNG.h
72+
Src\PointExtent.h = Src\PointExtent.h
73+
Src\PointPartition.h = Src\PointPartition.h
74+
Src\PointPartitionClientServer.h = Src\PointPartitionClientServer.h
75+
Src\PoissonReconClientServer.h = Src\PoissonReconClientServer.h
6676
Src\Polynomial.h = Src\Polynomial.h
6777
Src\PPolynomial.h = Src\PPolynomial.h
6878
Src\PreProcessor.h = Src\PreProcessor.h
6979
Src\Rasterizer.h = Src\Rasterizer.h
80+
Src\Reconstructors.h = Src\Reconstructors.h
81+
Src\Reconstructors.streams.h = Src\Reconstructors.streams.h
7082
Src\RegularGrid.h = Src\RegularGrid.h
7183
Src\RegularTree.h = Src\RegularTree.h
84+
Src\Socket.h = Src\Socket.h
7285
Src\SparseMatrix.h = Src\SparseMatrix.h
7386
Src\SparseMatrixInterface.h = Src\SparseMatrixInterface.h
87+
Src\Streams.h = Src\Streams.h
7488
Src\VertexFactory.h = Src\VertexFactory.h
75-
Src\VertexStream.h = Src\VertexStream.h
7689
Src\Window.h = Src\Window.h
7790
EndProjectSection
7891
EndProject
7992
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Inline Files", "Inline Files", "{ACD217C3-BE24-4438-A4E6-C713312FEA34}"
8093
ProjectSection(SolutionItems) = preProject
8194
Src\Array.inl = Src\Array.inl
82-
Src\BMPStream.inl = Src\BMPStream.inl
8395
Src\BSplineData.inl = Src\BSplineData.inl
8496
Src\CmdLineParser.inl = Src\CmdLineParser.inl
85-
Src\CoredMesh.inl = Src\CoredMesh.inl
97+
Src\DataStream.imp.inl = Src\DataStream.imp.inl
98+
Src\DataStream.inl = Src\DataStream.inl
8699
Src\FEMTree.Evaluation.inl = Src\FEMTree.Evaluation.inl
87100
Src\FEMTree.Initialize.inl = Src\FEMTree.Initialize.inl
88101
Src\FEMTree.inl = Src\FEMTree.inl
89-
Src\FEMTree.IsoSurface.specialized.inl = Src\FEMTree.IsoSurface.specialized.inl
102+
Src\FEMTree.LevelSet.2D.inl = Src\FEMTree.LevelSet.2D.inl
103+
Src\FEMTree.LevelSet.3D.inl = Src\FEMTree.LevelSet.3D.inl
104+
Src\FEMTree.LevelSet.inl = Src\FEMTree.LevelSet.inl
90105
Src\FEMTree.SortedTreeNodes.inl = Src\FEMTree.SortedTreeNodes.inl
91106
Src\FEMTree.System.inl = Src\FEMTree.System.inl
92107
Src\FEMTree.WeightedSamples.inl = Src\FEMTree.WeightedSamples.inl
93-
Src\FunctionData.inl = Src\FunctionData.inl
94108
Src\Geometry.inl = Src\Geometry.inl
95109
Src\JPEG.inl = Src\JPEG.inl
96110
Src\MAT.inl = Src\MAT.inl
111+
Src\MergePlyClientServer.inl = Src\MergePlyClientServer.inl
97112
Src\Ply.inl = Src\Ply.inl
98113
Src\PlyFile.inl = Src\PlyFile.inl
99114
Src\PNG.inl = Src\PNG.inl
115+
Src\PointExtent.inl = Src\PointExtent.inl
116+
Src\PointPartition.inl = Src\PointPartition.inl
117+
Src\PointPartitionClientServer.inl = Src\PointPartitionClientServer.inl
118+
Src\PoissonRecon.client.inl = Src\PoissonRecon.client.inl
119+
Src\PoissonRecon.server.inl = Src\PoissonRecon.server.inl
120+
Src\PoissonReconClientServer.inl = Src\PoissonReconClientServer.inl
100121
Src\Polynomial.inl = Src\Polynomial.inl
101122
Src\PPolynomial.inl = Src\PPolynomial.inl
102123
Src\Rasterizer.inl = Src\Rasterizer.inl
103124
Src\RegularGrid.inl = Src\RegularGrid.inl
104125
Src\RegularTree.inl = Src\RegularTree.inl
126+
Src\Socket.inl = Src\Socket.inl
105127
Src\SparseMatrix.inl = Src\SparseMatrix.inl
106128
Src\SparseMatrixInterface.inl = Src\SparseMatrixInterface.inl
107129
Src\VertexFactory.inl = Src\VertexFactory.inl
108-
Src\VertexStream.inl = Src\VertexStream.inl
109130
Src\Window.inl = Src\Window.inl
110131
EndProjectSection
111132
EndProject
112133
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChunkPLY", "ChunkPLY.vcxproj", "{95B998F8-A73B-40AB-AF35-C38F2CB89480}"
113134
EndProject
114135
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PointInterpolant", "PointInterpolant.vcxproj", "{D5516BBE-9613-4AE3-BE4D-E754995F944C}"
115136
EndProject
137+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PoissonReconClient", "PoissonReconClient.vcxproj", "{D9DFEEF0-7F6E-4381-9098-1363F385DEC3}"
138+
EndProject
139+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PoissonReconServer", "PoissonReconServer.vcxproj", "{649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}"
140+
EndProject
141+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Reconstruction.example", "Reconstruction.example.vcxproj", "{F40103C1-D18D-4C34-992C-F78D4DCD4A87}"
142+
EndProject
143+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PointsToDisks", "PointsToDisks.vcxproj", "{6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}"
144+
EndProject
145+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ScaleNormals", "ScaleNormals.vcxproj", "{BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}"
146+
EndProject
116147
Global
117148
GlobalSection(SolutionConfigurationPlatforms) = preSolution
149+
Debug|x64 = Debug|x64
150+
Debug|x86 = Debug|x86
118151
Release|x64 = Release|x64
152+
Release|x86 = Release|x86
119153
EndGlobalSection
120154
GlobalSection(ProjectConfigurationPlatforms) = postSolution
155+
{D3D173AB-D306-4179-BEC4-95CE1B14E647}.Debug|x64.ActiveCfg = Debug|x64
156+
{D3D173AB-D306-4179-BEC4-95CE1B14E647}.Debug|x64.Build.0 = Debug|x64
157+
{D3D173AB-D306-4179-BEC4-95CE1B14E647}.Debug|x86.ActiveCfg = Debug|Win32
158+
{D3D173AB-D306-4179-BEC4-95CE1B14E647}.Debug|x86.Build.0 = Debug|Win32
121159
{D3D173AB-D306-4179-BEC4-95CE1B14E647}.Release|x64.ActiveCfg = Release|x64
122160
{D3D173AB-D306-4179-BEC4-95CE1B14E647}.Release|x64.Build.0 = Release|x64
161+
{D3D173AB-D306-4179-BEC4-95CE1B14E647}.Release|x86.ActiveCfg = Release|Win32
162+
{D3D173AB-D306-4179-BEC4-95CE1B14E647}.Release|x86.Build.0 = Release|Win32
163+
{477765F8-C16A-406B-807F-1302DAE74EBA}.Debug|x64.ActiveCfg = Debug|x64
164+
{477765F8-C16A-406B-807F-1302DAE74EBA}.Debug|x64.Build.0 = Debug|x64
165+
{477765F8-C16A-406B-807F-1302DAE74EBA}.Debug|x86.ActiveCfg = Debug|Win32
166+
{477765F8-C16A-406B-807F-1302DAE74EBA}.Debug|x86.Build.0 = Debug|Win32
123167
{477765F8-C16A-406B-807F-1302DAE74EBA}.Release|x64.ActiveCfg = Release|x64
124168
{477765F8-C16A-406B-807F-1302DAE74EBA}.Release|x64.Build.0 = Release|x64
169+
{477765F8-C16A-406B-807F-1302DAE74EBA}.Release|x86.ActiveCfg = Release|Win32
170+
{477765F8-C16A-406B-807F-1302DAE74EBA}.Release|x86.Build.0 = Release|Win32
171+
{B5899B32-FAC2-477E-99AA-86736B97F2FC}.Debug|x64.ActiveCfg = Debug|x64
172+
{B5899B32-FAC2-477E-99AA-86736B97F2FC}.Debug|x64.Build.0 = Debug|x64
173+
{B5899B32-FAC2-477E-99AA-86736B97F2FC}.Debug|x86.ActiveCfg = Debug|Win32
174+
{B5899B32-FAC2-477E-99AA-86736B97F2FC}.Debug|x86.Build.0 = Debug|Win32
125175
{B5899B32-FAC2-477E-99AA-86736B97F2FC}.Release|x64.ActiveCfg = Release|x64
126176
{B5899B32-FAC2-477E-99AA-86736B97F2FC}.Release|x64.Build.0 = Release|x64
177+
{B5899B32-FAC2-477E-99AA-86736B97F2FC}.Release|x86.ActiveCfg = Release|Win32
178+
{B5899B32-FAC2-477E-99AA-86736B97F2FC}.Release|x86.Build.0 = Release|Win32
179+
{0BE55595-4080-4265-82AF-51108EC956B2}.Debug|x64.ActiveCfg = Debug|x64
180+
{0BE55595-4080-4265-82AF-51108EC956B2}.Debug|x64.Build.0 = Debug|x64
181+
{0BE55595-4080-4265-82AF-51108EC956B2}.Debug|x86.ActiveCfg = Debug|Win32
182+
{0BE55595-4080-4265-82AF-51108EC956B2}.Debug|x86.Build.0 = Debug|Win32
127183
{0BE55595-4080-4265-82AF-51108EC956B2}.Release|x64.ActiveCfg = Release|x64
128184
{0BE55595-4080-4265-82AF-51108EC956B2}.Release|x64.Build.0 = Release|x64
185+
{0BE55595-4080-4265-82AF-51108EC956B2}.Release|x86.ActiveCfg = Release|Win32
186+
{0BE55595-4080-4265-82AF-51108EC956B2}.Release|x86.Build.0 = Release|Win32
187+
{E09D1615-1036-4F43-909A-2E751FC947F6}.Debug|x64.ActiveCfg = Debug|x64
188+
{E09D1615-1036-4F43-909A-2E751FC947F6}.Debug|x64.Build.0 = Debug|x64
189+
{E09D1615-1036-4F43-909A-2E751FC947F6}.Debug|x86.ActiveCfg = Debug|Win32
190+
{E09D1615-1036-4F43-909A-2E751FC947F6}.Debug|x86.Build.0 = Debug|Win32
129191
{E09D1615-1036-4F43-909A-2E751FC947F6}.Release|x64.ActiveCfg = Release|x64
130192
{E09D1615-1036-4F43-909A-2E751FC947F6}.Release|x64.Build.0 = Release|x64
193+
{E09D1615-1036-4F43-909A-2E751FC947F6}.Release|x86.ActiveCfg = Release|Win32
194+
{E09D1615-1036-4F43-909A-2E751FC947F6}.Release|x86.Build.0 = Release|Win32
195+
{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Debug|x64.ActiveCfg = Debug|x64
196+
{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Debug|x64.Build.0 = Debug|x64
197+
{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Debug|x86.ActiveCfg = Debug|Win32
198+
{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Debug|x86.Build.0 = Debug|Win32
131199
{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x64.ActiveCfg = Release|x64
132200
{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x64.Build.0 = Release|x64
133201
{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x64.Deploy.0 = Release|x64
202+
{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x86.ActiveCfg = Release|Win32
203+
{3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x86.Build.0 = Release|Win32
204+
{99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Debug|x64.ActiveCfg = Debug|x64
205+
{99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Debug|x64.Build.0 = Debug|x64
206+
{99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Debug|x86.ActiveCfg = Debug|Win32
207+
{99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Debug|x86.Build.0 = Debug|Win32
134208
{99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Release|x64.ActiveCfg = Release|x64
135209
{99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Release|x64.Build.0 = Release|x64
210+
{99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Release|x86.ActiveCfg = Release|Win32
211+
{99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Release|x86.Build.0 = Release|Win32
212+
{46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Debug|x64.ActiveCfg = Debug|x64
213+
{46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Debug|x64.Build.0 = Debug|x64
214+
{46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Debug|x86.ActiveCfg = Debug|Win32
215+
{46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Debug|x86.Build.0 = Debug|Win32
136216
{46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Release|x64.ActiveCfg = Release|x64
137217
{46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Release|x64.Build.0 = Release|x64
218+
{46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Release|x86.ActiveCfg = Release|Win32
219+
{46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Release|x86.Build.0 = Release|Win32
220+
{742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Debug|x64.ActiveCfg = Debug|x64
221+
{742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Debug|x64.Build.0 = Debug|x64
222+
{742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Debug|x86.ActiveCfg = Debug|Win32
223+
{742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Debug|x86.Build.0 = Debug|Win32
138224
{742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Release|x64.ActiveCfg = Release|x64
139225
{742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Release|x64.Build.0 = Release|x64
226+
{742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Release|x86.ActiveCfg = Release|Win32
227+
{742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Release|x86.Build.0 = Release|Win32
228+
{95B998F8-A73B-40AB-AF35-C38F2CB89480}.Debug|x64.ActiveCfg = Debug|x64
229+
{95B998F8-A73B-40AB-AF35-C38F2CB89480}.Debug|x64.Build.0 = Debug|x64
230+
{95B998F8-A73B-40AB-AF35-C38F2CB89480}.Debug|x86.ActiveCfg = Debug|Win32
231+
{95B998F8-A73B-40AB-AF35-C38F2CB89480}.Debug|x86.Build.0 = Debug|Win32
140232
{95B998F8-A73B-40AB-AF35-C38F2CB89480}.Release|x64.ActiveCfg = Release|x64
141233
{95B998F8-A73B-40AB-AF35-C38F2CB89480}.Release|x64.Build.0 = Release|x64
234+
{95B998F8-A73B-40AB-AF35-C38F2CB89480}.Release|x86.ActiveCfg = Release|Win32
235+
{95B998F8-A73B-40AB-AF35-C38F2CB89480}.Release|x86.Build.0 = Release|Win32
236+
{D5516BBE-9613-4AE3-BE4D-E754995F944C}.Debug|x64.ActiveCfg = Debug|x64
237+
{D5516BBE-9613-4AE3-BE4D-E754995F944C}.Debug|x64.Build.0 = Debug|x64
238+
{D5516BBE-9613-4AE3-BE4D-E754995F944C}.Debug|x86.ActiveCfg = Debug|Win32
239+
{D5516BBE-9613-4AE3-BE4D-E754995F944C}.Debug|x86.Build.0 = Debug|Win32
142240
{D5516BBE-9613-4AE3-BE4D-E754995F944C}.Release|x64.ActiveCfg = Release|x64
143241
{D5516BBE-9613-4AE3-BE4D-E754995F944C}.Release|x64.Build.0 = Release|x64
242+
{D5516BBE-9613-4AE3-BE4D-E754995F944C}.Release|x86.ActiveCfg = Release|Win32
243+
{D5516BBE-9613-4AE3-BE4D-E754995F944C}.Release|x86.Build.0 = Release|Win32
244+
{D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Debug|x64.ActiveCfg = Debug|x64
245+
{D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Debug|x64.Build.0 = Debug|x64
246+
{D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Debug|x86.ActiveCfg = Debug|Win32
247+
{D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Debug|x86.Build.0 = Debug|Win32
248+
{D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Release|x64.ActiveCfg = Release|x64
249+
{D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Release|x64.Build.0 = Release|x64
250+
{D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Release|x86.ActiveCfg = Release|Win32
251+
{D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Release|x86.Build.0 = Release|Win32
252+
{649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Debug|x64.ActiveCfg = Debug|x64
253+
{649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Debug|x64.Build.0 = Debug|x64
254+
{649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Debug|x86.ActiveCfg = Debug|Win32
255+
{649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Debug|x86.Build.0 = Debug|Win32
256+
{649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Release|x64.ActiveCfg = Release|x64
257+
{649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Release|x64.Build.0 = Release|x64
258+
{649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Release|x86.ActiveCfg = Release|Win32
259+
{649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Release|x86.Build.0 = Release|Win32
260+
{F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Debug|x64.ActiveCfg = Debug|x64
261+
{F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Debug|x64.Build.0 = Debug|x64
262+
{F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Debug|x86.ActiveCfg = Debug|Win32
263+
{F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Debug|x86.Build.0 = Debug|Win32
264+
{F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Release|x64.ActiveCfg = Release|x64
265+
{F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Release|x64.Build.0 = Release|x64
266+
{F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Release|x86.ActiveCfg = Release|Win32
267+
{F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Release|x86.Build.0 = Release|Win32
268+
{6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Debug|x64.ActiveCfg = Debug|x64
269+
{6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Debug|x64.Build.0 = Debug|x64
270+
{6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Debug|x86.ActiveCfg = Debug|Win32
271+
{6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Debug|x86.Build.0 = Debug|Win32
272+
{6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Release|x64.ActiveCfg = Release|x64
273+
{6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Release|x64.Build.0 = Release|x64
274+
{6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Release|x86.ActiveCfg = Release|Win32
275+
{6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Release|x86.Build.0 = Release|Win32
276+
{BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Debug|x64.ActiveCfg = Debug|x64
277+
{BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Debug|x64.Build.0 = Debug|x64
278+
{BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Debug|x86.ActiveCfg = Debug|Win32
279+
{BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Debug|x86.Build.0 = Debug|Win32
280+
{BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Release|x64.ActiveCfg = Release|x64
281+
{BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Release|x64.Build.0 = Release|x64
282+
{BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Release|x86.ActiveCfg = Release|Win32
283+
{BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Release|x86.Build.0 = Release|Win32
144284
EndGlobalSection
145285
GlobalSection(SolutionProperties) = preSolution
146286
HideSolutionNode = FALSE

AdaptiveTreeVisualization.vcxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,26 @@
3131
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3232
<ConfigurationType>Application</ConfigurationType>
3333
<UseDebugLibraries>true</UseDebugLibraries>
34-
<PlatformToolset>v142</PlatformToolset>
34+
<PlatformToolset>v143</PlatformToolset>
3535
<CharacterSet>Unicode</CharacterSet>
3636
</PropertyGroup>
3737
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3838
<ConfigurationType>Application</ConfigurationType>
3939
<UseDebugLibraries>false</UseDebugLibraries>
40-
<PlatformToolset>v142</PlatformToolset>
40+
<PlatformToolset>v143</PlatformToolset>
4141
<WholeProgramOptimization>true</WholeProgramOptimization>
4242
<CharacterSet>Unicode</CharacterSet>
4343
</PropertyGroup>
4444
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4545
<ConfigurationType>Application</ConfigurationType>
4646
<UseDebugLibraries>true</UseDebugLibraries>
47-
<PlatformToolset>v142</PlatformToolset>
47+
<PlatformToolset>v143</PlatformToolset>
4848
<CharacterSet>Unicode</CharacterSet>
4949
</PropertyGroup>
5050
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5151
<ConfigurationType>Application</ConfigurationType>
5252
<UseDebugLibraries>false</UseDebugLibraries>
53-
<PlatformToolset>v142</PlatformToolset>
53+
<PlatformToolset>v143</PlatformToolset>
5454
<WholeProgramOptimization>true</WholeProgramOptimization>
5555
<CharacterSet>Unicode</CharacterSet>
5656
</PropertyGroup>
@@ -106,6 +106,7 @@
106106
<WarningLevel>Level3</WarningLevel>
107107
<Optimization>Disabled</Optimization>
108108
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109+
<LanguageStandard>stdcpp17</LanguageStandard>
109110
</ClCompile>
110111
<Link>
111112
<SubSystem>Console</SubSystem>
@@ -143,6 +144,7 @@
143144
</AdditionalOptions>
144145
<AdditionalIncludeDirectories>.</AdditionalIncludeDirectories>
145146
<ConformanceMode>true</ConformanceMode>
147+
<LanguageStandard>stdcpp17</LanguageStandard>
146148
</ClCompile>
147149
<Link>
148150
<SubSystem>Console</SubSystem>

ChunkPLY.vcxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,26 @@
3232
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3333
<ConfigurationType>Application</ConfigurationType>
3434
<UseDebugLibraries>true</UseDebugLibraries>
35-
<PlatformToolset>v142</PlatformToolset>
35+
<PlatformToolset>v143</PlatformToolset>
3636
<CharacterSet>Unicode</CharacterSet>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3939
<ConfigurationType>Application</ConfigurationType>
4040
<UseDebugLibraries>false</UseDebugLibraries>
41-
<PlatformToolset>v142</PlatformToolset>
41+
<PlatformToolset>v143</PlatformToolset>
4242
<WholeProgramOptimization>true</WholeProgramOptimization>
4343
<CharacterSet>Unicode</CharacterSet>
4444
</PropertyGroup>
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4646
<ConfigurationType>Application</ConfigurationType>
4747
<UseDebugLibraries>true</UseDebugLibraries>
48-
<PlatformToolset>v142</PlatformToolset>
48+
<PlatformToolset>v143</PlatformToolset>
4949
<CharacterSet>Unicode</CharacterSet>
5050
</PropertyGroup>
5151
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5252
<ConfigurationType>Application</ConfigurationType>
5353
<UseDebugLibraries>false</UseDebugLibraries>
54-
<PlatformToolset>v142</PlatformToolset>
54+
<PlatformToolset>v143</PlatformToolset>
5555
<WholeProgramOptimization>true</WholeProgramOptimization>
5656
<CharacterSet>Unicode</CharacterSet>
5757
</PropertyGroup>
@@ -100,6 +100,7 @@
100100
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
101101
<AdditionalIncludeDirectories>.</AdditionalIncludeDirectories>
102102
<OpenMPSupport>true</OpenMPSupport>
103+
<LanguageStandard>stdcpp17</LanguageStandard>
103104
</ClCompile>
104105
<Link>
105106
<SubSystem>Console</SubSystem>

0 commit comments

Comments
 (0)