Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input output #29

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

Input output #29

wants to merge 29 commits into from

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