Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 #ifndef SMESHGUI_MESHUTILS_H
00028 #define SMESHGUI_MESHUTILS_H
00029
00030
00031 #include "SMESH_SMESHGUI.hxx"
00032
00033
00034 #include <QString>
00035
00036
00037 #include <SALOME_InteractiveObject.hxx>
00038
00039
00040 #include <SALOMEDSClient_definitions.hxx>
00041
00042
00043 #include <SALOMEconfig.h>
00044 #include CORBA_SERVER_HEADER(SMESH_Mesh)
00045 #include CORBA_SERVER_HEADER(SMESH_Measurements)
00046
00047 class SALOMEDSClient_SObject;
00048
00049 namespace SMESH
00050 {
00051 SMESHGUI_EXPORT
00052 SMESH_Mesh_var GetMeshByIO( const Handle(SALOME_InteractiveObject)& );
00053
00054 SMESHGUI_EXPORT
00055 QString UniqueMeshName( const QString&, const QString& = QString() );
00056 SMESHGUI_EXPORT
00057 QString UniqueName( const QString&, _PTR(SObject) = _PTR(SObject)(), const QString& = QString() );
00058
00059 SMESHGUI_EXPORT SMESH::Measurements_var& GetMeasurements();
00060 }
00061
00062 #endif // SMESHGUI_MESHUTILS_H