MCPcopy Create free account
hub / github.com/MITK/MITK / mitkContourModelTest

Function mitkContourModelTest

Modules/ContourModel/Testing/mitkContourModelTest.cpp:462–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462int 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}

Callers

nothing calls this directly

Calls 15

TestSelectVertexAtIndexFunction · 0.85
TestMoveSelectedVertexFunction · 0.85
TestRemoveVertexAtIndexFunction · 0.85
TestIsclosedFunction · 0.85
TestConcatenateFunction · 0.85
TestInvalidTimeStepFunction · 0.85
TestInsertVertexFunction · 0.85
TestSetVerticesFunction · 0.85
TestContourModelAPIFunction · 0.85

Tested by

no test coverage detected