GPA

_GPA_Definition, _GPA_DefinitionsUpdate, _GPA_Remeasure, _GPA_Run, _GPA_RunAsAdministrator, GPA_OpenResults

GPA_OpenResults

Description 

 GPA_OpenResults(
   double  RunKey
);

Opens the specified GPA results inside the Analysis Results panel.

Parameters

double RunKey

Key to the results.

_GPA_Remeasure

Description 

 _GPA_Remeasure(
   char *DefinitionName
);

Repeats the GPA measurement.

Parameters

char *DefinitionName

Name of the definition.

_GPA_Run

Description 

 _GPA_Run(
   char *DefinitionName
);

Switches to the GPA Run layout, selects the DefinitionName preset in the GPA run guiElement and the operator can start measuring (Operator mode GPA).

Parameters

char *DefinitionName

Name of the definition.

_GPA_RunAsAdministrator

Description 

 _GPA_RunAsAdministrator(
   char *DefinitionName
);

Starts the GPA measurement for a specified definition in the admin mode, where the administrator can define the thresholding options, such as fill holes, clean, size restriction, etc., which is not allowed in the operator mode.

Parameters

char *DefinitionName

Name of the definition.

_GPA_Definition

Description 

 _GPA_Definition(
   char *DefinitionName
);

Switches to the GPA Definition layout, selects the DefinitionName preset and enables the user to edit the definition (Administrator mode GPA).

Parameters

char *DefinitionName

Name of the definition.

_GPA_DefinitionsUpdate

Description 

 _GPA_DefinitionsUpdate();
This internal function updates the explorer GPA definition, e.g. when a new GPA definition is added.