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

Method EvaluateFeatures

Modules/PlanarFigure/src/DataManagement/mitkPlanarFigure.cpp:399–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399void mitk::PlanarFigure::EvaluateFeatures()
400{
401 if (!m_FeaturesUpToDate || !m_PolyLineUpToDate)
402 {
403 if (!m_PolyLineUpToDate)
404 {
405 this->GeneratePolyLine();
406 }
407
408 this->EvaluateFeaturesInternal();
409
410 m_FeaturesUpToDate = true;
411 }
412}
413
414void mitk::PlanarFigure::UpdateOutputInformation()
415{

Callers 10

DoReadMethod · 0.80
mitkPlanarArrowTestFunction · 0.80
MoveCurrentPointMethod · 0.80
FinalizeFigureMethod · 0.80
AddPointMethod · 0.80
AddInitialPointMethod · 0.80
RemoveSelectedPointMethod · 0.80

Calls 2

GeneratePolyLineMethod · 0.45

Tested by 4

mitkPlanarArrowTestFunction · 0.64