Salome HOME
Add some comments
[modules/smesh.git] / src / SMDS / SMDS_MeshElement.cxx
index 827737228bb485cf64f78e3f315a633d5257f55a..701e6fe97ce20051f79820ed74110609341e86a1 100644 (file)
@@ -125,6 +125,9 @@ int SMDS_MeshElement::NbFaces() const
 SMDS_Iterator<const SMDS_MeshElement *> * 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*>
        {
                const SMDS_MeshElement * myElement;