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

Method SetFeatureName

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

Source from the content-addressed store, hash-verified

489}
490
491void mitk::PlanarFigure::SetFeatureName(unsigned int index, const char *featureName)
492{
493 if (index < m_Features.size())
494 {
495 m_Features[index].Name = featureName;
496 }
497}
498
499void mitk::PlanarFigure::SetFeatureUnit(unsigned int index, const char *unitName)
500{

Callers 1

SetClosedMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected