|
Gocator API
|
Represents a data message containing a set of re-sampled profile arrays.
Inheritance diagram for GoResampledProfileMsg:Public Member Functions | |
| GoDataMessageType | GoDataMsg_Type (GoDataMsg message) |
| Returns the message type for a data channel message given in a GoDataSet. More... | |
| k16s * | GoResampledProfileMsg_At (GoResampledProfileMsg msg, kSize index) |
| Gets a pointer to a re-sampled profile array. More... | |
| kSize | GoResampledProfileMsg_Count (GoResampledProfileMsg msg) |
| Gets the count of re-sampled 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 re-sampled 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... | |
|
inherited |
Returns the message type for a data channel message given in a GoDataSet.
| message | A data channel message. |
| k16s * GoResampledProfileMsg_At | ( | GoResampledProfileMsg | msg, |
| kSize | index | ||
| ) |
Gets a pointer to a re-sampled profile array.
| msg | Message object. |
| index | Profile array index. |
| kSize GoResampledProfileMsg_Count | ( | GoResampledProfileMsg | msg | ) |
Gets the count of re-sampled 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 re-sampled 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. |