Changeset 2267 in Sophya for trunk/SophyaLib/TArray/basarr.cc


Ignore:
Timestamp:
Nov 15, 2002, 10:35:44 AM (23 years ago)
Author:
ansari
Message:

MAJ documentation + methode Read/WriteASCII() en virtuelle pure ds BaseArray - Reza 15/11/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/basarr.cc

    r1636 r2267  
    1111  \class SOPHYA::BaseArray
    1212  \ingroup TArray
    13   Base class for template arrays
    14   No data are connected to this class.
    15 
     13  Base class for template arrays with number of dimensions up to
     14  \ref BASEARRAY_MAXNDIMS "BASEARRAY_MAXNDIMS".
     15  This class is an abstract class and has no data connected to it.
     16 
    1617  Define base methods, enum and defaults for TArray , TMatrix and TVector.
     18  BaseArray objects can be used in particular for performing operations on
     19  arrays with unknown data types, or between arrays with different data types.
    1720*/
    1821
Note: See TracChangeset for help on using the changeset viewer.