OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ImportInterface.h
Go to the documentation of this file.
1#ifndef IMPORTINTERDFACE_H_
2#define IMPORTINTERDFACE_H_
3
4#include <vector>
5#include <string>
6#include "Polygon.h"
7
8
9
11public:
12 virtual std::vector<MyPolygon> getPolygons(std::vector<std::byte> data);
13 virtual std::vector<std::byte> readFileData(const std::string& name);
14};
15
16#endif
17
Definition ImportInterface.h:10
virtual std::vector< std::byte > readFileData(const std::string &name)
virtual std::vector< MyPolygon > getPolygons(std::vector< std::byte > data)