|
Gocator Development Kit
|
Represents a tool output collection.

Public Member Functions | |
| GdkFeature | GdkToolOutput_FeatureAt (GdkToolOutput output, kSize index) |
| [Deprecated] Use GdkToolOutput_InitFeatureAt() instead. More... | |
| kStatus | GdkToolOutput_InitFeatureAt (GdkToolOutput output, kSize index, GvFeatureMsg *msg) |
| Retrieves the GvFeatureMsg object for the feature at the specified index. More... | |
| kStatus | GdkToolOutput_InitGenericDataAt (GdkToolOutput output, kSize index, kBool isObject, kSize dataSize, GvGenericMsg *msg) |
| Constructs/reuses a GvGenericMsg object at the specified index. More... | |
| kStatus | GdkToolOutput_InitMeasurementAt (GdkToolOutput output, kSize index, GvMeasureMsg *msg) |
| Retrieves the GvMeasureMsg object for the measurement at the specified index. More... | |
| kStatus | GdkToolOutput_InitMeshAt (GdkToolOutput output, kSize index, GvMeshMsg *msg) |
| Constructs/reuses a GvMeshMsg object at the specified index. More... | |
| kStatus | GdkToolOutput_InitProfileAt (GdkToolOutput output, kSize index, kSize pointCount, GvProfileMsg *msg) |
| Constructs/reuses a GvProfileMsg object at the specified index. More... | |
| kStatus | GdkToolOutput_InitRawSurfaceAt (GdkToolOutput output, kSize index, kSize width, kSize height, GvSurfaceMsg *msg) |
| Constructs a GvSurfaceMsg object for a raw surface at the specified index. More... | |
| kStatus | GdkToolOutput_InitSurfaceAt (GdkToolOutput output, kSize index, kSize width, kSize height, GvSurfaceMsg *msg) |
| Constructs a GvSurfaceMsg object for a Uniform surface at the specified index. More... | |
| kStatus | GdkToolOutput_SetDiagnostic (GdkToolOutput output, kSize index, kMsgSet msg) |
| Sets the diagnostic output at a specified index. More... | |
| kStatus | GdkToolOutput_SetRendering (GdkToolOutput output, kSize index, GdkGraphic graphic) |
| Sets the measurement rendering at a specified index. More... | |
| kStatus | GdkToolOutput_SetResult (GdkToolOutput output, kSize index, k64f value, GdkMeasurementDecision decision) |
| [Deprecated] Use GvMeasureMsg_SetValue(), GvMeasureMsg_SetStatus() instead. More... | |
| kStatus | GdkToolOutput_SetResultPosition (GdkToolOutput output, kSize index, const kPoint3d64f *position) |
| [Deprecated] Use GvMeasureMsg_SetResultPosition() instead. More... | |