| 460 | } |
| 461 | |
| 462 | int mitkContourModelTest(int /*argc*/, char * /*argv*/ []) |
| 463 | { |
| 464 | MITK_TEST_BEGIN("mitkContourModelTest") |
| 465 | |
| 466 | TestAddVertex(); |
| 467 | TestSelectVertexAtIndex(); |
| 468 | TestSelectVertexAtWorldposition(); |
| 469 | TestMoveSelectedVertex(); |
| 470 | TestRemoveVertexAtIndex(); |
| 471 | TestRemoveVertexAtWorldPosition(); |
| 472 | TestIsclosed(); |
| 473 | TestConcatenate(); |
| 474 | TestInvalidTimeStep(); |
| 475 | TestInsertVertex(); |
| 476 | TestEmptyContour(); |
| 477 | TestSetVertices(); |
| 478 | TestSelectVertexAtWrongPosition(); |
| 479 | TestContourModelAPI(); |
| 480 | TestClear(); |
| 481 | |
| 482 | MITK_TEST_END() |
| 483 | } |
nothing calls this directly
no test coverage detected