Leaper Vision Toolkit
中文 / English 2.x
LDataList Class Reference
Inheritance diagram for LDataList:
ILDataList ILDrawable ILObject

Additional Inherited Members

- Public Member Functions inherited from ILDataList
void Add (double data)
 
void Adds (LArray< double > data)
 
int Count ()
 
void Draw (HDC hdc, LPVChartDrawFlags drawFlags, int xGridStep, int yGridStep)
 
void FromDoubleList (LArray< double > data)
 
void FromIntList (LArray< int > data)
 
ILDataListGaussianFilter (int kSize)
 
ILDataListGradientFilter (LPVEdgeKernel kType, int kSize)
 
double Item (int index)
 
ILDataListMagnitudeFilter (LPVEdgeKernel kType, int kSize)
 
ILDataListMaxFilter (int kSize)
 
LArray< int > MaxLocalExtrema (double threshold, int num, LPVFindBy findBy, BOOL onePeakMode)
 
ILDataListMeanFilter (int kSize)
 
ILDataListMedianFilter (int kSize)
 
ILDataListMinFilter (int kSize)
 
LArray< int > MinLocalExtrema (double threshold, int num, LPVFindBy findBy, BOOL onePeakMode)
 
LArray< double > ToDoubleList ()
 
LArray< int > ToIntList ()
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Public Member Functions inherited from ILDrawable
void SetBrushColor (COLORREF brushColor)
 
void SetFont (LString fontFamily, int fontHeight, COLORREF fontColor, BOOL bold, BOOL italic, BOOL underline, BOOL strikeOut)
 
void SetFontColor (COLORREF fontColor)
 
void SetFontFamily (LString fontFamily)
 
void SetFontHeight (int fontHeight)
 
void SetPen (LPVPenStyle penStyle, int penWidth, COLORREF penColor)
 
void SetPenColor (COLORREF penColor)
 
void SetPenStyle (LPVPenStyle penStyle)
 
void SetPenWidth (int penWidth)
 
- Properties inherited from ILDataList
int MaxCount [get, set]
 The maximum number of the list.
By default, it's 0, means no limitation.
If more than the setting number of data is pushed into the list, the earlier ones will be popped.
 
int MaxIndex [get]
 The index of the maximum element.
 
double Metric (LPVAggregation aggType) [get]
 The aggregation metric of the data list, such as mean, sum, minimum, etc. More...
 
int MinIndex [get]
 The index of the minimum element.
 

Detailed Description

This class implements the interface ILDataList, and is used to create an instance of numeric data list.