MeshGenerator.hpp
Go to the documentation of this file.
1 
35 #ifndef _LVR2_RECONSTRUCTION_MESHGENERATOR_H_
36 #define _LVR2_RECONSTRUCTION_MESHGENERATOR_H_
37 
39 
40 namespace lvr2
41 {
42 
46 template<typename BaseVecT>
48 {
49 public:
50 
58  virtual void getMesh(BaseMesh<BaseVecT>& mesh) = 0;
59 
60 };
61 
62 
63 } // namepsace lvr2
64 
65 #endif /* _LVR2_RECONSTRUCTION_MESHGENERATOR_H_ */
HalfEdgeMesh< Vec > mesh
virtual void getMesh(BaseMesh< BaseVecT > &mesh)=0
Generates a triangle mesh representation of the current point set.
Interface for triangle-meshes with adjacency information.
Definition: BaseMesh.hpp:140
Interface class for mesh based reconstruction algorithms.


lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Mon Feb 28 2022 22:46:08