include
lvr2
reconstruction
LocalApproximation.hpp
Go to the documentation of this file.
1
28
/*
29
* LocalApproximation.hpp
30
*
31
* Created on: 15.02.2011
32
* Author: Thomas Wiemann
33
*/
34
35
#ifndef _LVR2_RECONSTRUCTION_LOCALAPPROXIMATIONS_H_
36
#define _LVR2_RECONSTRUCTION_LOCALAPPROXIMATIONS_H_
37
38
#include "
lvr2/geometry/BaseMesh.hpp
"
39
40
#include "
AdaptiveKSearchSurface.hpp
"
41
42
namespace
lvr2
43
{
44
49
template
<
typename
BaseVecT>
50
class
LocalApproximation
51
{
52
public
:
53
61
virtual
void
getSurface
(
62
BaseMesh<BaseVecT>
&
mesh
,
63
AdaptiveKSearchSurface<BaseVecT>
&manager,
64
uint
&globalIndex
65
);
66
};
67
68
69
}
// namspace lvr2
70
71
#endif
/* _LVR2_RECONSTRUCTION_LOCALAPPROXIMATIONS_H_ */
BaseMesh.hpp
AdaptiveKSearchSurface.hpp
lvr2::AdaptiveKSearchSurface
A point cloud manager class that uses the STANN nearest neighbor search library to handle the data....
Definition:
AdaptiveKSearchSurface.hpp:98
lvr2::LocalApproximation::getSurface
virtual void getSurface(BaseMesh< BaseVecT > &mesh, AdaptiveKSearchSurface< BaseVecT > &manager, uint &globalIndex)
Adds the local reconstruction to the given mesh.
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::BaseMesh
Interface for triangle-meshes with adjacency information.
Definition:
BaseMesh.hpp:140
uint
unsigned int uint
Definition:
Model.hpp:46
mesh
HalfEdgeMesh< Vec > mesh
Definition:
src/tools/lvr2_gs_reconstruction/Main.cpp:26
lvr2::LocalApproximation
An interface class for local approximation operations (e.g. in a Marching Cubes box)
Definition:
LocalApproximation.hpp:50
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 Wed Mar 2 2022 00:37:24