| 353 | } |
| 354 | |
| 355 | double mitk::PlanarFigure::GetQuantity(unsigned int index) const |
| 356 | { |
| 357 | if (index < m_Features.size()) |
| 358 | { |
| 359 | return m_Features[index].Quantity; |
| 360 | } |
| 361 | else |
| 362 | { |
| 363 | return 0.0; |
| 364 | } |
| 365 | } |
| 366 | |
| 367 | bool mitk::PlanarFigure::IsFeatureActive(unsigned int index) const |
| 368 | { |