Ignore:
Timestamp:
02/15/07 13:19:17 (17 years ago)
Author:
mattausch
Message:

implemented bit pvs (warnin: only worjs for preprocessing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/PvsBase.h

    r2116 r2117  
    1919public: 
    2020 
    21         PvsEntry() {} 
    22  
     21        PvsEntry(): mObject(NULL), mData(0) {} 
     22        PvsEntry(T sample): mObject(sample), mData(0) {} 
    2323        PvsEntry(T sample, const S &data): mObject(sample), mData(data) {} 
    2424 
Note: See TracChangeset for help on using the changeset viewer.