mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 10:40:34 +05:00
Add DLL specs.
This commit is contained in:
parent
0a447a3701
commit
dcbd1fef45
@ -47,7 +47,7 @@ class vtkUnstructuredGrid;
|
|||||||
/*!
|
/*!
|
||||||
* \brief To display in the viewer IDs of selected elements or nodes
|
* \brief To display in the viewer IDs of selected elements or nodes
|
||||||
*/
|
*/
|
||||||
class SMESHGUI_IdPreview
|
class SMESHGUI_EXPORT SMESHGUI_IdPreview
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
SMESHGUI_IdPreview(SVTK_ViewWindow* theViewWindow);
|
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 };
|
enum TSideID { QUAD_BOTTOM_SIDE=0, QUAD_RIGHT_SIDE, QUAD_TOP_SIDE, QUAD_LEFT_SIDE, NB_QUAD_SIDES };
|
||||||
|
|
||||||
typedef uvPtStruct UVPtStruct;
|
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
|
int point; // index of a grid point of this side where two sides meat
|
||||||
Side* other_side;
|
Side* other_side;
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
#define StdMeshers_ObjRefUlils_HeaderFile
|
#define StdMeshers_ObjRefUlils_HeaderFile
|
||||||
|
|
||||||
#include "SMESH_Gen_i.hxx"
|
#include "SMESH_Gen_i.hxx"
|
||||||
|
#include "SMESH_StdMeshers_I.hxx"
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Class encapsulates methods
|
* \brief Class encapsulates methods
|
||||||
@ -70,7 +71,7 @@ public:
|
|||||||
* \param theEntry - study entry
|
* \param theEntry - study entry
|
||||||
* \retval TopoDS_Shape - result TopoDS_Shape
|
* \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
|
* \brief Return study entry of GEOM Object
|
||||||
|
Loading…
Reference in New Issue
Block a user