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

Method GetQuantity

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

Source from the content-addressed store, hash-verified

353}
354
355double 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
367bool mitk::PlanarFigure::IsFeatureActive(unsigned int index) const
368{

Calls 1

sizeMethod · 0.45