InteractivePointCloud.hpp
Go to the documentation of this file.
1 
28 /*
29  * InteractivePointCloud.hpp
30  *
31  * Created on: 02.04.2012
32  * Author: Thomas Wiemann
33  */
34 
35 #ifndef INTERACTIVEPOINTCLOUD_HPP_
36 #define INTERACTIVEPOINTCLOUD_HPP_
37 
39 
40 #include "lvr2/io/Model.hpp"
41 
42 namespace lvr2
43 {
44 
46 {
47 public:
50  virtual ~InteractivePointCloud();
51 
52  virtual void render();
53 
54  void updateBuffer(PointBufferPtr buffer);
55 
56 
57 private:
58 
60 };
61 
62 } /* namespace lvr2 */
63 
64 #endif /* INTERACTIVEPOINTCLOUD_HPP_ */
void updateBuffer(PointBufferPtr buffer)
std::shared_ptr< PointBuffer > PointBufferPtr


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:06