|
Gocator API
|
Represents a data message containing a surface intensity array.
Inheritance diagram for GoSurfaceIntensityMsg:
|
inherited |
Returns the message type for a data channel message given in a GoDataSet.
| message | A data channel message. |
| k32u GoSurfaceIntensityMsg_Exposure | ( | GoSurfaceIntensityMsg | msg | ) |
Gets the exposure.
| msg | Message object. |
| kSize GoSurfaceIntensityMsg_Length | ( | GoSurfaceIntensityMsg | msg | ) |
Gets the length of the surface (row count).
| msg | Message object. |
| k8u * GoSurfaceIntensityMsg_RowAt | ( | GoSurfaceIntensityMsg | msg, |
| kSize | index | ||
| ) |
Gets a pointer to a surface intensity row.
| msg | Message object. |
| index | Surface intensity row index. |
| GoDataSource GoSurfaceIntensityMsg_Source | ( | GoSurfaceIntensityMsg | msg | ) |
Gets the profile source.
| msg | Message object. |
| k32s GoSurfaceIntensityMsg_SurfaceId | ( | GoSurfaceIntensityMsg | msg | ) |
Gets the surface ID.
| msg | Message object. |
| kSize GoSurfaceIntensityMsg_Width | ( | GoSurfaceIntensityMsg | msg | ) |
Gets the width of the surface (column count).
| msg | Message object. |
| k32s GoSurfaceIntensityMsg_XOffset | ( | GoSurfaceIntensityMsg | msg | ) |
Gets the surface x-offset, in micrometers.
| msg | Message object. |
| k32u GoSurfaceIntensityMsg_XResolution | ( | GoSurfaceIntensityMsg | msg | ) |
Gets the surface x-resolution, in nanometers.
| msg | Message object. |
| k32s GoSurfaceIntensityMsg_YOffset | ( | GoSurfaceIntensityMsg | msg | ) |
Gets the surface y-offset, in micrometers.
| msg | Message object. |
| k32u GoSurfaceIntensityMsg_YResolution | ( | GoSurfaceIntensityMsg | msg | ) |
Gets the surface y-resolution, in nanometers.
| msg | Message object. |