X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMDS%2FSMDS_MeshElement.cxx;h=701e6fe97ce20051f79820ed74110609341e86a1;hp=827737228bb485cf64f78e3f315a633d5257f55a;hb=00c069f8d414099a12268c42d58c6cfae9d1bff9;hpb=888669652e8ebdff0161e485913c1d3b93e4b5dc;ds=sidebyside diff --git a/src/SMDS/SMDS_MeshElement.cxx b/src/SMDS/SMDS_MeshElement.cxx index 827737228..701e6fe97 100644 --- a/src/SMDS/SMDS_MeshElement.cxx +++ b/src/SMDS/SMDS_MeshElement.cxx @@ -125,6 +125,9 @@ int SMDS_MeshElement::NbFaces() const SMDS_Iterator * SMDS_MeshElement:: elementsIterator(SMDSAbs_ElementType type) const { + /** @todo Check that iterator in the child classes return elements + in the same order for each different implementation (i.e: SMDS_VolumeOfNodes + and SMDS_VolumeOfFaces */ class MyIterator:public SMDS_Iterator { const SMDS_MeshElement * myElement;