Leaper WaferScan Toolkit
中文 / English 2.x
LDataBlob Class Reference
Inheritance diagram for LDataBlob:
ILDataBlob ILObject

Additional Inherited Members

- Public Member Functions inherited from ILDataBlob
double GetFeature (LPVDataBlobFeatures feature, LPVAggregation aggType)
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Properties inherited from ILDataBlob
ILDataList DataList [get]
 The data list in the data blob.
 
int EndIndex [get]
 The end index of the data blob(in the original data list)
 
int MaxIndex [get]
 The index of the maximum element(in the original data list)
 
int MinIndex [get]
 The index of the minimum element(in the original data list)
 
int StartIndex [get]
 The start index of the data blob(in the original data list)
 

Detailed Description

This class implements the interface ILDataBlob, and is used to create an instance of data blob.