Inheritance diagram for ippScanOnCurveCommand:
Public Types | |
enum | FormatType { Type1 = 1, Type2 = 2, Type3 = 3 } |
Public Member Functions | |
ippScanOnCurveCommand (unsigned int tgNum, bool inClose, FormatType inType) | |
virtual | ~ippScanOnCurveCommand () |
FormatType | getFormatType () const |
bool | getClosed () const |
int | getCount () const |
const ippScanOnCurvePoint & | getPoint (int i) const |
void | addPoint (double x, double y, double z, double i, double j, double k, int tag) |
void | addPoint (double x, double y, double z, double i, double j, double k, int tag, double pi, double pj, double pk) |
void | addPoint (double x, double y, double z, double i, double j, double k, int tag, double pi, double pj, double pk, double si, double sj, double sk) |
virtual std::string | getCommandString () const |
Static Public Member Functions | |
static const char * | getFormatString (FormatType f) |
|
Definition at line 33 of file ippScanOnCurveCommand.h. |
|
Definition at line 17 of file ippScanOnCurveCommand.cpp. References CommandTag. |
|
Definition at line 29 of file ippScanOnCurveCommand.cpp. |
|
Definition at line 63 of file ippScanOnCurveCommand.cpp. References addPoint(). |
|
Definition at line 50 of file ippScanOnCurveCommand.cpp. References addPoint(). |
|
Definition at line 33 of file ippScanOnCurveCommand.cpp. Referenced by addPoint(), ippCommandTestCase::testScanOnCurveCommand_Type1(), ippCommandTestCase::testScanOnCurveCommand_Type2(), and ippCommandTestCase::testScanOnCurveCommand_Type3(). |
|
Definition at line 56 of file ippScanOnCurveCommand.h. Referenced by getCommandString(). |
|
Reimplemented from ippCommand. Definition at line 99 of file ippScanOnCurveCommand.cpp. References ippStringBuilder::Append(), ippStringBuilder::AppendFunc(), ippStringBuilder::AppendParam(), ippStringBuilder::EndFunc(), getClosed(), ippCommand::getCommandName(), getCount(), getFormatString(), IPP_ASSERT, ippStringBuilder::StartFunc(), ippStringBuilder::ToString(), Type1, Type2, and Type3. Referenced by ippCommandTestCase::testScanOnCurveCommand_Type1(), ippCommandTestCase::testScanOnCurveCommand_Type2(), and ippCommandTestCase::testScanOnCurveCommand_Type3(). |
|
Definition at line 58 of file ippScanOnCurveCommand.h. Referenced by getCommandString(). |
|
Definition at line 78 of file ippScanOnCurveCommand.cpp. References IPP_ASSERT_FAIL, Type1, Type2, and Type3. Referenced by getCommandString(). |
|
Definition at line 53 of file ippScanOnCurveCommand.h. |
|
Definition at line 60 of file ippScanOnCurveCommand.h. |