Gocator API
|
Represents a data message containing a set of profile intensity arrays.
Inherits kObject.
Public Member Functions | |
k8u * | GoProfileIntensityMsg_At (GoProfileIntensityMsg msg, kSize index) |
Gets a pointer to a profile intensity array. More... | |
kSize | GoProfileIntensityMsg_Count (GoProfileIntensityMsg msg) |
Gets the count of profile intensity arrays in this message. More... | |
k32u | GoProfileIntensityMsg_Exposure (GoProfileIntensityMsg msg) |
Gets the exposure. More... | |
kBool | GoProfileIntensityMsg_IsResampled (GoProfileIntensityMsg msg) |
Gets the associated profile type (points or ranges). More... | |
GoDataSource | GoProfileIntensityMsg_Source (GoProfileIntensityMsg msg) |
Gets the profile source. More... | |
kSize | GoProfileIntensityMsg_Width (GoProfileIntensityMsg msg) |
Gets the count of intensity values in each profile intensity array. More... | |
k32s | GoProfileIntensityMsg_XOffset (GoProfileIntensityMsg msg) |
Gets the profile x-offset, in micrometers. More... | |
k32u | GoProfileIntensityMsg_XResolution (GoProfileIntensityMsg msg) |
Gets the x-resolution, in nanometers. More... | |
k32s | GoProfileIntensityMsg_ZOffset (GoProfileIntensityMsg msg) |
Gets the profile z-offset, in micrometers. More... | |
k32u | GoProfileIntensityMsg_ZResolution (GoProfileIntensityMsg msg) |
Gets the profile z-resolution, in nanometers. More... | |
k8u * GoProfileIntensityMsg_At | ( | GoProfileIntensityMsg | msg, |
kSize | index | ||
) |
Gets a pointer to a profile intensity array.
msg | Message object. |
index | Profile intensity array index. |
kSize GoProfileIntensityMsg_Count | ( | GoProfileIntensityMsg | msg | ) |
Gets the count of profile intensity arrays in this message.
msg | Message object. |
k32u GoProfileIntensityMsg_Exposure | ( | GoProfileIntensityMsg | msg | ) |
Gets the exposure.
msg | Message object. |
kBool GoProfileIntensityMsg_IsResampled | ( | GoProfileIntensityMsg | msg | ) |
Gets the associated profile type (points or ranges).
msg | Message object. |
GoDataSource GoProfileIntensityMsg_Source | ( | GoProfileIntensityMsg | msg | ) |
Gets the profile source.
msg | Message object. |
kSize GoProfileIntensityMsg_Width | ( | GoProfileIntensityMsg | msg | ) |
Gets the count of intensity values in each profile intensity array.
msg | Message object. |
k32s GoProfileIntensityMsg_XOffset | ( | GoProfileIntensityMsg | msg | ) |
Gets the profile x-offset, in micrometers.
msg | Message object. |
k32u GoProfileIntensityMsg_XResolution | ( | GoProfileIntensityMsg | msg | ) |
Gets the x-resolution, in nanometers.
msg | Message object. |
k32s GoProfileIntensityMsg_ZOffset | ( | GoProfileIntensityMsg | msg | ) |
Gets the profile z-offset, in micrometers.
msg | Message object. |
k32u GoProfileIntensityMsg_ZResolution | ( | GoProfileIntensityMsg | msg | ) |
Gets the profile z-resolution, in nanometers.
msg | Message object. |