| 489 | } |
| 490 | |
| 491 | void 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 | |
| 499 | void mitk::PlanarFigure::SetFeatureUnit(unsigned int index, const char *unitName) |
| 500 | { |