nn::nex::ErrorToleranceFunction::SetConstantError Member Function

Syntax

void SetConstantError(
     qReal dError
);

Parameters

Name Description
in dError The error tolerance value.

Return Values

None.

Description

Sets a fixed error tolerance regardless of the distance.

Operations are the same as executing ErrorToleranceFunction::SetParameters(dError, 0, 0).

For more information, see the programming manual.

See Also

ErrorToleranceFunction::SetParameters, ErrorToleranceFunction::SetLinearError, ErrorToleranceFunction::SetQuadraticError

Revision History

2012/08/31
Initial version.

CONFIDENTIAL