1#ifndef IMPORTINTERDFACE_H_
2#define IMPORTINTERDFACE_H_
12 virtual std::vector<MyPolygon>
getPolygons(std::vector<std::byte> data);
13 virtual std::vector<std::byte>
readFileData(
const std::string& name);
Definition ImportInterface.h:10
virtual std::vector< std::byte > readFileData(const std::string &name)
virtual std::vector< MyPolygon > getPolygons(std::vector< std::byte > data)