11 #ifndef GO_WEB_SCAN_UTILITIES_H
12 #define GO_WEB_SCAN_UTILITIES_H
28 #define NM_TO_MM(VALUE) (((k64f)(VALUE))/1000000.0)
29 #define UM_TO_MM(VALUE) (((k64f)(VALUE))/1000.0)
30 #define MM_TO_MILS(VALUE) (((k64f)(VALUE)*(1.0/0.0254)))
31 #define MILS_TO_MM(VALUE) (((k64f)(VALUE)*0.0254))
32 #define B_TO_MB(VALUE) (((k64f)(VALUE))/1000000.0)
123 GoWebScanFx(
kStatus) GoWebScanUtils_FillResampledProfile(const
k16s* inProfile,
k16s* outProfile,
kSSize count,
k16s defaultZValue);
195 GoWebScanFx(
kStatus) GoWebScanUtils_ClearProfileSystemTile(
kArray2 systemData);
204 GoWebScanFx(
kStatus) GoWebScanUtils_ClearVisionSystemTile(
kArray2 systemData);
213 GoWebScanFx(
kStatus) GoWebScanUtils_ClearTracheidSystemTile(
kArray3 systemData);
356 GoWebScanFx(
kStatus) GoWebScanUtils_AddPresenceData(const
k16s* presenceData,
kBool* presenceTest,
kSSize count);
453 GoWebScanFx(
kCfa) GoWebScanUtils_ReorientCfa(
kCfa cfa,
k32s xOrientation,
k32s yOrientation);
647 GoWebScanFx(
kStatus) GoWebScanUtils_AsyncSensorFunction(GoWebScanUtilsSensorFx function,
kPointer context,
GoSensor* sensors,
kSize count);
649 #include <GoWebScanSdk/GoWebScanUtilities.x.h>
Represents a tracheid point, which is the integer tracheid data for a spot with the X position (mils)...
Definition: GoWebScanSdkDef.h:558
Represents a style of triggering the start of an object when in detection mode. The start of an objec...
Represents a style of interpolation used during profile resampling.
Represents a container for user-configurable settings of the system. The class reads and writes the s...
Essential GoWebScan declarations.
Represents integer values of the spot tracheid data. These values are calculated from the spot shape...
Definition: GoWebScanSdkDef.h:542
Declares a GoWebScanCal object.
Declares a GoWebScanProcess object.
Represents a container for the system calibration. The system calibration corrects for mounting diffe...
Represents a user-defined obstruction to ignore a zone in X and Z in the input profile data...
Definition: GoWebScanSdkDef.h:589
Declares a GoWebScanConfig object.