mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Add DLL specs.
This commit is contained in:
parent
e34095b65b
commit
53cfbcdd33
@ -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);
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user