Inheritance diagram for ippScanOnCurveHintCommand:
Public Member Functions | |
ippScanOnCurveHintCommand (unsigned int tgNum, double inDeviation, double inMinRadiusOfCurvature) | |
virtual | ~ippScanOnCurveHintCommand () |
void | setDeviation (double inDeviation) |
void | setMinRadiusOfCurvature (double inMinRadiusOfCurvature) |
double | getDeviation () const |
double | getMinRadiusOfCurvature () const |
virtual std::string | getCommandString () const |
Parameters : Deviation : defines the maximum expected bias of measured data from the nominal data in the direction of the nominal direction vector. MinRadiusOfCurvature: Prognostic minimum radius in the curve to measure. Only values greater zero are allowed. Remarks : Using the above and other information (f.I. point distance…) the server can and must reduce the scanning speed to guarantee measurement accuracy if necessary.
Definition at line 32 of file ippScanOnCurveHintCommand.h.
|
Definition at line 16 of file ippScanOnCurveHintCommand.cpp. References CommandTag. |
|
Definition at line 28 of file ippScanOnCurveHintCommand.cpp. |
|
Reimplemented from ippCommand. Definition at line 32 of file ippScanOnCurveHintCommand.cpp. References ippStringBuilder::AppendParam(), ippStringBuilder::EndFunc(), ippCommand::getCommandName(), ippStringBuilder::StartFunc(), and ippStringBuilder::ToString(). Referenced by ippCommandTestCase::testScanOnCurveHintCommand(). |
|
Definition at line 46 of file ippScanOnCurveHintCommand.h. |
|
Definition at line 47 of file ippScanOnCurveHintCommand.h. |
|
Definition at line 43 of file ippScanOnCurveHintCommand.h. |
|
Definition at line 44 of file ippScanOnCurveHintCommand.h. |