|
Gocator API
|
Represents a data message containing a set of profile intensity arrays.
Inheritance diagram for GoProfileIntensityMsg:Public Member Functions | |
| GoDataMessageType | GoDataMsg_Type (GoDataMsg message) |
| Returns the message type for a data channel message given in a GoDataSet. More... | |
| 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... | |
|
inherited |
Returns the message type for a data channel message given in a GoDataSet.
| message | A data channel message. |
| 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. |