RxpIO.hpp
Go to the documentation of this file.
1 
28 /*
29  * RxpIO.hpp
30  *
31  * @date 01.11.2018
32  * @author Alexander Loehr (aloehr@uos.de)
33  */
34 
35 #ifndef LVR2_IO_RXPIO_HPP
36 #define LVR2_IO_RXPIO_HPP
37 
38 #include <string>
39 
40 #include "lvr2/io/BaseIO.hpp"
41 
44 namespace lvr2
45 {
46 
47 using Vec = BaseVector<float>;
48 
52 class RxpIO : public BaseIO
53 {
54  public:
55 
64  ModelPtr read(std::string filename);
65 
82  ModelPtr read(std::string filename, int reduction_factor, const Transformd& transform);
83 
87  void save(std::string filename);
88 
89  private:
90 
92  bool check_error(int error_code);
94 };
95 
96 } // namespace lvr2
97 
98 #endif
void save(std::string filename)
This function is not supported and will do nothing.
Definition: RxpIO.cpp:122
Transform< double > Transformd
4x4 double precision transformation matrix
Definition: MatrixTypes.hpp:71
Interface specification for low-level io. All read elements are stored in linear arrays.
Definition: BaseIO.hpp:57
Base interface for all I/O related classes.
std::shared_ptr< Model > ModelPtr
Definition: Model.hpp:80
Reads .rxp files.
Definition: RxpIO.hpp:52
BaseVector< float > Vec
ModelPtr read(std::string filename)
Reads .rxp files.
Definition: RxpIO.cpp:44


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