27#ifndef SMESHGUI_MESHUTILS_H
28#define SMESHGUI_MESHUTILS_H
37#include <SALOME_InteractiveObject.hxx>
40#include <SALOMEDSClient_definitions.hxx>
43#include <SALOMEconfig.h>
44#include CORBA_SERVER_HEADER(SMESH_Mesh)
45#include CORBA_SERVER_HEADER(SMESH_Measurements)
47class SALOMEDSClient_SObject;
55 QString
UniqueMeshName(
const QString&,
const QString& = QString() );
57 QString
UniqueName(
const QString&,
_PTR(SObject) =
_PTR(SObject)(),
const QString& = QString() );
#define SMESHGUI_EXPORT
Definition: SMESH_SMESHGUI.hxx:36
Definition: SMESH_ControlsClassifier.cxx:39
Handle(VTKViewer_Filter) GetFilter(int theId
_PTR(SObject) getSubShapeSO(int subShapeID
Return SO of a sub-shape.
Definition: SMESHGUI_Utils.cxx:122
SMESH::Measurements_var & GetMeasurements()
Definition: SMESHGUI_MeshUtils.cxx:129
QString UniqueMeshName(const QString &theBaseName, const QString &thePostfix)
Definition: SMESHGUI_MeshUtils.cxx:63
SMESH_Mesh_var GetMeshByIO(const Handle(SALOME_InteractiveObject)&theIO)
Definition: SMESHGUI_MeshUtils.cxx:46
QString UniqueName(const QString &theBaseName, _PTR(SObject) theParent, const QString &thePostfix)
Definition: SMESHGUI_MeshUtils.cxx:88