Ignore:
Timestamp:
05/26/11 13:34:49 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/functor/instant.hpp

    r152 r205  
    1919 
    2020            /// Constructeurs /// 
    21             CInstant(void);                             // Not implemented. 
    22             CInstant(const CFunData & data); 
    23             CInstant(DoubleArray doutput, const CFunData & data, 
    24                      const std::vector<size_t> size); 
    25             CInstant(const CInstant & instant);         // Not implemented. 
    26             CInstant(const CInstant * const instant);   // Not implemented. 
     21            //CInstant(void);                             // Not implemented. 
     22            //CInstant(const CFunData & data); 
     23            CInstant(DoubleArray doutput); 
     24            //CInstant(const CInstant & instant);         // Not implemented. 
     25            //CInstant(const CInstant * const instant);   // Not implemented. 
    2726 
    2827            /// Traitement /// 
    29             virtual void apply(const DoubleArray dinput, DoubleArray doutput, 
    30                                const std::vector<size_t> size, const CFunData & data); 
     28            virtual void apply(const DoubleArray dinput, DoubleArray doutput); 
    3129 
    3230            /// Destructeur /// 
Note: See TracChangeset for help on using the changeset viewer.