Gocator API
|
Represents a data message containing a set of resampled profile arrays.
Inherits kObject.
Public Member Functions | |
k16s * | GoResampledProfileMsg_At (GoResampledProfileMsg msg, kSize index) |
Gets a pointer to a resampled profile array. More... | |
kSize | GoResampledProfileMsg_Count (GoResampledProfileMsg msg) |
Gets the count of resampled profile arrays in this message. More... | |
k32u | GoResampledProfileMsg_Exposure (GoResampledProfileMsg msg) |
Gets the exposure. More... | |
GoDataSource | GoResampledProfileMsg_Source (GoResampledProfileMsg msg) |
Gets the profile source. More... | |
kSize | GoResampledProfileMsg_Width (GoResampledProfileMsg msg) |
Gets the count of points in each resampled profile array. More... | |
k32s | GoResampledProfileMsg_XOffset (GoResampledProfileMsg msg) |
Gets the profile x-offset, in micrometers. More... | |
k32u | GoResampledProfileMsg_XResolution (GoResampledProfileMsg msg) |
Gets the x-resolution, in nanometers. More... | |
k32s | GoResampledProfileMsg_ZOffset (GoResampledProfileMsg msg) |
Gets the profile z-offset, in micrometers. More... | |
k32u | GoResampledProfileMsg_ZResolution (GoResampledProfileMsg msg) |
Gets the profile z-resolution, in nanometers. More... | |
k16s * GoResampledProfileMsg_At | ( | GoResampledProfileMsg | msg, |
kSize | index | ||
) |
Gets a pointer to a resampled profile array.
msg | Message object. |
index | Profile array index. |
kSize GoResampledProfileMsg_Count | ( | GoResampledProfileMsg | msg | ) |
Gets the count of resampled profile arrays in this message.
msg | Message object. |
k32u GoResampledProfileMsg_Exposure | ( | GoResampledProfileMsg | msg | ) |
Gets the exposure.
msg | Message object. |
GoDataSource GoResampledProfileMsg_Source | ( | GoResampledProfileMsg | msg | ) |
Gets the profile source.
msg | Message object. |
kSize GoResampledProfileMsg_Width | ( | GoResampledProfileMsg | msg | ) |
Gets the count of points in each resampled profile array.
msg | Message object. |
k32s GoResampledProfileMsg_XOffset | ( | GoResampledProfileMsg | msg | ) |
Gets the profile x-offset, in micrometers.
msg | Message object. |
k32u GoResampledProfileMsg_XResolution | ( | GoResampledProfileMsg | msg | ) |
Gets the x-resolution, in nanometers.
msg | Message object. |
k32s GoResampledProfileMsg_ZOffset | ( | GoResampledProfileMsg | msg | ) |
Gets the profile z-offset, in micrometers.
msg | Message object. |
k32u GoResampledProfileMsg_ZResolution | ( | GoResampledProfileMsg | msg | ) |
Gets the profile z-resolution, in nanometers.
msg | Message object. |