Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
DxfReader.h
Go to the documentation of this file.
1#pragma once
2#include "global.h"
3#include <string>
4
5namespace sf
6{
7
9{
10 public:
12
13 bool read(const std::string& filepath);
14};
15
16}// namespace sf
Definition DxfReader.h:9
bool read(const std::string &filepath)
#define _DXF_CLASS
Definition dxf/global.h:38
Definition Application.h:10