RAPter
RAPter copied to clipboard
globfit2 namespace still exists in RAPter version?
include "globfit2/util/containers.hpp"
include "globfit2/processing/util.hpp"
include "globfit2/util/util.hpp"
Hi,
this is a development repo, is not finalized yet. Please use the version here:
http://geometry.cs.ucl.ac.uk/projects/2015/regular-arrangements-of-planes/
Otherwise, I can't find the mentioned lines in the code. Were you looking at the "spatially_smooth" branch?
Hi,
Thank you for your prompt reply. I use the version at this webpage, mostly similar with the "spatially_smooth" branch.
The mentioned lines at "RAPter\include\rapter\io\ps.hpp" have globfit2 path.
RAPter\include\rapter\processing\impl\subsamplePrimitives.hpp #include "globfit2/simple_types.h" #include "globfit2/io/inputParser.hpp" #include "globfit2/processing/util.hpp" #include "globfit2/util/containers.hpp" #include "globopt/util/impl/randUtil.hpp"
RAPter\src\refit.cpp #include "globfit2/globOpt_types.h" // _2d, _3d namespaces #include "globfit2/util/parse.h" // GF2::console #include "globfit2/io/io.h" #include "globfit2/processing/angle_util.hpp" // AnglesT #include "globfit2/io/inputParser.hpp" // parseInput() #include "globopt/util/impl/randUtil.hpp" // randf()
I'm confused about these header files with the path of globfit2, which appeared in the older version and removed in the "spatially_smooth" branch.
Hi,
I pushed some changes. Sorry for the mess, I didn't realize, that anyone was actually already using this. Can I help you with some workflow tips, or command line arguments?
Otherwise, if you force -DWITH_EVAL=OFF and -DWITH_REFIT=OFF, these should go away. I'm still refactoring that part of the project. If you check line 34 in CMakeLists.txt, you'll see what flags should be off.