Changeset 3173 in Sophya for trunk/SophyaLib/TArray/tarray.h
- Timestamp:
- Feb 5, 2007, 10:04:46 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tarray.h
r2938 r3173 67 67 void Realloc(int_4 ndim, sa_size_t * siz, sa_size_t step=1, bool force=false); 68 68 69 //! To clear the array sizes - corresponding to an unallocated array. 70 virtual TArray<T>& ZeroSize(); 71 69 72 // Compacts size=1 array dimensions 70 73 virtual TArray<T>& CompactAllDimensions(); … … 212 215 virtual void WriteASCII(ostream& os) const; 213 216 217 //! assign a new object Id (or DataRef Id) - useful for PPF write operations 218 inline void RenewObjId() { mNDBlock.RenewObjId(); } 214 219 // Pour la gestion de persistance 215 220 friend class FIO_TArray<T>;
Note:
See TracChangeset
for help on using the changeset viewer.