mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 03:40:34 +05:00
dll header on stlgeometry load
This commit is contained in:
parent
81b0599a9e
commit
a8737418b9
@ -319,7 +319,7 @@ public:
|
|||||||
virtual ~STLTopology();
|
virtual ~STLTopology();
|
||||||
|
|
||||||
static STLGeometry * LoadNaomi (istream & ist);
|
static STLGeometry * LoadNaomi (istream & ist);
|
||||||
static STLGeometry * Load (istream & ist, bool surface=false);
|
DLL_HEADER static STLGeometry * Load (istream & ist, bool surface=false);
|
||||||
static STLGeometry * LoadBinary (istream & ist);
|
static STLGeometry * LoadBinary (istream & ist);
|
||||||
|
|
||||||
void Save (const filesystem::path & filename) const;
|
void Save (const filesystem::path & filename) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user