Difference between revisions of "lllDataCompare(API)"
From EosPedia
(Created page with "DataManip/llData/src/'''lllDataCompare''' is API for llDataCompare. == constant == == struct == typedef struct lllDataCompareInfo { int FilamentNumber; double ratio...") |
(No difference)
|
Latest revision as of 06:12, 30 July 2014
DataManip/llData/src/lllDataCompare is API for llDataCompare.
constant
struct
typedef struct lllDataCompareInfo { int FilamentNumber; double ratio; double OriginReflection; double OtherReflection; int mode; } lllDataCompareInfo;
API
extern void lllDataCompare(lllDataIntensityInformation* data, lllDataCompareInfo* linfo, int mode);