mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
+ const SMESHDS_SubMesh * GetSubMeshDS() const;
This commit is contained in:
parent
3750df108a
commit
c0f78ed06c
@ -59,7 +59,9 @@ typedef boost::shared_ptr< SMDS_Iterator<SMESH_subMesh*> > SMESH_subMeshIterator
|
||||
class SMESH_EXPORT SMESH_subMesh
|
||||
{
|
||||
public:
|
||||
SMESH_subMesh(int Id, SMESH_Mesh * father, SMESHDS_Mesh * meshDS,
|
||||
SMESH_subMesh(int Id,
|
||||
SMESH_Mesh * father,
|
||||
SMESHDS_Mesh * meshDS,
|
||||
const TopoDS_Shape & aSubShape);
|
||||
virtual ~ SMESH_subMesh();
|
||||
|
||||
@ -67,7 +69,8 @@ class SMESH_EXPORT SMESH_subMesh
|
||||
|
||||
SMESH_Mesh* GetFather() { return _father; }
|
||||
|
||||
SMESHDS_SubMesh * GetSubMeshDS();
|
||||
SMESHDS_SubMesh * GetSubMeshDS();
|
||||
const SMESHDS_SubMesh * GetSubMeshDS() const;
|
||||
|
||||
SMESHDS_SubMesh* CreateSubMeshDS();
|
||||
// Explicit SMESHDS_SubMesh creation method, required for persistence mechanism
|
||||
|
Loading…
Reference in New Issue
Block a user