OTSClrInterface.dll.metagen 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906
  1. ImageRuntimeVersion: v4.0.30319
  2. Assembly OTSClrInterface, Version=0.0.*, Culture=Invariant Language (Invariant Country):
  3. hash=SHA1, flags=PublicKey
  4. Assembly mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:
  5. hash=None, flags=None
  6. Assembly System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:
  7. hash=None, flags=None
  8. Assembly System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:
  9. hash=None, flags=None
  10. Assembly System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a:
  11. hash=None, flags=None
  12. Class OTSCLRINTERFACE.COTSSegmentClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  13. Void .ctor(OTSDATA.COTSSegment*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  14. Void .ctor(OTSCLRINTERFACE.COTSSegmentClr): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  15. Void .ctor(std.shared_ptr<OTSDATA::COTSSegment>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  16. Void .ctor(Int32, Int32, Int32): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  17. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  18. Interfaces:
  19. System.IDisposable
  20. Methods:
  21. GetOTSSegmentPtr(shared_ptr<OTSDATA::COTSSegment>*): PrivateScope, Public, HideBySig
  22. GetHeight(): PrivateScope, Public, HideBySig
  23. SetHeight(Int32 IsLong): PrivateScope, Public, HideBySig
  24. GetStart(): PrivateScope, Public, HideBySig
  25. SetStart(Int32 IsLong): PrivateScope, Public, HideBySig
  26. GetLength(): PrivateScope, Public, HideBySig
  27. SetLength(Int32 IsLong): PrivateScope, Public, HideBySig
  28. GetEnd(): PrivateScope, Public, HideBySig
  29. SetEnd(Int32 IsLong): PrivateScope, Public, HideBySig
  30. UpDownConection(COTSSegmentClr): PrivateScope, Public, HideBySig
  31. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  32. Class OTSCLRINTERFACE.COTSFeatureClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  33. Void .ctor(std.shared_ptr<OTSDATA::COTSFeature>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  34. Void .ctor(OTSCLRINTERFACE.COTSFeatureClr): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  35. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  36. Interfaces:
  37. System.IDisposable
  38. Methods:
  39. GetOTSFeaturePtr(shared_ptr<OTSDATA::COTSFeature>*): PrivateScope, Public, HideBySig
  40. GetSegmentsList(): PrivateScope, Public, HideBySig
  41. SetSegmentsList(List`1, Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  42. GetSegmentByIndex(Int32): PrivateScope, Public, HideBySig
  43. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  44. Class OTSCLRINTERFACE.CElementChemistryClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  45. Void .ctor(OTSDATA.CElementChemistry*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  46. Void .ctor(OTSCLRINTERFACE.CElementChemistryClr): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  47. Void .ctor(std.shared_ptr<OTSDATA::CElementChemistry>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  48. Void .ctor(System.String, Double): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  49. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  50. Interfaces:
  51. System.IDisposable
  52. Methods:
  53. GetElementChemistryPtr(shared_ptr<OTSDATA::CElementChemistry>*): PrivateScope, Public, HideBySig
  54. GetName(): PrivateScope, Public, HideBySig
  55. SetName(String): PrivateScope, Public, HideBySig
  56. GetPercentage(): PrivateScope, Public, HideBySig
  57. SetPercentage(Double): PrivateScope, Public, HideBySig
  58. GetMolarPercentage(): PrivateScope, Public, HideBySig
  59. GetAtomNum(String): PrivateScope, Public, HideBySig
  60. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  61. Class OTSCLRINTERFACE.CPosXrayClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  62. Void .ctor(OTSCLRINTERFACE.CPosXrayClr): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  63. Void .ctor(OTSDATA.CPosXray*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  64. Void .ctor(std.shared_ptr<OTSDATA::CPosXray>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  65. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  66. Interfaces:
  67. System.IDisposable
  68. Methods:
  69. GetPosXrayPtr(shared_ptr<OTSDATA::CPosXray>*): PrivateScope, Public, HideBySig
  70. GetChannelsNum(): PrivateScope, Public, HideBySig
  71. GetXrayData(): PrivateScope, Public, HideBySig
  72. GetElementQuantifyData(): PrivateScope, Public, HideBySig
  73. GetQuantifiedElementsStr(): PrivateScope, Public, HideBySig
  74. SetXrayData(UInt32[]): PrivateScope, Public, HideBySig
  75. GetTotalCount(): PrivateScope, Public, HideBySig
  76. GetMaxHeightPosition(Int32&, Int32&): PrivateScope, Public, HideBySig
  77. ClearXrayData(Int32 IsLong): PrivateScope, Public, HideBySig
  78. SetXrayDataAtChannel(UInt32 IsLong, Int32 IsLong): PrivateScope, Public, HideBySig
  79. GetPosition(): PrivateScope, Public, HideBySig
  80. SetPosition(ValueType Point IsBoxed): PrivateScope, Public, HideBySig
  81. GetIndex(): PrivateScope, Public, HideBySig
  82. SetIndex(Int32 IsLong): PrivateScope, Public, HideBySig
  83. GetScanFieldId(): PrivateScope, Public, HideBySig
  84. SetScanFieldId(Int32 IsLong): PrivateScope, Public, HideBySig
  85. GetPartTagId(): PrivateScope, Public, HideBySig
  86. SetPartTagId(Int32 IsLong): PrivateScope, Public, HideBySig
  87. GetFeatureId(): PrivateScope, Public, HideBySig
  88. SetFeatureId(Int32 IsLong): PrivateScope, Public, HideBySig
  89. SetElementQuantifyData(List`1): PrivateScope, Public, HideBySig
  90. AddQuantifyElement(CElementChemistryClr): PrivateScope, Public, HideBySig
  91. NormalizeXrayQuantifyData(): PrivateScope, Public, HideBySig
  92. SetElementNum(Int32): PrivateScope, Public, HideBySig
  93. GetElementNum(): PrivateScope, Public, HideBySig
  94. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  95. Class OTSCLRINTERFACE.COTSParticleClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  96. Void .ctor(OTSDATA.COTSParticle*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  97. Void .ctor(OTSCLRINTERFACE.COTSParticleClr): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  98. Void .ctor(std.shared_ptr<OTSDATA::COTSParticle>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  99. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  100. Interfaces:
  101. System.IDisposable
  102. Methods:
  103. GetOTSParticlePtr(shared_ptr<OTSDATA::COTSParticle>*): PrivateScope, Public, HideBySig
  104. GetParticleRect(): PrivateScope, Public, HideBySig
  105. SetParticleRect(ValueType Rectangle IsBoxed): PrivateScope, Public, HideBySig
  106. SetOTSRect(Int32, Int32, Int32, Int32): PrivateScope, Public, HideBySig
  107. GetOTSRect(Int32&, Int32&, Int32&, Int32&): PrivateScope, Public, HideBySig
  108. GetType(): PrivateScope, Public, HideBySig
  109. SetType(Int32): PrivateScope, Public, HideBySig
  110. GetClassifyId(): PrivateScope, Public, HideBySig
  111. SetClassifyId(Int32): PrivateScope, Public, HideBySig
  112. GetActualArea(): PrivateScope, Public, HideBySig
  113. SetActualArea(Double): PrivateScope, Public, HideBySig
  114. GetPixelArea(): PrivateScope, Public, HideBySig
  115. GetAveGray(): PrivateScope, Public, HideBySig
  116. SetAveGray(Byte): PrivateScope, Public, HideBySig
  117. GetXRayPos(): PrivateScope, Public, HideBySig
  118. SetXRayPos(ValueType Point IsBoxed): PrivateScope, Public, HideBySig
  119. GetXrayMatrixPoints(): PrivateScope, Public, HideBySig
  120. SetXrayMatrixPoints(ValueType[]): PrivateScope, Public, HideBySig
  121. CalXrayPos(): PrivateScope, Public, HideBySig
  122. CalCoverRectFromSegment(): PrivateScope, Public, HideBySig
  123. SetSEMPos(ValueType Point IsBoxed): PrivateScope, Public, HideBySig
  124. GetSEMPos(): PrivateScope, Public, HideBySig
  125. GetFeature(): PrivateScope, Public, HideBySig
  126. SetFeature(COTSFeatureClr): PrivateScope, Public, HideBySig
  127. SetXray(CPosXrayClr): PrivateScope, Public, HideBySig
  128. GetXray(): PrivateScope, Public, HideBySig
  129. GetParticleId(): PrivateScope, Public, HideBySig
  130. SetParticleId(Int32): PrivateScope, Public, HideBySig
  131. GetAnalysisId(): PrivateScope, Public, HideBySig
  132. SetAnalysisId(Int32): PrivateScope, Public, HideBySig
  133. GetFieldId(): PrivateScope, Public, HideBySig
  134. SetFieldId(Int32): PrivateScope, Public, HideBySig
  135. GetDMAX(): PrivateScope, Public, HideBySig
  136. SetDMAX(Double): PrivateScope, Public, HideBySig
  137. GetDMIN(): PrivateScope, Public, HideBySig
  138. SetDMIN(Double): PrivateScope, Public, HideBySig
  139. GetDMPERP(): PrivateScope, Public, HideBySig
  140. SetDMPERP(Double): PrivateScope, Public, HideBySig
  141. GetDINSCR(): PrivateScope, Public, HideBySig
  142. SetDINSCR(Double): PrivateScope, Public, HideBySig
  143. GetDMEAN(): PrivateScope, Public, HideBySig
  144. SetDMEAN(Double): PrivateScope, Public, HideBySig
  145. GetDELONG(): PrivateScope, Public, HideBySig
  146. SetDELONG(Double): PrivateScope, Public, HideBySig
  147. GetDPRIMETER(): PrivateScope, Public, HideBySig
  148. SetDPRIMETER(Double): PrivateScope, Public, HideBySig
  149. GetORIENTATION(): PrivateScope, Public, HideBySig
  150. SetORIENTATION(Double): PrivateScope, Public, HideBySig
  151. GetEqualCircleDiameter(): PrivateScope, Public, HideBySig
  152. GetFeretDiameter(): PrivateScope, Public, HideBySig
  153. SetFeretDiameter(Double): PrivateScope, Public, HideBySig
  154. CalculateSimilarity(COTSParticleClr): PrivateScope, Public, HideBySig
  155. GetImgPortraitString(): PrivateScope, Public, HideBySig
  156. GetTypeName(): PrivateScope, Public, HideBySig
  157. SetTypeName(String): PrivateScope, Public, HideBySig
  158. GetTypeColor(): PrivateScope, Public, HideBySig
  159. SetTypeColor(String): PrivateScope, Public, HideBySig
  160. GetConnectedParticlesName(): PrivateScope, Public, HideBySig
  161. SetConnectedParticlesName(String): PrivateScope, Public, HideBySig
  162. GetGrpName(): PrivateScope, Public, HideBySig
  163. SetGrpName(String): PrivateScope, Public, HideBySig
  164. GetGrpColor(): PrivateScope, Public, HideBySig
  165. SetGrpColor(String): PrivateScope, Public, HideBySig
  166. GetGrpId(): PrivateScope, Public, HideBySig
  167. SetGrpId(Int32): PrivateScope, Public, HideBySig
  168. IsXrayParticle(): PrivateScope, Public, HideBySig
  169. SetIsXrayParticle(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  170. GetSubParticles(): PrivateScope, Public, HideBySig
  171. SetSubParticles(List`1): PrivateScope, Public, HideBySig
  172. ClearSubParticles(): PrivateScope, Public, HideBySig
  173. AddSubParticle(COTSParticleClr): PrivateScope, Public, HideBySig
  174. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  175. Class OTSCLRINTERFACE.COTSClassifyEngineClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  176. Void .ctor(OTSCLRINTERFACE.EngineType, System.String): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  177. Methods:
  178. ReloadEngineDB(): PrivateScope, Public, HideBySig
  179. ClassifyByExpression(COTSParticleClr): PrivateScope, Public, HideBySig
  180. ClassifyBySpectrum(COTSParticleClr): PrivateScope, Public, HideBySig
  181. ClassifyByExpressionTemporarySpectrum(COTSParticleClr): PrivateScope, Public, HideBySig
  182. ClassifyIncA(COTSParticleClr, Int32): PrivateScope, Public, HideBySig
  183. IfNeedMaxEDS(COTSParticleClr, Double&): PrivateScope, Public, HideBySig
  184. ZeroElementProcess(COTSParticleClr): PrivateScope, Public, HideBySig
  185. Struct OTSCLRINTERFACE.EngineType: AutoLayout, AnsiClass, Class, Public, Sealed, BeforeFieldInit
  186. :System.Enum
  187. Fields:
  188. Int32 value__ : Public, SpecialName, RTSpecialName
  189. OTSCLRINTERFACE.EngineType ExpressionClassifyEng = 1 : Public, Static, Literal, HasDefault
  190. OTSCLRINTERFACE.EngineType InclutionEng = 2 : Public, Static, Literal, HasDefault
  191. OTSCLRINTERFACE.EngineType SpectrumCompare = 3 : Public, Static, Literal, HasDefault
  192. Class OTSCLRINTERFACE.CBSEImgClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  193. Void .ctor(OTSDATA.CBSEImg*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  194. Void .ctor(OTSCLRINTERFACE.CBSEImgClr): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  195. Void .ctor(std.shared_ptr<OTSDATA::CBSEImg>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  196. Void .ctor(System.ValueType): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  197. Interfaces:
  198. System.IDisposable
  199. Methods:
  200. GetImageRect(): PrivateScope, Public, HideBySig
  201. SetImageRect(ValueType Rectangle IsBoxed): PrivateScope, Public, HideBySig
  202. GetWidth(): PrivateScope, Public, HideBySig
  203. GetHeight(): PrivateScope, Public, HideBySig
  204. InitImageData(Int32, Int32): PrivateScope, Public, HideBySig
  205. GetImageDataPtr(): PrivateScope, Public, HideBySig
  206. SetImageData(Byte[], Int32, Int32): PrivateScope, Public, HideBySig
  207. GetImageSize(): PrivateScope, Public, HideBySig
  208. SetChartData(): PrivateScope, Public, HideBySig
  209. GetBSEChart(UInt16[]&): PrivateScope, Public, HideBySig
  210. CalBSEChartHigh(): PrivateScope, Public, HideBySig
  211. CalBSEChartLow(): PrivateScope, Public, HideBySig
  212. GetBSEValue(Int32 IsConst, Int32 IsConst): PrivateScope, Public, HideBySig
  213. GetBSEValue(ValueType Point IsBoxed): PrivateScope, Public, HideBySig
  214. SetBSEValue(Int32 IsConst, Int32 IsConst, Int32): PrivateScope, Public, HideBySig
  215. GetValueDirect(ValueType Point IsBoxed): PrivateScope, Public, HideBySig
  216. GetValueDirectF(Int32, Int32): PrivateScope, Public, HideBySig
  217. DoesContainPixelValue(Int32, Int32): PrivateScope, Public, HideBySig
  218. CalArea(): PrivateScope, Public, HideBySig
  219. GetBSEImgPtr(shared_ptr<OTSDATA::CBSEImg>*): PrivateScope, Public, HideBySig
  220. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  221. Class OTSCLRINTERFACE.CDomainClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  222. Void .ctor(OTSDATA.CDomain*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  223. Void .ctor(Int32, System.ValueType): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  224. Void .ctor(std.shared_ptr<OTSDATA::CDomain>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  225. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  226. Interfaces:
  227. System.IDisposable
  228. Methods:
  229. MyDispose(): PrivateScope, Public, HideBySig
  230. IsInvalid(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  231. IsEmpty(): PrivateScope, Public, HideBySig
  232. IsRound(): PrivateScope, Public, HideBySig
  233. IsRect(): PrivateScope, Public, HideBySig
  234. GetDomainCenter(): PrivateScope, Public, HideBySig
  235. OffsetDomain(Point): PrivateScope, Public, HideBySig
  236. GetDiameter(): PrivateScope, Public, HideBySig
  237. IntersectDomain(CDomainClr): PrivateScope, Public, HideBySig
  238. PtInDomain(ValueType Point IsBoxed): PrivateScope, Public, HideBySig
  239. SetShape(Int32): PrivateScope, Public, HideBySig
  240. GetShape(): PrivateScope, Public, HideBySig
  241. SetRectDomain(Rectangle): PrivateScope, Public, HideBySig
  242. GetRectDomain(): PrivateScope, Public, HideBySig
  243. DomainInDomain(CDomainClr): PrivateScope, Public, HideBySig
  244. GetDomainPtr(shared_ptr<OTSDATA::CDomain>*): PrivateScope, Public, HideBySig
  245. GetPolygonPoint(): PrivateScope, Public, HideBySig
  246. SetPolygonPoint(List`1): PrivateScope, Public, HideBySig
  247. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  248. Class OTSCLRINTERFACE.CDoubleRangeClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  249. Void .ctor(OTSDATA.CDoubleRange*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  250. Void .ctor(std.shared_ptr<OTSDATA::CDoubleRange>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  251. Void .ctor(Double, Double): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  252. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  253. Interfaces:
  254. System.IDisposable
  255. Methods:
  256. DataInRange(Double): PrivateScope, Public, HideBySig
  257. GetStart(): PrivateScope, Public, HideBySig
  258. SetStart(Double): PrivateScope, Public, HideBySig
  259. GetEnd(): PrivateScope, Public, HideBySig
  260. SetEnd(Double): PrivateScope, Public, HideBySig
  261. GetCDoubleRangePtr(shared_ptr<OTSDATA::CDoubleRange>*): PrivateScope, Public, HideBySig
  262. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  263. Class OTSCLRINTERFACE.CHoleClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  264. Void .ctor(OTSDATA.CHole*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  265. Void .ctor(std.shared_ptr<OTSDATA::CHole>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  266. Void .ctor(System.String, Int32, System.ValueType): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  267. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  268. Interfaces:
  269. System.IDisposable
  270. Methods:
  271. GetHolePtr(shared_ptr<OTSDATA::CHole>*): PrivateScope, Public, HideBySig
  272. GetName(): PrivateScope, Public, HideBySig
  273. SetName(String): PrivateScope, Public, HideBySig
  274. GetShape(): PrivateScope, Public, HideBySig
  275. GetRectDomain(): PrivateScope, Public, HideBySig
  276. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  277. Class OTSCLRINTERFACE.CIntRangeClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  278. Void .ctor(Int32, Int32): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  279. Void .ctor(std.shared_ptr<OTSDATA::CIntRange>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  280. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  281. Interfaces:
  282. System.IDisposable
  283. Methods:
  284. DataInRange(Int32): PrivateScope, Public, HideBySig
  285. GetStart(): PrivateScope, Public, HideBySig
  286. SetStart(Int32): PrivateScope, Public, HideBySig
  287. GetEnd(): PrivateScope, Public, HideBySig
  288. SetEnd(Int32): PrivateScope, Public, HideBySig
  289. GetCIntRangePtr(shared_ptr<OTSDATA::CIntRange>*): PrivateScope, Public, HideBySig
  290. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  291. Class OTSCLRINTERFACE.COTSFieldDataClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  292. Void .ctor(std.shared_ptr<OTSDATA::COTSFieldData>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  293. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  294. Interfaces:
  295. System.IDisposable
  296. Methods:
  297. GetOTSFieldDataPtr(shared_ptr<OTSDATA::COTSFieldData>*): PrivateScope, Public, HideBySig
  298. GetId(): PrivateScope, Public, HideBySig
  299. SetId(Int32): PrivateScope, Public, HideBySig
  300. GetPosition(): PrivateScope, Public, HideBySig
  301. SetPosition(Int32, Int32): PrivateScope, Public, HideBySig
  302. SetOTSRect(Double, Double, Double, Double): PrivateScope, Public, HideBySig
  303. GetParticleList(): PrivateScope, Public, HideBySig
  304. SetParticleList(List`1): PrivateScope, Public, HideBySig
  305. AddParticle(COTSParticleClr): PrivateScope, Public, HideBySig
  306. SetImageWidth(Int32): PrivateScope, Public, HideBySig
  307. SetImageHeight(Int32): PrivateScope, Public, HideBySig
  308. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  309. Class OTSCLRINTERFACE.CSEMDataGnrClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  310. Void .ctor(OTSDATA.CSEMDataGnr*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  311. Void .ctor(std.shared_ptr<OTSDATA::CSEMDataGnr>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  312. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  313. Interfaces:
  314. System.IDisposable
  315. Methods:
  316. GetCSEMDataGnrPtr(shared_ptr<OTSDATA::CSEMDataGnr>*): PrivateScope, Public, HideBySig
  317. GetKV(): PrivateScope, Public, HideBySig
  318. SetKV(Double): PrivateScope, Public, HideBySig
  319. GetBrightness(): PrivateScope, Public, HideBySig
  320. SetBrightness(Double): PrivateScope, Public, HideBySig
  321. GetContrast(): PrivateScope, Public, HideBySig
  322. SetContrast(Double): PrivateScope, Public, HideBySig
  323. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  324. Class OTSCLRINTERFACE.CSEMDataMsrClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  325. Void .ctor(std.shared_ptr<OTSDATA::CSEMDataMsr>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  326. Void .ctor(OTSDATA.CSEMDataMsr*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  327. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  328. Interfaces:
  329. System.IDisposable
  330. Methods:
  331. GetSEMDataMsrPtr(shared_ptr<OTSDATA::CSEMDataMsr>*): PrivateScope, Public, HideBySig
  332. GetScanFieldSize(): PrivateScope, Public, HideBySig
  333. SetScanFieldSize(Int32): PrivateScope, Public, HideBySig
  334. GetMagnification(): PrivateScope, Public, HideBySig
  335. SetMagnification(Double): PrivateScope, Public, HideBySig
  336. GetScanFieldSize100(): PrivateScope, Public, HideBySig
  337. SetScanFieldSize100(Int32): PrivateScope, Public, HideBySig
  338. GetWorkingDistance(): PrivateScope, Public, HideBySig
  339. SetWorkingDistance(Double): PrivateScope, Public, HideBySig
  340. GetTotalFields(): PrivateScope, Public, HideBySig
  341. SetTotalFields(Int32): PrivateScope, Public, HideBySig
  342. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  343. Class OTSCLRINTERFACE.CSEMStageDataClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  344. Void .ctor(OTSDATA.CSEMStageData*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  345. Void .ctor(std.shared_ptr<OTSDATA::CSEMStageData>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  346. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  347. Interfaces:
  348. System.IDisposable
  349. Methods:
  350. GetScanFieldSize100(): PrivateScope, Public, HideBySig
  351. SetScanFieldSize100(Int32): PrivateScope, Public, HideBySig
  352. GetXAxisDir(): PrivateScope, Public, HideBySig
  353. SetXAxisDir(Int32): PrivateScope, Public, HideBySig
  354. GetYAxisDir(): PrivateScope, Public, HideBySig
  355. SetYAxisDir(Int32): PrivateScope, Public, HideBySig
  356. GetXAxis(): PrivateScope, Public, HideBySig
  357. SetXAxis(CIntRangeClr): PrivateScope, Public, HideBySig
  358. GetYAxis(): PrivateScope, Public, HideBySig
  359. SetYAxis(CIntRangeClr): PrivateScope, Public, HideBySig
  360. GetCSEMStageData(shared_ptr<OTSDATA::CSEMStageData>*): PrivateScope, Public, HideBySig
  361. GetMinMag(): PrivateScope, Public, HideBySig
  362. SetMinMag(Double): PrivateScope, Public, HideBySig
  363. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  364. Class OTSCLRINTERFACE.CStageClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  365. Void .ctor(OTSDATA.CStage*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  366. Void .ctor(std.shared_ptr<OTSDATA::CStage>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  367. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  368. Interfaces:
  369. System.IDisposable
  370. Methods:
  371. GetName(): PrivateScope, Public, HideBySig
  372. SetName(String): PrivateScope, Public, HideBySig
  373. GetBourary(): PrivateScope, Public, HideBySig
  374. SetBoundary(CDomainClr): PrivateScope, Public, HideBySig
  375. GetSTD(): PrivateScope, Public, HideBySig
  376. SetSTD(CDomainClr): PrivateScope, Public, HideBySig
  377. GetHoleList(): PrivateScope, Public, HideBySig
  378. SetHoleList(List`1): PrivateScope, Public, HideBySig
  379. GetStagePtr(shared_ptr<OTSDATA::CStage>*): PrivateScope, Public, HideBySig
  380. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  381. Class OTSCLRINTERFACE.COTSControlFunExport: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  382. Interfaces:
  383. System.IDisposable
  384. Methods:
  385. GetControllerInstance(String): PrivateScope, Public, Static, HideBySig
  386. ConncetSem(): PrivateScope, Public, HideBySig
  387. DisconnectSem(): PrivateScope, Public, HideBySig
  388. IsConnected(): PrivateScope, Public, HideBySig
  389. ScanInit(): PrivateScope, Public, HideBySig
  390. EDSInit(): PrivateScope, Public, HideBySig
  391. GetSemType(): PrivateScope, Public, HideBySig
  392. GetSemBeamBlank(Int32&): PrivateScope, Public, HideBySig
  393. SetSemBeamBlank(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  394. SetSemBeamCurrent(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  395. GetSemBrightness(Double&): PrivateScope, Public, HideBySig
  396. SetSemBrightness(Double): PrivateScope, Public, HideBySig
  397. GetSemContrast(Double&): PrivateScope, Public, HideBySig
  398. SetSemContrast(Double): PrivateScope, Public, HideBySig
  399. GetSemWorkingDistance(Double&): PrivateScope, Public, HideBySig
  400. SetSemWorkingDistance(Double): PrivateScope, Public, HideBySig
  401. GetSemHighTension(Double&): PrivateScope, Public, HideBySig
  402. SetSemHighTension(Double): PrivateScope, Public, HideBySig
  403. GetSemMagnification(Double&): PrivateScope, Public, HideBySig
  404. SetSemMagnification(Double): PrivateScope, Public, HideBySig
  405. GetSemScanFieldSize(Double&, Double&): PrivateScope, Public, HideBySig
  406. SetSemScanFieldSizeX(Double): PrivateScope, Public, HideBySig
  407. GetSemHTOnOff(Boolean&): PrivateScope, Public, HideBySig
  408. SetSemHTOnOff(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  409. GetSemPositionXY(Double&, Double&, Double&): PrivateScope, Public, HideBySig
  410. SetSemPositionXY(Double, Double): PrivateScope, Public, HideBySig
  411. SetSemPositionXY(Double, Double, Double): PrivateScope, Public, HideBySig
  412. GetSemSpotSize(Double&): PrivateScope, Public, HideBySig
  413. SetSemSpotSize(Double): PrivateScope, Public, HideBySig
  414. SetSemScanExternal(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  415. GetSemExternalMode(): PrivateScope, Public, HideBySig
  416. MoveSEMToPoint(Double, Double): PrivateScope, Public, HideBySig
  417. MoveSEMToPoint(Double, Double, Double): PrivateScope, Public, HideBySig
  418. EDSGetType(): PrivateScope, Public, HideBySig
  419. CollectSpectrum(UInt32 IsLong, UInt32[]&): PrivateScope, Public, HideBySig
  420. CollectSpectrum(UInt32 IsLong, UInt32[]&, UInt32 IsLong): PrivateScope, Public, HideBySig
  421. CollectSpectrum(UInt32 IsLong, Point, UInt32[]&): PrivateScope, Public, HideBySig
  422. GetXRayByPoints(UInt32 IsLong, Point[], COTSParticleClr[], Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  423. GetXRayByPoints(UInt32 IsLong, CPosXrayClr[]&, Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  424. QuantifyXrayByParts(COTSParticleClr[]): PrivateScope, Public, HideBySig
  425. QuantifyXrayByPart(COTSParticleClr): PrivateScope, Public, HideBySig
  426. GetXRayBySinglePoint(UInt32 IsLong, Point, UInt32[]&, String&, Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  427. GetXRayByFeatures(UInt32 IsLong, COTSParticleClr[], Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  428. GetXRayByFeatures(UInt32 IsLong, COTSFeatureClr[], UInt32[][]&, String[]&, Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  429. GetXRayBySingleFeature(UInt32 IsLong, COTSFeatureClr, UInt32[]&, String&, Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  430. GetXRayAndElements(UInt32 IsLong, Int32, Int32, UInt32[]&, ValueType&, String&): PrivateScope, Public, HideBySig
  431. GetLiveTime(): PrivateScope, Public, HideBySig
  432. GetMaxPointLimit(): PrivateScope, Public, HideBySig
  433. AcquireBSEImage(CBSEImgClr&): PrivateScope, Public, HideBySig
  434. AcquireBSEImage(Byte[]&): PrivateScope, Public, HideBySig
  435. GetScanType(): PrivateScope, Public, HideBySig
  436. SetImageSize(Int32 IsLong, Int32 IsLong): PrivateScope, Public, HideBySig
  437. SetDwellTime(Int32 IsLong): PrivateScope, Public, HideBySig
  438. MoveBeamTo(Point): PrivateScope, Public, HideBySig
  439. StopXrayAcquisition(): PrivateScope, Public, HideBySig
  440. SetExpectCount(Int32): PrivateScope, Public, HideBySig
  441. GetExpectCount(): PrivateScope, Public, HideBySig
  442. SetQuantificationParam(Boolean(HasFieldMarshal), String): PrivateScope, Public, HideBySig
  443. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  444. Class OTSCLRINTERFACE.COTSImgScanPrmClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  445. Void .ctor(std.shared_ptr<OTSIMGPROC::COTSImageScanParam>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  446. Void .ctor(OTSIMGPROC.COTSImageScanParam*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  447. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  448. Interfaces:
  449. System.IDisposable
  450. Methods:
  451. GetImgScanPrmPtr(shared_ptr<OTSIMGPROC::COTSImageScanParam>*): PrivateScope, Public, HideBySig
  452. GetStopMode(): PrivateScope, Public, HideBySig
  453. SetStopMode(Int32): PrivateScope, Public, HideBySig
  454. GetStopParamMeasTime(): PrivateScope, Public, HideBySig
  455. SetStopParamMeasTime(Int32): PrivateScope, Public, HideBySig
  456. GetStopParamFields(): PrivateScope, Public, HideBySig
  457. SetStopParamFields(Int32): PrivateScope, Public, HideBySig
  458. GetStopParamParticles(): PrivateScope, Public, HideBySig
  459. SetStopParamParticles(Int32): PrivateScope, Public, HideBySig
  460. GetStartImageMode(): PrivateScope, Public, HideBySig
  461. SetStartImageMode(Int32): PrivateScope, Public, HideBySig
  462. GetImagePixelSize(): PrivateScope, Public, HideBySig
  463. SetImagePixelSize(Int32): PrivateScope, Public, HideBySig
  464. GetScanImageSpeed(): PrivateScope, Public, HideBySig
  465. SetScanImageSpeed(Int32): PrivateScope, Public, HideBySig
  466. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  467. Class OTSCLRINTERFACE.CFieldMgrClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  468. Void .ctor(std.shared_ptr<OTSIMGPROC::CFieldMgr>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  469. Void .ctor(Int32, System.Drawing.Size): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  470. Interfaces:
  471. System.IDisposable
  472. Methods:
  473. GetCFiledMgrPtr(shared_ptr<OTSIMGPROC::CFieldMgr>*): PrivateScope, Public, HideBySig
  474. Init(CDomainClr, Int32): PrivateScope, Public, HideBySig
  475. GetEffectiveFieldWidth(): PrivateScope, Public, HideBySig
  476. GetEffectiveFieldHeight(): PrivateScope, Public, HideBySig
  477. GetFieldCentrePoints(): PrivateScope, Public, HideBySig
  478. GetTotalFields(): PrivateScope, Public, HideBySig
  479. GetUnmeasuredFieldCentrePoints(List`1): PrivateScope, Public, HideBySig
  480. IsThisPointInMeasureArea(ValueType Point IsBoxed): PrivateScope, Public, HideBySig
  481. GetMeasureArea(): PrivateScope, Public, HideBySig
  482. SetMeasureArea(CDomainClr): PrivateScope, Public, HideBySig
  483. GetOverlap(): PrivateScope, Public, HideBySig
  484. SetOverlap(Int32): PrivateScope, Public, HideBySig
  485. FindNeighborField(List`1, Point, Point&, Int32): PrivateScope, Public, HideBySig
  486. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  487. Class OTSCLRINTERFACE.COTSImgProcPrmClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  488. Void .ctor(std.shared_ptr<OTSIMGPROC::COTSImageProcessParam>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  489. Void .ctor(OTSIMGPROC.COTSImageProcessParam*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  490. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  491. Interfaces:
  492. System.IDisposable
  493. Methods:
  494. GetImgPrcPrmPtr(shared_ptr<OTSIMGPROC::COTSImageProcessParam>*): PrivateScope, Public, HideBySig
  495. GetIncArea(): PrivateScope, Public, HideBySig
  496. SetIncArea(CDoubleRangeClr): PrivateScope, Public, HideBySig
  497. GetBGGray(): PrivateScope, Public, HideBySig
  498. SetBGGray(CIntRangeClr): PrivateScope, Public, HideBySig
  499. GetParticleGray(): PrivateScope, Public, HideBySig
  500. SetParticleGray(CIntRangeClr): PrivateScope, Public, HideBySig
  501. GetBGRemoveType(): PrivateScope, Public, HideBySig
  502. SetBGRemoveType(Int32): PrivateScope, Public, HideBySig
  503. GetAutoBGRemoveType(): PrivateScope, Public, HideBySig
  504. SetAutoBGRemoveType(Int32): PrivateScope, Public, HideBySig
  505. GetOverlapParam(): PrivateScope, Public, HideBySig
  506. SetOverlapParam(Int32): PrivateScope, Public, HideBySig
  507. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  508. Class OTSCLRINTERFACE.ImageProForClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  509. Void .ctor(OTSCLRINTERFACE.COTSImgProcPrmClr): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  510. Methods:
  511. UpdateImageProcessParam(COTSImgProcPrmClr): PrivateScope, Public, HideBySig
  512. GetFieldDataFromImage(CBSEImgClr, COTSImgProcPrmClr, Double, COTSFieldDataClr): PrivateScope, Public, HideBySig
  513. GetParticlesBySpecialPartGrayRange(CBSEImgClr, CIntRangeClr, CDoubleRangeClr, Double, COTSFieldDataClr): PrivateScope, Public, HideBySig
  514. CalcuParticleImagePropertes(COTSParticleClr, Double): PrivateScope, Public, HideBySig
  515. MergeBigBoundaryParticles(List`1, Double, Int32, Size, List`1): PrivateScope, Public, HideBySig
  516. RemoveBackGround(CBSEImgClr, COTSImgProcPrmClr, CBSEImgClr): PrivateScope, Public, HideBySig
  517. GetSpecialGrayRangeImage(CBSEImgClr, CIntRangeClr, CBSEImgClr, Int32&): PrivateScope, Public, HideBySig
  518. Class OTSCLRINTERFACE.CGridRowClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  519. Void .ctor(std.shared_ptr<OTSDATA::CGridRow>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  520. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  521. Interfaces:
  522. System.IDisposable
  523. Methods:
  524. GetGridRowPtr(shared_ptr<OTSDATA::CGridRow>*): PrivateScope, Public, HideBySig
  525. GetDataType(): PrivateScope, Public, HideBySig
  526. SetDataType(Int32): PrivateScope, Public, HideBySig
  527. GetStringValue(): PrivateScope, Public, HideBySig
  528. SetStringValue(String): PrivateScope, Public, HideBySig
  529. GetParticle(): PrivateScope, Public, HideBySig
  530. SetParticle(COTSParticleClr): PrivateScope, Public, HideBySig
  531. GetIntValue(): PrivateScope, Public, HideBySig
  532. SetIntValue(Int32): PrivateScope, Public, HideBySig
  533. GetDoubleValue(): PrivateScope, Public, HideBySig
  534. SetDoubleValue(Double): PrivateScope, Public, HideBySig
  535. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  536. Class OTSCLRINTERFACE.CGridColumnClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  537. Void .ctor(OTSDATA.CGridColumn*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  538. Void .ctor(std.shared_ptr<OTSDATA::CGridColumn>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  539. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  540. Interfaces:
  541. System.IDisposable
  542. Methods:
  543. GetGridColumnPtr(shared_ptr<OTSDATA::CGridColumn>*): PrivateScope, Public, HideBySig
  544. GetName(): PrivateScope, Public, HideBySig
  545. SetName(String): PrivateScope, Public, HideBySig
  546. GetRowList(): PrivateScope, Public, HideBySig
  547. SetGridRowsList(List`1, Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  548. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  549. Class OTSCLRINTERFACE.CGridDataClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  550. Void .ctor(OTSDATA.CGridData*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  551. Void .ctor(std.shared_ptr<OTSDATA::CGridData>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  552. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  553. Interfaces:
  554. System.IDisposable
  555. Methods:
  556. GetGridDataPtr(shared_ptr<OTSDATA::CGridData>*): PrivateScope, Public, HideBySig
  557. GetGridColumnList(): PrivateScope, Public, HideBySig
  558. SetGridColumnList(List`1, Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  559. GetDataSourceList(): PrivateScope, Public, HideBySig
  560. SetDataSourceList(List`1): PrivateScope, Public, HideBySig
  561. GetDataSourceId(): PrivateScope, Public, HideBySig
  562. SetDataSourceId(Int32): PrivateScope, Public, HideBySig
  563. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  564. Class OTSCLRINTERFACE.COTSXRayPrmClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  565. Void .ctor(std.shared_ptr<OTSDATA::COTSXRayParam>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  566. Void .ctor(OTSDATA.COTSXRayParam*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  567. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  568. Interfaces:
  569. System.IDisposable
  570. Methods:
  571. GetCOTSXRayPrmPtr(shared_ptr<OTSDATA::COTSXRayParam>*): PrivateScope, Public, HideBySig
  572. GetScanMode(): PrivateScope, Public, HideBySig
  573. SetScanMode(Int32): PrivateScope, Public, HideBySig
  574. GetShowScanMode(): PrivateScope, Public, HideBySig
  575. SetShowScanMode(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  576. GetSearchSpeed(): PrivateScope, Public, HideBySig
  577. SetSearchSpeed(Int32): PrivateScope, Public, HideBySig
  578. GetSearchCount(): PrivateScope, Public, HideBySig
  579. SetSearchCount(Int32): PrivateScope, Public, HideBySig
  580. GetAnalySpeed(): PrivateScope, Public, HideBySig
  581. SetAnalySpeed(Int32): PrivateScope, Public, HideBySig
  582. GetShowSpeed(): PrivateScope, Public, HideBySig
  583. SetShowSpeed(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  584. GetAnalyExpCount(): PrivateScope, Public, HideBySig
  585. SetAnalyExpCount(Int32): PrivateScope, Public, HideBySig
  586. GetShowExpCount(): PrivateScope, Public, HideBySig
  587. SetShowExpCount(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  588. GetMidSearchAQTime(): PrivateScope, Public, HideBySig
  589. SetMidSearchAQTime(Int32): PrivateScope, Public, HideBySig
  590. GetLowSearchAQTime(): PrivateScope, Public, HideBySig
  591. SetLowSearchAQTime(Int32): PrivateScope, Public, HideBySig
  592. GetHighSearchAQTime(): PrivateScope, Public, HideBySig
  593. SetHightSearchAQTime(Int32): PrivateScope, Public, HideBySig
  594. GetMidAnalyAQTime(): PrivateScope, Public, HideBySig
  595. SetMidAnalyAQTime(Int32): PrivateScope, Public, HideBySig
  596. GetLowAnalyAQTime(): PrivateScope, Public, HideBySig
  597. SetLowAnalyAQTime(Int32): PrivateScope, Public, HideBySig
  598. GetHighAnalyAQTime(): PrivateScope, Public, HideBySig
  599. SetHighAnalyAQTime(Int32): PrivateScope, Public, HideBySig
  600. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  601. Class OTSCLRINTERFACE.CMsrParamsClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  602. Void .ctor(std.shared_ptr<OTSMODEL::CMsrParams>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  603. Void .ctor(OTSMODEL.CMsrParams*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  604. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  605. Interfaces:
  606. System.IDisposable
  607. Methods:
  608. GetMsrParamsPtr(shared_ptr<OTSMODEL::CMsrParams>*): PrivateScope, Public, HideBySig
  609. GetName(): PrivateScope, Public, HideBySig
  610. SetName(String): PrivateScope, Public, HideBySig
  611. GetSteelTechnology(): PrivateScope, Public, HideBySig
  612. SetSteelTechnology(Int32): PrivateScope, Public, HideBySig
  613. GetImageScanParam(): PrivateScope, Public, HideBySig
  614. SetImageScanParam(COTSImgScanPrmClr): PrivateScope, Public, HideBySig
  615. GetImageProcessParam(): PrivateScope, Public, HideBySig
  616. SetImageProcessParam(COTSImgProcPrmClr): PrivateScope, Public, HideBySig
  617. GetXRayParam(): PrivateScope, Public, HideBySig
  618. SetXRayParam(COTSXRayPrmClr): PrivateScope, Public, HideBySig
  619. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  620. Class OTSCLRINTERFACE.CMsrParamFileMrgClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  621. Void .ctor(OTSMODEL.CMsrParamFileMrg*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  622. Void .ctor(std.shared_ptr<OTSMODEL::CMsrParamFileMrg>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  623. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  624. Interfaces:
  625. System.IDisposable
  626. Methods:
  627. GetMsrParamFileMgrPtr(shared_ptr<OTSMODEL::CMsrParamFileMrg>*): PrivateScope, Public, HideBySig
  628. Load(String, Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  629. Save(String): PrivateScope, Public, HideBySig
  630. GetPathName(): PrivateScope, Public, HideBySig
  631. GetMsrParams(): PrivateScope, Public, HideBySig
  632. SetMsrParamFile(CMsrParamsClr): PrivateScope, Public, HideBySig
  633. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  634. Class OTSCLRINTERFACE.CMsrResultItemClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  635. Void .ctor(std.shared_ptr<OTSMODEL::CMsrResultItem>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  636. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  637. Interfaces:
  638. System.IDisposable
  639. Methods:
  640. GetMsrResultItemPtr(shared_ptr<OTSMODEL::CMsrResultItem>*): PrivateScope, Public, HideBySig
  641. GetTypeId(): PrivateScope, Public, HideBySig
  642. SetTypeId(Int32): PrivateScope, Public, HideBySig
  643. GetArea(): PrivateScope, Public, HideBySig
  644. SetArea(UInt32 IsLong): PrivateScope, Public, HideBySig
  645. GetNumber(): PrivateScope, Public, HideBySig
  646. SetNumber(UInt32 IsLong): PrivateScope, Public, HideBySig
  647. GetName(): PrivateScope, Public, HideBySig
  648. SetName(String): PrivateScope, Public, HideBySig
  649. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  650. Class OTSCLRINTERFACE.CMsrResultsClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  651. Void .ctor(std.shared_ptr<OTSMODEL::CMsrResults>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  652. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  653. Interfaces:
  654. System.IDisposable
  655. Methods:
  656. GetMsrResultsPtr(shared_ptr<OTSMODEL::CMsrResults>*): PrivateScope, Public, HideBySig
  657. GetRadio(): PrivateScope, Public, HideBySig
  658. SetRadio(Double): PrivateScope, Public, HideBySig
  659. GetMeasuredArea(): PrivateScope, Public, HideBySig
  660. SetMeasuredArea(UInt32 IsLong): PrivateScope, Public, HideBySig
  661. GetResultItems(): PrivateScope, Public, HideBySig
  662. SetResultItems(List`1): PrivateScope, Public, HideBySig
  663. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  664. Class OTSCLRINTERFACE.CMsrSampleStatusClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  665. Void .ctor(std.shared_ptr<OTSMODEL::CMsrSampleStatus>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  666. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  667. Interfaces:
  668. System.IDisposable
  669. Methods:
  670. GetMsrSampleStatusPtr(shared_ptr<OTSMODEL::CMsrSampleStatus>*): PrivateScope, Public, HideBySig
  671. GetStatus(): PrivateScope, Public, HideBySig
  672. SetStatus(Int32): PrivateScope, Public, HideBySig
  673. GetStartTime(): PrivateScope, Public, HideBySig
  674. SetStartTime(ValueType DateTime IsBoxed): PrivateScope, Public, HideBySig
  675. GetUsedTime(): PrivateScope, Public, HideBySig
  676. SetUsedTime(ValueType TimeSpan IsBoxed): PrivateScope, Public, HideBySig
  677. GetEndTime(): PrivateScope, Public, HideBySig
  678. SetEndTime(ValueType DateTime IsBoxed): PrivateScope, Public, HideBySig
  679. GetCompletedFields(): PrivateScope, Public, HideBySig
  680. SetCompletedFields(Int32): PrivateScope, Public, HideBySig
  681. GetCpltedCenter(): PrivateScope, Public, HideBySig
  682. SetCpltedCenter(List`1): PrivateScope, Public, HideBySig
  683. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  684. Class OTSCLRINTERFACE.CPropItemClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  685. Void .ctor(std.shared_ptr<OTSMODEL::CPropItem>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  686. Void .ctor(OTSMODEL.CPropItem*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  687. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  688. Interfaces:
  689. System.IDisposable
  690. Methods:
  691. GetCPropItemPtr(shared_ptr<OTSMODEL::CPropItem>*): PrivateScope, Public, HideBySig
  692. GetName(): PrivateScope, Public, HideBySig
  693. SetName(String): PrivateScope, Public, HideBySig
  694. GetDescription(): PrivateScope, Public, HideBySig
  695. SetDescription(String): PrivateScope, Public, HideBySig
  696. GetSmplItemId(): PrivateScope, Public, HideBySig
  697. SetSmplItemId(Int32): PrivateScope, Public, HideBySig
  698. GetReportItemId(): PrivateScope, Public, HideBySig
  699. SetReportItemId(Int32): PrivateScope, Public, HideBySig
  700. GetTypeId(): PrivateScope, Public, HideBySig
  701. SetTypeId(Int32): PrivateScope, Public, HideBySig
  702. IsReadOnly(): PrivateScope, Public, HideBySig
  703. SetReadOnly(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  704. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  705. Class OTSCLRINTERFACE.CPropItemGrpClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  706. Void .ctor(std.shared_ptr<OTSMODEL::CPropItemGrp>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  707. Void .ctor(OTSMODEL.CPropItemGrp*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  708. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  709. Interfaces:
  710. System.IDisposable
  711. Methods:
  712. GetPropItemGrpPtr(shared_ptr<OTSMODEL::CPropItemGrp>*): PrivateScope, Public, HideBySig
  713. GetName(): PrivateScope, Public, HideBySig
  714. SetName(String): PrivateScope, Public, HideBySig
  715. GetGroupId(): PrivateScope, Public, HideBySig
  716. SetGroupId(Int32): PrivateScope, Public, HideBySig
  717. GetItemsList(): PrivateScope, Public, HideBySig
  718. SetItemsList(List`1): PrivateScope, Public, HideBySig
  719. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  720. Class OTSCLRINTERFACE.COTSSampleClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  721. Void .ctor(std.shared_ptr<OTSMODEL::COTSSample>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  722. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  723. Interfaces:
  724. System.IDisposable
  725. Methods:
  726. GetSamplePtr(shared_ptr<OTSMODEL::COTSSample>*): PrivateScope, Public, HideBySig
  727. GetName(): PrivateScope, Public, HideBySig
  728. SetName(String): PrivateScope, Public, HideBySig
  729. GetSampleHoleName(): PrivateScope, Public, HideBySig
  730. SetSampleHoleName(String): PrivateScope, Public, HideBySig
  731. GetParamLock(): PrivateScope, Public, HideBySig
  732. SetParamLock(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  733. GetSwitch(): PrivateScope, Public, HideBySig
  734. SetSwitch(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  735. GetMsrParams(): PrivateScope, Public, HideBySig
  736. SetMsrParams(CMsrParamsClr): PrivateScope, Public, HideBySig
  737. GetMsrArea(): PrivateScope, Public, HideBySig
  738. SetMsrArea(CDomainClr): PrivateScope, Public, HideBySig
  739. GetSEMDataMsr(): PrivateScope, Public, HideBySig
  740. SetSEMDataMsr(CSEMDataMsrClr): PrivateScope, Public, HideBySig
  741. GetMsrStatus(): PrivateScope, Public, HideBySig
  742. SetMsrStatus(CMsrSampleStatusClr): PrivateScope, Public, HideBySig
  743. GetMsrResults(): PrivateScope, Public, HideBySig
  744. SetMsrResults(CMsrResultsClr): PrivateScope, Public, HideBySig
  745. HasMeasureResult(): PrivateScope, Public, HideBySig
  746. GetBSESize(Int32&, Int32&): PrivateScope, Public, HideBySig
  747. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  748. Class OTSCLRINTERFACE.CPropParamClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  749. Void .ctor(std.shared_ptr<OTSMODEL::CPropParam>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  750. Void .ctor(Int32): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  751. Interfaces:
  752. System.IDisposable
  753. Methods:
  754. GetPropParamPtr(shared_ptr<OTSMODEL::CPropParam>*): PrivateScope, Public, HideBySig
  755. GetType(): PrivateScope, Public, HideBySig
  756. SetType(Int32): PrivateScope, Public, HideBySig
  757. GetPropItemsList(): PrivateScope, Public, HideBySig
  758. SetPropertyItems(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  759. GetDataSourceList(): PrivateScope, Public, HideBySig
  760. SetDataSourceList(List`1): PrivateScope, Public, HideBySig
  761. GetDataSourceId(): PrivateScope, Public, HideBySig
  762. SetDataSourceId(Int32): PrivateScope, Public, HideBySig
  763. GetDataSourceType(): PrivateScope, Public, HideBySig
  764. SetDataSourceType(Int32): PrivateScope, Public, HideBySig
  765. GetSelectParticle(): PrivateScope, Public, HideBySig
  766. SetSelectParticle(List`1): PrivateScope, Public, HideBySig
  767. GetImageType(): PrivateScope, Public, HideBySig
  768. SetImageType(Int32): PrivateScope, Public, HideBySig
  769. GetImageDisplayType(): PrivateScope, Public, HideBySig
  770. SetImageDisplayType(Int32): PrivateScope, Public, HideBySig
  771. GetMeasureDataType(): PrivateScope, Public, HideBySig
  772. SetMeasureDataType(Int32): PrivateScope, Public, HideBySig
  773. GetCalTableType(): PrivateScope, Public, HideBySig
  774. SetCalTableType(Int32): PrivateScope, Public, HideBySig
  775. GetCalChartType(): PrivateScope, Public, HideBySig
  776. SetCalChartType(Int32): PrivateScope, Public, HideBySig
  777. GetPartType(): PrivateScope, Public, HideBySig
  778. SetPartType(Int32): PrivateScope, Public, HideBySig
  779. GetGrainSizeMax(): PrivateScope, Public, HideBySig
  780. SetGrainSizeMax(Double): PrivateScope, Public, HideBySig
  781. GetSizeCalMethodType(): PrivateScope, Public, HideBySig
  782. SetSizeCalMethodType(Int32): PrivateScope, Public, HideBySig
  783. GetPropComboData(Int32, Int32&): PrivateScope, Public, HideBySig
  784. SetPropComboData(Int32, Int32): PrivateScope, Public, HideBySig
  785. GetPropDoubleData(Int32, Double&): PrivateScope, Public, HideBySig
  786. SetPropDoubleData(Int32, Double): PrivateScope, Public, HideBySig
  787. GetRelatedPropItem(Int32, Int32&): PrivateScope, Public, HideBySig
  788. UpdateAll(Int32): PrivateScope, Public, HideBySig
  789. GetTopName(CStringT<char\,StrTraitMFC_DLL<char\,ATL::ChTraitsCRT<char> > >*): PrivateScope, Public, HideBySig
  790. SetTopName(String): PrivateScope, Public, HideBySig
  791. GetLeftName(CStringT<char\,StrTraitMFC_DLL<char\,ATL::ChTraitsCRT<char> > >*): PrivateScope, Public, HideBySig
  792. SetLeftName(String): PrivateScope, Public, HideBySig
  793. GetRightName(CStringT<char\,StrTraitMFC_DLL<char\,ATL::ChTraitsCRT<char> > >*): PrivateScope, Public, HideBySig
  794. SetRightName(String): PrivateScope, Public, HideBySig
  795. GetTopElementName(): PrivateScope, Public, HideBySig
  796. SetTopElementName(List`1): PrivateScope, Public, HideBySig
  797. GetLeftElementName(): PrivateScope, Public, HideBySig
  798. SetLeftElementName(List`1): PrivateScope, Public, HideBySig
  799. GetRightElementName(): PrivateScope, Public, HideBySig
  800. SetRightElementName(List`1): PrivateScope, Public, HideBySig
  801. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  802. Class OTSCLRINTERFACE.CSmplMsrResultFileClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  803. Void .ctor(std.shared_ptr<OTSMODEL::CSmplMsrResultFile>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  804. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  805. Interfaces:
  806. System.IDisposable
  807. Methods:
  808. GetCSmplMsrResultFilePtr(shared_ptr<OTSMODEL::CSmplMsrResultFile>*): PrivateScope, Public, HideBySig
  809. GetFileVersion(): PrivateScope, Public, HideBySig
  810. SetFileVersion(String): PrivateScope, Public, HideBySig
  811. GetSEMStageData(): PrivateScope, Public, HideBySig
  812. SetSEMStageData(CSEMStageDataClr): PrivateScope, Public, HideBySig
  813. GetStage(): PrivateScope, Public, HideBySig
  814. SetStage(CStageClr): PrivateScope, Public, HideBySig
  815. GetSEMStage(): PrivateScope, Public, HideBySig
  816. SetSEMStage(CSEMDataGnrClr): PrivateScope, Public, HideBySig
  817. GetSample(): PrivateScope, Public, HideBySig
  818. SetSample(COTSSampleClr): PrivateScope, Public, HideBySig
  819. GetSwitch(): PrivateScope, Public, HideBySig
  820. SetSwitch(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  821. GetFieldData(): PrivateScope, Public, HideBySig
  822. SetFieldData(List`1): PrivateScope, Public, HideBySig
  823. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  824. Class OTSCLRINTERFACE.CSmplMsrResultFileMgrClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  825. Void .ctor(std.shared_ptr<OTSMODEL::CSmplMsrResultFileMgr>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  826. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  827. Interfaces:
  828. System.IDisposable
  829. Methods:
  830. GetCSmplMsrResultFileMgrPtr(shared_ptr<OTSMODEL::CSmplMsrResultFileMgr>*): PrivateScope, Public, HideBySig
  831. Init(COTSSampleClr): PrivateScope, Public, HideBySig
  832. Load(String): PrivateScope, Public, HideBySig
  833. Save(String): PrivateScope, Public, HideBySig
  834. GetWorkingFolderStr(): PrivateScope, Public, HideBySig
  835. SetWorkingFolderStr(String): PrivateScope, Public, HideBySig
  836. GetFieldFileSubFolderStr(): PrivateScope, Public, HideBySig
  837. GetSmplMsrResultFile(): PrivateScope, Public, HideBySig
  838. SetSmplMsrResultFile(CSmplMsrResultFileClr): PrivateScope, Public, HideBySig
  839. GetFieldById(Int32): PrivateScope, Public, HideBySig
  840. AddAField(COTSFieldDataClr): PrivateScope, Public, HideBySig
  841. DeleteAFieldById(Int32): PrivateScope, Public, HideBySig
  842. GetPathName(): PrivateScope, Public, HideBySig
  843. SetPathName(String): PrivateScope, Public, HideBySig
  844. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  845. Class OTSCLRINTERFACE.CRptParamFileClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  846. Void .ctor(std.shared_ptr<OTSMODEL::CRptParamFile>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  847. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  848. Interfaces:
  849. System.IDisposable
  850. Methods:
  851. GetRptParamFilePtr(shared_ptr<OTSMODEL::CRptParamFile>*): PrivateScope, Public, HideBySig
  852. GetVersion(): PrivateScope, Public, HideBySig
  853. SetVersion(String): PrivateScope, Public, HideBySig
  854. GetSizeFileFolder(): PrivateScope, Public, HideBySig
  855. SetSizeFileFolder(String): PrivateScope, Public, HideBySig
  856. GetRptTempFileFolder(): PrivateScope, Public, HideBySig
  857. SetRptTempFileFolder(String): PrivateScope, Public, HideBySig
  858. GetRptTempFilePath(): PrivateScope, Public, HideBySig
  859. SetRptTempFilePath(String): PrivateScope, Public, HideBySig
  860. GetSTDFileFolder(): PrivateScope, Public, HideBySig
  861. SetSTDFileFolder(String): PrivateScope, Public, HideBySig
  862. GetScale(): PrivateScope, Public, HideBySig
  863. SetScale(Double): PrivateScope, Public, HideBySig
  864. GetElementsColName(): PrivateScope, Public, HideBySig
  865. SetElementsColName(String): PrivateScope, Public, HideBySig
  866. GetDefaultComputedColName(): PrivateScope, Public, HideBySig
  867. SetDefaultComputedColName(String): PrivateScope, Public, HideBySig
  868. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  869. Class OTSCLRINTERFACE.CReportMgrClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  870. Void .ctor(std.shared_ptr<OTSMODEL::CReportMgr>*): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  871. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  872. Interfaces:
  873. System.IDisposable
  874. Methods:
  875. GetCReportMgrPtr(shared_ptr<OTSMODEL::CReportMgr>*): PrivateScope, Public, HideBySig
  876. SetSwitchForSmlResultFile(Int32, Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  877. GetPropertyParamImage(): PrivateScope, Public, HideBySig
  878. GetPropertyParamTable(): PrivateScope, Public, HideBySig
  879. GetPropertyParamChart(): PrivateScope, Public, HideBySig
  880. ResetPropertyParams(Boolean(HasFieldMarshal)): PrivateScope, Public, HideBySig
  881. GetSmplMsrResultMgrs(): PrivateScope, Public, HideBySig
  882. AddASmplMsrResultMgr(String, String): PrivateScope, Public, HideBySig
  883. ClearSmplResults(): PrivateScope, Public, HideBySig
  884. GetASmplMsrResultMgrByPathName(String): PrivateScope, Public, HideBySig
  885. GetWorkingSampleIndex(): PrivateScope, Public, HideBySig
  886. SetWorkingSampleIndex(Int32): PrivateScope, Public, HideBySig
  887. GridDataTransfer(CPropParamClr): PrivateScope, Public, HideBySig
  888. GetAllGBFields(CPropParamClr): PrivateScope, Public, HideBySig
  889. GetAllParticlesOfOneGBField(CPropParamClr, Single, Single): PrivateScope, Public, HideBySig
  890. GetGBDSParticles(CPropParamClr): PrivateScope, Public, HideBySig
  891. IsHaveMultiDataSource(): PrivateScope, Public, HideBySig
  892. GetRptParamFileClr(): PrivateScope, Public, HideBySig
  893. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig
  894. Class OTSCLRINTERFACE.CRptParamFileMgrClr: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit
  895. Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  896. Interfaces:
  897. System.IDisposable
  898. Methods:
  899. GetRptParamFileMgr(shared_ptr<OTSMODEL::CRptParamFileMgr>*): PrivateScope, Public, HideBySig
  900. Save(OTS_SOFT_PACKAGE_ID): PrivateScope, Public, HideBySig
  901. Load(OTS_SOFT_PACKAGE_ID): PrivateScope, Public, HideBySig
  902. GetRptParamFile(): PrivateScope, Public, HideBySig
  903. SetRptParamFile(CRptParamFileClr): PrivateScope, Public, HideBySig
  904. GetPathName(): PrivateScope, Public, HideBySig
  905. SetPathName(String): PrivateScope, Public, HideBySig
  906. Dispose(): PrivateScope, Public, Final, Virtual, HideBySig