Ignore:
Timestamp:
Nov 10, 2001, 12:14:28 AM (24 years ago)
Author:
aubourg
Message:

optim lecture/ecriture en bloc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/toiprocessor.h

    r1738 r1743  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toiprocessor.h,v 1.10 2001-11-08 15:47:46 aubourg Exp $
     7// $Id: toiprocessor.h,v 1.11 2001-11-09 23:13:15 aubourg Exp $
    88
    99
     
    6262  double        getData(int toiIndex, int i);
    6363  void          getData(int toiIndex, int i, double &data, uint_8 &flag);
     64
     65  void          getData(int toiIndex, int i, int n, double* d);
     66  void          getData(int toiIndex, int i, int n, double* d, uint_8* f);
    6467 
    6568  //RZCMV  double        getError(int toiIndex, int i);
     
    7376  //RZCMV  void          putDataError(int toiIndex, int i, double value,
    7477  //RZCMV                            double error, int_4 flag=0);
     78
     79  void          putData(int toiIndex, int i, int n, double const* val,
     80                        uint_8 const* flg=0);
    7581
    7682  // Gestion des bornes pour les transformations de TOIs...
Note: See TracChangeset for help on using the changeset viewer.