Gocator API
|
Represents a data message containing a surface intensity array.
Inherits kObject.
k32u GoSurfaceIntensityMsg_Exposure | ( | GoSurfaceIntensityMsg | msg | ) |
Gets the exposure.
msg | Message object. |
kSize GoSurfaceIntensityMsg_Height | ( | GoSurfaceIntensityMsg | msg | ) |
Gets the height 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. |