Gocator API
|
Represents a data message containing a surface array.
Inherits kObject.
Public Member Functions | |
k32u | GoSurfaceMsg_Exposure (GoSurfaceMsg msg) |
Gets the exposure. More... | |
kSize | GoSurfaceMsg_Height (GoSurfaceMsg msg) |
Gets the height of the surface (row count). More... | |
k16s * | GoSurfaceMsg_RowAt (GoSurfaceMsg msg, kSize index) |
Gets a pointer to a surface row. More... | |
GoDataSource | GoSurfaceMsg_Source (GoSurfaceMsg msg) |
Gets the profile source. More... | |
k32u | GoSurfaceMsg_SurfaceId (GoSurfaceMsg msg) |
Gets the surface ID. More... | |
kSize | GoSurfaceMsg_Width (GoSurfaceMsg msg) |
Gets the width of the surface (column count). More... | |
k32s | GoSurfaceMsg_XOffset (GoSurfaceMsg msg) |
Gets the surface x-offset, in micrometers. More... | |
k32u | GoSurfaceMsg_XResolution (GoSurfaceMsg msg) |
Gets the surface x-resolution, in nanometers. More... | |
k32s | GoSurfaceMsg_YOffset (GoSurfaceMsg msg) |
Gets the surface y-offset, in micrometers. More... | |
k32u | GoSurfaceMsg_YResolution (GoSurfaceMsg msg) |
Gets the surface y-resolution, in nanometers. More... | |
k32s | GoSurfaceMsg_ZOffset (GoSurfaceMsg msg) |
Gets the surface z-offset, in micrometers. More... | |
k32u | GoSurfaceMsg_ZResolution (GoSurfaceMsg msg) |
Gets the surface z-resolution, in nanometers. More... | |
k32u GoSurfaceMsg_Exposure | ( | GoSurfaceMsg | msg | ) |
Gets the exposure.
msg | Message object. |
kSize GoSurfaceMsg_Height | ( | GoSurfaceMsg | msg | ) |
Gets the height of the surface (row count).
msg | Message object. |
k16s * GoSurfaceMsg_RowAt | ( | GoSurfaceMsg | msg, |
kSize | index | ||
) |
Gets a pointer to a surface row.
msg | Message object. |
index | Surface row index. |
GoDataSource GoSurfaceMsg_Source | ( | GoSurfaceMsg | msg | ) |
Gets the profile source.
msg | Message object. |
k32u GoSurfaceMsg_SurfaceId | ( | GoSurfaceMsg | msg | ) |
Gets the surface ID.
msg | Message object. |
kSize GoSurfaceMsg_Width | ( | GoSurfaceMsg | msg | ) |
Gets the width of the surface (column count).
msg | Message object. |
k32s GoSurfaceMsg_XOffset | ( | GoSurfaceMsg | msg | ) |
Gets the surface x-offset, in micrometers.
msg | Message object. |
k32u GoSurfaceMsg_XResolution | ( | GoSurfaceMsg | msg | ) |
Gets the surface x-resolution, in nanometers.
msg | Message object. |
k32s GoSurfaceMsg_YOffset | ( | GoSurfaceMsg | msg | ) |
Gets the surface y-offset, in micrometers.
msg | Message object. |
k32u GoSurfaceMsg_YResolution | ( | GoSurfaceMsg | msg | ) |
Gets the surface y-resolution, in nanometers.
msg | Message object. |
k32s GoSurfaceMsg_ZOffset | ( | GoSurfaceMsg | msg | ) |
Gets the surface z-offset, in micrometers.
msg | Message object. |
k32u GoSurfaceMsg_ZResolution | ( | GoSurfaceMsg | msg | ) |
Gets the surface z-resolution, in nanometers.
msg | Message object. |