#include <boost/filesystem.hpp>#include "lvr2/reconstruction/opencl/ClSurface.hpp"#include "lvr2/geometry/HalfEdgeMesh.hpp"#include "lvr2/reconstruction/PointsetSurface.hpp"#include "lvr2/reconstruction/PointsetGrid.hpp"#include "lvr2/reconstruction/AdaptiveKSearchSurface.hpp"#include "lvr2/reconstruction/FastReconstruction.hpp"#include "lvr2/reconstruction/BilinearFastBox.hpp"#include "lvr2/io/ModelFactory.hpp"#include "lvr2/io/Timestamp.hpp"#include "lvr2/io/IOUtils.hpp"#include "Options.hpp"
Go to the source code of this file.
Functions | |
| void | computeNormals (string filename, cl_normals::Options &opt, PointBufferPtr &buffer) |
| int | main (int argc, char **argv) |
| void | reconstructAndSave (PointBufferPtr &buffer, cl_normals::Options &opt) |
| void computeNormals | ( | string | filename, |
| cl_normals::Options & | opt, | ||
| PointBufferPtr & | buffer | ||
| ) |
Definition at line 55 of file src/tools/lvr2_cl_normals/Main.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 145 of file src/tools/lvr2_cl_normals/Main.cpp.
| void reconstructAndSave | ( | PointBufferPtr & | buffer, |
| cl_normals::Options & | opt | ||
| ) |
Definition at line 103 of file src/tools/lvr2_cl_normals/Main.cpp.