Add DLL specs.

This commit is contained in:
rnv 2021-05-26 16:42:30 +03:00 committed by eap
parent e34095b65b
commit 53cfbcdd33
3 changed files with 6 additions and 5 deletions

View File

@ -47,7 +47,7 @@ class vtkUnstructuredGrid;
/*!
* \brief To display in the viewer IDs of selected elements or nodes
*/
class SMESHGUI_IdPreview
class SMESHGUI_EXPORT SMESHGUI_IdPreview
{
public:
SMESHGUI_IdPreview(SVTK_ViewWindow* theViewWindow);

View File

@ -46,11 +46,11 @@ struct uvPtStruct;
enum TSideID { QUAD_BOTTOM_SIDE=0, QUAD_RIGHT_SIDE, QUAD_TOP_SIDE, QUAD_LEFT_SIDE, NB_QUAD_SIDES };
typedef uvPtStruct UVPtStruct;
struct FaceQuadStruct
struct STDMESHERS_EXPORT FaceQuadStruct
{
struct Side // a side of FaceQuadStruct
struct STDMESHERS_EXPORT Side // a side of FaceQuadStruct
{
struct Contact // contact of two sides
struct STDMESHERS_EXPORT Contact // contact of two sides
{
int point; // index of a grid point of this side where two sides meat
Side* other_side;

View File

@ -29,6 +29,7 @@
#define StdMeshers_ObjRefUlils_HeaderFile
#include "SMESH_Gen_i.hxx"
#include "SMESH_StdMeshers_I.hxx"
/*!
* \brief Class encapsulates methods
@ -70,7 +71,7 @@ public:
* \param theEntry - study entry
* \retval TopoDS_Shape - result TopoDS_Shape
*/
static TopoDS_Shape EntryToShape(const std::string theEntry);
STDMESHERS_I_EXPORT static TopoDS_Shape EntryToShape(const std::string theEntry);
/*!
* \brief Return study entry of GEOM Object