X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMDS%2FSMDS_Mesh.hxx;h=47c22b07996a1b04920e6d441139ba969ff0e9bc;hp=f869cd705aa4795248af9ae2e83bbaa0fb004748;hb=7b70ad87bf8f5c46b2751f94cd196932b9ae7122;hpb=c9d641a57d36631526955b0c213a07854d403d8f;ds=sidebyside diff --git a/src/SMDS/SMDS_Mesh.hxx b/src/SMDS/SMDS_Mesh.hxx index f869cd705..47c22b079 100644 --- a/src/SMDS/SMDS_Mesh.hxx +++ b/src/SMDS/SMDS_Mesh.hxx @@ -167,6 +167,7 @@ class SMDS_Mesh:public SMDS_MeshObject int NbNodes() const; int NbEdges() const; int NbFaces() const; + int NbTriangles() const; int NbVolumes() const; int NbSubMesh() const; void DumpNodes() const; @@ -184,6 +185,11 @@ class SMDS_Mesh:public SMDS_MeshObject void setConstructionFaces(bool); void setInverseElements(bool); + double * getNodesCoordinates(); + long * getNodesID(); + long * getEdgesIndices(); + long * getTrianglesIndices(); + private: SMDS_Mesh(SMDS_Mesh * parent); SMDS_MeshFace * createTriangle(SMDS_MeshNode * node1,