Gocator API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
GoProfileDim Class Reference

Description

Represents a ...

+ Inheritance diagram for GoProfileDim:

Public Member Functions

GoMeasurement GoProfileDim_CenterXMeasurement (GoProfileDim tool)
 Returns a GoProfileDim CenterX measurement object. More...
 
GoMeasurement GoProfileDim_CenterZMeasurement (GoProfileDim tool)
 Returns a GoProfileDim CenterZ measurement object. More...
 
GoMeasurement GoProfileDim_DistanceMeasurement (GoProfileDim tool)
 Returns a GoProfileDim Distance measurement object. More...
 
GoProfileFeature GoProfileDim_Feature (GoProfileDim tool)
 Gets the non-reference profile feature. More...
 
GoMeasurement GoProfileDim_HeightMeasurement (GoProfileDim tool)
 Returns a GoProfileDim Height measurement object. More...
 
GoProfileFeature GoProfileDim_RefFeature (GoProfileDim tool)
 Gets the reference profile feature. More...
 
GoMeasurement GoProfileDim_WidthMeasurement (GoProfileDim tool)
 Returns a GoProfileDim Width measurement object. More...
 
kStatus GoProfileTool_SetSource (GoProfileTool tool, GoDataSource source)
 Sets the profile data source. More...
 
GoDataSource GoProfileTool_Source (GoProfileTool tool)
 Gets the profile data source. More...
 
GoMeasurement GoTool_FindMeasurementByType (GoTool tool, GoMeasurementType type)
 Retrieves the first found instance of a measurement for a given type. More...
 
GoMeasurement GoTool_MeasurementAt (GoTool tool, kSize index)
 Retrieves the measurement at the given index. More...
 
kSize GoTool_MeasurementCount (GoTool tool)
 Returns the measurement count. More...
 
kStatus GoTool_Name (GoTool tool, kChar *name, kSize capacity)
 Retrieves the name of the tool. More...
 
kStatus GoTool_SetName (GoTool tool, const kChar *name)
 Sets the name of the tool. More...
 

Member Function Documentation

GoMeasurement GoProfileDim_CenterXMeasurement ( GoProfileDim  tool)

Returns a GoProfileDim CenterX measurement object.

Parameters
toolGoProfileDim object.
Returns
A GoProfileDim CenterX measurement.
GoMeasurement GoProfileDim_CenterZMeasurement ( GoProfileDim  tool)

Returns a GoProfileDim CenterZ measurement object.

Parameters
toolGoProfileDim object.
Returns
A GoProfileDim CenterZ measurement.
GoMeasurement GoProfileDim_DistanceMeasurement ( GoProfileDim  tool)

Returns a GoProfileDim Distance measurement object.

Parameters
toolGoProfileDim object.
Returns
A GoProfileDim Distance measurement.
GoProfileFeature GoProfileDim_Feature ( GoProfileDim  tool)

Gets the non-reference profile feature.

Parameters
toolGoProfileDim object.
Returns
GoMeasurement GoProfileDim_HeightMeasurement ( GoProfileDim  tool)

Returns a GoProfileDim Height measurement object.

Parameters
toolGoProfileDim object.
Returns
A GoProfileDim Height measurement.
GoProfileFeature GoProfileDim_RefFeature ( GoProfileDim  tool)

Gets the reference profile feature.

Parameters
toolGoProfileDim object.
Returns
The profile feature.
GoMeasurement GoProfileDim_WidthMeasurement ( GoProfileDim  tool)

Returns a GoProfileDim Width measurement object.

Parameters
toolGoProfileDim object.
Returns
A GoProfileDim Width measurement.
kStatus GoProfileTool_SetSource ( GoProfileTool  tool,
GoDataSource  source 
)
inherited

Sets the profile data source.

Parameters
toolGoProfileTool object.
sourceGoDataSource object.
Returns
Operation status.
GoDataSource GoProfileTool_Source ( GoProfileTool  tool)
inherited

Gets the profile data source.

Parameters
toolGoProfileTool object.
Returns
The profile data source.
GoMeasurement GoTool_FindMeasurementByType ( GoTool  tool,
GoMeasurementType  type 
)
inherited

Retrieves the first found instance of a measurement for a given type.

Parameters
toolGoTool object.
typeA GoMeasurementType representing the measurement type to find in the given tool.
Returns
A measurement object if one is found, otherwise kNULL.
GoMeasurement GoTool_MeasurementAt ( GoTool  tool,
kSize  index 
)
inherited

Retrieves the measurement at the given index.

Parameters
toolGoTool object.
indexThe index of the measurement.
Returns
The measurement.
kSize GoTool_MeasurementCount ( GoTool  tool)
inherited

Returns the measurement count.

Parameters
toolGoTool object.
Returns
The measurement count.
kStatus GoTool_Name ( GoTool  tool,
kChar *  name,
kSize  capacity 
)
inherited

Retrieves the name of the tool.

Parameters
toolGoTool object.
nameReceives the name of the tool.
capacityThe maximum capacity of the name array.
Returns
Operation status.
kStatus GoTool_SetName ( GoTool  tool,
const kChar *  name 
)
inherited

Sets the name of the tool.

Parameters
toolGoTool object.
nameThe name to be set for the tool.
Returns
Operation status.

The documentation for this class was generated from the following file: