Leaper WaferScan Toolkit
中文 / English 2.x
Data Structures | Enumerations
LPVMathLib Module Reference

LPV Math& Data analysis Library, provide mathematics and data analysis functionalities. More...

Data Structures

interface  ILDataBlob
 This interface holds single data blob and provide functionalities to access the data blob's properties. More...
 
interface  ILDataBlobAnalysis
 This interface provide functionalities of data blob analysis. More...
 
interface  ILDataBlobFilter
 This interface provide functionalities of data blob filtering. More...
 
interface  ILDataBlobResults
 This interface holds a collection of data blob results. More...
 
interface  ILDataList
 This interface defines a data list for metric calculation, filtering and analysis. More...
 
class  LDataBlob
 
class  LDataBlobAnalysis
 
class  LDataBlobFilter
 
class  LDataBlobResults
 
class  LDataList
 

Enumerations

enum  LPVDataBlobFeatures { LPVDataBlobPosition = 0 , LPVDataBlobWidth = 1 , LPVDataBlobData = 2 }
 This enumeration represents the numeric features of the data blob. More...
 

Detailed Description

LPV Math& Data analysis Library, provide mathematics and data analysis functionalities.

This library provides miscellaneous functions for data calculation, filtering, aggregation and display. To include the definitions of the library's classes, use the following directive:

Example Code

Enumeration Type Documentation

◆ LPVDataBlobFeatures

This enumeration represents the numeric features of the data blob.

Enumerator
LPVDataBlobPosition 

Position of the data blob, it's the index of its middle point

LPVDataBlobWidth 

Width of the data blob

LPVDataBlobData 

Data metrics of the data blob, calculated based on the specified aggregation type