PointCorrespondences.hpp
Go to the documentation of this file.
1 
28 #ifndef POINTCORRESPONDENCES_H
29 #define POINTCORRESPONDENCES_H
30 
32 
33 #include <vector>
34 
35 namespace lvr2
36 {
37 
39 {
40 public:
41  PointCorrespondences(std::vector<float> points1, std::vector<float> points2);
42  virtual void render();
43 private:
44  GLuint m_displayList;
45 };
46 
47 } // namespace lvr2
48 
49 #endif // POINTCORRESPONDENCES_H
PointCorrespondences(std::vector< float > points1, std::vector< float > points2)


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