|
Gocator Development Kit
|
Represents a tool input collection.

Public Member Functions | |
| const kPoint3d64f * | GdkToolInput_AnchorFeaturePosition (GdkToolInput input, GdkAnchorParam component) |
| Returns the position of the feature providing the anchoring value. More... | |
| const kPoint3d64f * | GdkToolInput_AnchorPosition (GdkToolInput input) |
| Returns the anchoring position for the input. More... | |
| k64f | GdkToolInput_AnchorValue (GdkToolInput input, GdkAnchorParam component) |
| Returns the a component of the anchor input. More... | |
| GdkFeature | GdkToolInput_FeatureAt (GdkToolInput input, kSize index) |
| Returns the Gdk feature class object at the specified index.This function is used to read input message other than primary input. More... | |
| GdkInputItem | GdkToolInput_Find (GdkToolInput input, GdkDataSource source) |
| Finds an input item by data source. More... | |
| kStatus | GdkToolInput_InputData (GdkToolInput input, const kChar *name, GdkDataSource source, GvDataMsg *msg) |
| Retrieve the message associated with input data set referenced by name. More... | |
| kStatus | GdkToolInput_InputDataAt (GdkToolInput input, kSize id, GdkDataSource source, GvDataMsg *msg) |
| Retrieve the message associated with input data set referenced by the specified index. More... | |
| kBool | GdkToolInput_IsAnchorSet (GdkToolInput input, GdkAnchorParam component) |
| Returns true if the tool is anchored in the specified component. More... | |
| kBool | GdkToolInput_IsAnyAnchorSet (GdkToolInput input) |
| Returns true if the tool is anchored in any component. More... | |
| kBool | GdkToolInput_IsArraykMsgSet (kMsgSet msg) |
| Returns if it is an unmerged multi-exposure profile (array of kMsgSet). More... | |
| GdkInputItem | GdkToolInput_Selected (GdkToolInput input) |
| Returns the item correspoding to the selected data source. More... | |
| GdkInputItem | GdkToolInput_SelectedSec (GdkToolInput input) |
| Returns the secondary item correspoding to the selected data source. More... | |