39 #ifndef FusionStage_HPP__ 40 #define FusionStage_HPP__ 45 #include <boost/any.hpp> 46 #include <lvr/reconstruction/PointsetSurface.hpp> 47 #include <lvr/io/PointBuffer.hpp> 48 #include <lvr/io/DataStruct.hpp> 49 #include <lvr/io/Timestamp.hpp> 50 #include <lvr/geometry/HalfEdgeVertex.hpp> 51 #include <lvr/geometry/HalfEdgeKinFuMesh.hpp> 52 #include <lvr/geometry/BoundingBox.hpp> 61 typedef ColorVertex<float, unsigned char>
cVertex;
62 typedef HalfEdgeKinFuMesh<cVertex, lvr::Normal<float> >
HMesh;
73 virtual void firstStep();
75 virtual void lastStep();
const kaboom::Options * options
HalfEdgeKinFuMesh< cVertex, lvr::Normal< float > > HMesh
A class to parse the program options for the reconstruction executable.
ColorVertex< float, unsigned char > cVertex