Changeset 252 in flair-src for trunk/lib/FlairCore/src/cvimage.h


Ignore:
Timestamp:
07/05/18 17:57:08 (6 years ago)
Author:
Sanahuja Guillaume
Message:

change io_data CopyDate to RawRead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/cvimage.h

    r124 r252  
    108108private:
    109109  /*!
    110   * \brief Copy datas
     110  * \brief Raw read datas
    111111  *
    112112  * Reimplemented from io_data. \n
    113   * See io_data::CopyDatas.
     113  * See io_data::RawRead.
    114114  *
    115115  * \param dst destination buffer
    116116  */
    117   void CopyDatas(char *dst) const;
     117  void RawRead(char *dst) const;
    118118
    119119  bool allocate_data;
Note: See TracChangeset for help on using the changeset viewer.