Files
IfcOpenShell/src/qtviewer/ParseIfcFile.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
210 B
C++
Raw Normal View History

#ifndef PARSEIFCFILE_H
#define PARSEIFCFILE_H
#include <string>
class ParseIfcFile
{
public:
ParseIfcFile();
~ParseIfcFile();
void Parse(const std::string& filePath);
};
#endif // PARSEIFCFILE_H