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

Method DeactivateFeature

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

Source from the content-addressed store, hash-verified

521}
522
523void mitk::PlanarFigure::DeactivateFeature(unsigned int index)
524{
525 if (index < m_Features.size())
526 {
527 m_Features[index].Active = false;
528 }
529}
530
531void mitk::PlanarFigure::InitializeTimeGeometry(unsigned int timeSteps)
532{

Callers 2

SetClosedMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected