|
Gocator API
|
Represents tracheid data.

Public Member Functions | |
| kStatus | GoTracheid_EnableExposure (GoTracheid tracheid, kBool enable) |
| Enables or disables tracheid exposure. More... | |
| k64f | GoTracheid_Exposure (GoTracheid tracheid) |
| Gets the exposure used for tracheids. More... | |
| kBool | GoTracheid_ExposureEnabled (GoTracheid tracheid) |
| Determines if tracheid exposure is enabled. More... | |
| kStatus | GoTracheid_GetCameraThresholdAt (GoTracheid tracheid, kSize cameraIndex, k32s *threshold) |
| Gets the camera threshold. More... | |
| kStatus | GoTracheid_SetCameraThresholdAt (GoTracheid tracheid, kSize cameraIndex, k32s threshold) |
| Sets the camera threshold. More... | |
| kStatus | GoTracheid_SetExposure (GoTracheid tracheid, k64f exposure) |
| Sets the exposure to use for tracheids. More... | |
| kBool | GoTracheid_Used (GoTracheid tracheid) |
| Returns a boolean representing whether tracheid is used. More... | |