23 #ifndef _SMESH_CONTROLS_HXX_
24 #define _SMESH_CONTROLS_HXX_
32 #include <boost/shared_ptr.hpp>
35 #if defined SMESHCONTROLS_EXPORTS || defined SMESHControls_EXPORTS
36 #define SMESHCONTROLS_EXPORT __declspec( dllexport )
38 #define SMESHCONTROLS_EXPORT __declspec( dllimport )
41 #define SMESHCONTROLS_EXPORT
57 virtual void SetMesh(
const SMDS_Mesh* theMesh ) = 0;
72 virtual bool IsSatisfy(
long theElementId ) = 0;