]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
A little doc for getCoords.
authorageay <ageay>
Tue, 21 Feb 2012 16:35:44 +0000 (16:35 +0000)
committerageay <ageay>
Tue, 21 Feb 2012 16:35:44 +0000 (16:35 +0000)
src/MEDCoupling/MEDCouplingPointSet.hxx

index 0cb17a662eb1ef774292a5c32e73d07c0d7a320c..92440c4c8f8b76cfad2662ce15b9f5dfa253187b 100644 (file)
@@ -54,7 +54,9 @@ namespace ParaMEDMEM
     int getNumberOfNodes() const;
     int getSpaceDimension() const;
     void setCoords(const DataArrayDouble *coords);
+    //! This method returns directly the array in 'this' \b without incrementing ref counter. The pointer is dealed by the mesh. The caller should not deal (decrRef) with this pointer
     const DataArrayDouble *getCoords() const { return _coords; }
+    //! This method returns directly the array in 'this' \b without incrementing ref counter. The pointer is dealed by the mesh. The caller should not deal (decrRef) with this pointer
     DataArrayDouble *getCoords() { return _coords; }
     DataArrayDouble *getCoordinatesAndOwner() const;
     void copyTinyStringsFrom(const MEDCouplingMesh *other) throw(INTERP_KERNEL::Exception);