Changeset 1314 in Sophya for trunk/SophyaLib/TArray/basarr.h


Ignore:
Timestamp:
Nov 9, 2000, 6:45:46 PM (25 years ago)
Author:
ansari
Message:

Ajout methode IndexAtPosition ds BaseArray - Reza 9/11/2000

File:
1 edited

Legend:

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

    r1156 r1314  
    133133  sa_size_t Offset(int_4 ka, sa_size_t i) const ;
    134134  inline sa_size_t  Offset(sa_size_t ix, sa_size_t iy, sa_size_t iz, sa_size_t it=0, sa_size_t iu=0) const; 
    135 
     135  // Index values of element ip
     136  void           IndexAtPosition(sa_size_t ip, sa_size_t & ix, sa_size_t & iy, sa_size_t & iz,
     137                                 sa_size_t & it, sa_size_t & iu) const;
    136138  // an abstract element acces methode
    137139  virtual MuTyV & ValueAtPosition(sa_size_t ip) const = 0;
Note: See TracChangeset for help on using the changeset viewer.