mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-06 08:24:17 +05:00
fix indentation
This commit is contained in:
parent
aad1e960d8
commit
f730f2d36b
@ -138,16 +138,6 @@ class SMESH_EXPORT SMESH_Gen
|
|||||||
SMESH_Algo* GetAlgo(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape, TopoDS_Shape* assignedTo=0);
|
SMESH_Algo* GetAlgo(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape, TopoDS_Shape* assignedTo=0);
|
||||||
static bool IsGlobalHypothesis(const SMESH_Hypothesis* theHyp, SMESH_Mesh& aMesh);
|
static bool IsGlobalHypothesis(const SMESH_Hypothesis* theHyp, SMESH_Mesh& aMesh);
|
||||||
|
|
||||||
// inherited methods from SALOMEDS::Driver
|
|
||||||
|
|
||||||
// void Save(int studyId, const char *aUrlOfFile);
|
|
||||||
// void Load(int studyId, const char *aUrlOfFile);
|
|
||||||
// void Close(int studyId);
|
|
||||||
// const char *ComponentDataType();
|
|
||||||
|
|
||||||
// const char *IORToLocalPersistentID(const char *IORString, bool & IsAFile);
|
|
||||||
// const char *LocalPersistentIDToIOR(const char *aLocalPersistentID);
|
|
||||||
|
|
||||||
int GetANewId();
|
int GetANewId();
|
||||||
|
|
||||||
std::map < int, SMESH_Algo * >_mapAlgo;
|
std::map < int, SMESH_Algo * >_mapAlgo;
|
||||||
|
Loading…
Reference in New Issue
Block a user