Skip to content

Conversation

abellgithub
Copy link

The guts of this separate the algorithm from the driver code. It allows one to create an interface to the poisson surface reconstruction as they please. It breaks the dependence on the PLY format for output and simplifies the input handling.

There are also lots of casts to handle compiler type-incompatibility warnings.

abellgithub and others added 29 commits May 11, 2017 12:39
Changes to make clang compiler happy.
…ttempt

past end of array.
Simplify vector getSolutions() by calling pointer variant.
Break into subroutines of some reasonable size.
Start to get rid of C-like code.
Simplify PointStream -> PointSource.
SSDRecon now uses PointSource.
Pass boolean arguments to PoissonRecon options.
Point source code into a directory.
- uncommented the _WIN32 #ifdef in PoissonRecon.cpp, which also required the addition of NOMINMAX preprocessor definition
- missing #include <memory> in PoissonRecon.h
- removed 'template' keyword in PoissonRecon.h
- added OMP critical section to MyMesh
- also changed the default number of threads to omp_get_num_procs()
added casts and removed unused variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants