mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Add missing DLL_HEADERs
This commit is contained in:
parent
4deffe6cbe
commit
5d4d0f1e39
@ -394,14 +394,14 @@ namespace netgen
|
|||||||
int TrigIsInOC(int tn, int ocn) const;
|
int TrigIsInOC(int tn, int ocn) const;
|
||||||
|
|
||||||
//get chart number of a trig or 0 if unmarked
|
//get chart number of a trig or 0 if unmarked
|
||||||
ChartId GetChartNr(STLTrigId i) const;
|
DLL_HEADER ChartId GetChartNr(STLTrigId i) const;
|
||||||
ChartId GetMarker(STLTrigId i) const { return chartmark[i]; }
|
ChartId GetMarker(STLTrigId i) const { return chartmark[i]; }
|
||||||
void SetMarker(STLTrigId nr, ChartId m);
|
void SetMarker(STLTrigId nr, ChartId m);
|
||||||
size_t GetNOCharts() const { return atlas.Size(); }
|
size_t GetNOCharts() const { return atlas.Size(); }
|
||||||
//get a chart from atlas
|
//get a chart from atlas
|
||||||
const STLChart& GetChart(ChartId nr) const { return *atlas[nr];};
|
const STLChart& GetChart(ChartId nr) const { return *atlas[nr];};
|
||||||
STLChart & GetChart(ChartId nr) { return *atlas[nr];};
|
STLChart & GetChart(ChartId nr) { return *atlas[nr];};
|
||||||
int AtlasMade() const;
|
DLL_HEADER int AtlasMade() const;
|
||||||
|
|
||||||
void GetInnerChartLimes(NgArray<twoint>& limes, ChartId chartnum);
|
void GetInnerChartLimes(NgArray<twoint>& limes, ChartId chartnum);
|
||||||
|
|
||||||
@ -462,7 +462,7 @@ namespace netgen
|
|||||||
virtual const Refinement & GetRefinement () const override;
|
virtual const Refinement & GetRefinement () const override;
|
||||||
|
|
||||||
// Add additional Point to chart to close the surface and write the resulting stl to a file
|
// Add additional Point to chart to close the surface and write the resulting stl to a file
|
||||||
void WriteChartToFile( ChartId chartnumber, string filename="chart.slb" );
|
DLL_HEADER void WriteChartToFile( ChartId chartnumber, string filename="chart.slb" );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user