Gocator API
Public Member Functions
GoProfileRegion Class Reference
Description
Represents a profile region used in various profile tools.
Note
Supported with G1, G2
Inheritance diagram for GoProfileRegion:
Public Member Functions
kStatus
GoProfileEdge_EnableRegion
(
GoProfileEdge
edge,
kBool
enable)
Enables the region.
More...
kStatus
GoProfileFeature_EnableRegion
(
GoProfileFeature
feature,
kBool
enable)
Enables the region.
More...
kStatus
GoProfileLineFittingRegion_EnableRegionAt
(
GoProfileLineFittingRegion
lineRegion,
kSize
index,
kBool
enable)
Enables the region.
More...
k64f
GoProfileRegion_Height
(
GoProfileRegion
region)
Gets the height.
More...
kStatus
GoProfileRegion_SetHeight
(
GoProfileRegion
region,
k64f
height)
Sets the height.
More...
kStatus
GoProfileRegion_SetWidth
(
GoProfileRegion
region,
k64f
width)
Sets the width.
More...
kStatus
GoProfileRegion_SetX
(
GoProfileRegion
region,
k64f
x)
Sets the X position.
More...
kStatus
GoProfileRegion_SetZ
(
GoProfileRegion
region,
k64f
z)
Sets the Z-position.
More...
k64f
GoProfileRegion_Width
(
GoProfileRegion
region)
Gets the width.
More...
k64f
GoProfileRegion_X
(
GoProfileRegion
region)
Gets the X-position.
More...
k64f
GoProfileRegion_Z
(
GoProfileRegion
region)
Gets the Z-position.
More...
The documentation for this class was generated from the following file:
Tools/
GoProfileToolUtils.h
GoProfileRegion