#include "OptionsGS.hpp"#include "lvr2/algorithm/CleanupAlgorithms.hpp"#include "lvr2/geometry/BaseVector.hpp"#include "lvr2/geometry/HalfEdgeMesh.hpp"#include "lvr2/io/MeshBuffer.hpp"#include "lvr2/io/ModelFactory.hpp"#include "lvr2/io/PointBuffer.hpp"#include "lvr2/reconstruction/AdaptiveKSearchSurface.hpp"#include "lvr2/reconstruction/PointsetSurface.hpp"#include "lvr2/reconstruction/gs2/GrowingCellStructure.hpp"#include <signal.h>
Go to the source code of this file.
| Typedefs | |
| using | Vec = BaseVector< float > | 
| Functions | |
| template<typename BaseVecT > | |
| PointsetSurfacePtr< BaseVecT > | loadPointCloud (const gs_reconstruction::Options &options, PointBufferPtr buffer) | 
| int | main (int argc, char **argv) | 
| void | saveMesh (int s=0) | 
| Variables | |
| HalfEdgeMesh< Vec > | mesh | 
| using Vec = BaseVector<float> | 
Definition at line 25 of file src/tools/lvr2_gs_reconstruction/Main.cpp.
| PointsetSurfacePtr<BaseVecT> loadPointCloud | ( | const gs_reconstruction::Options & | options, | 
| PointBufferPtr | buffer | ||
| ) | 
Definition at line 29 of file src/tools/lvr2_gs_reconstruction/Main.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 85 of file src/tools/lvr2_gs_reconstruction/Main.cpp.
| void saveMesh | ( | int | s = 0 | ) | 
Definition at line 69 of file src/tools/lvr2_gs_reconstruction/Main.cpp.
| HalfEdgeMesh<Vec> mesh | 
Definition at line 26 of file src/tools/lvr2_gs_reconstruction/Main.cpp.