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

Method GetNumberOfTimeSteps

Modules/DICOM/src/mitkDICOMImageBlockDescriptor.cpp:633–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633int mitk::DICOMImageBlockDescriptor::GetNumberOfTimeSteps() const
634{
635 int result = 1;
636 this->m_PropertyList->GetIntProperty("timesteps", result);
637
638 return result;
639};
640
641int mitk::DICOMImageBlockDescriptor::GetNumberOfFramesPerTimeStep() const
642{

Callers 3

mainFunction · 0.80

Calls 1

GetIntPropertyMethod · 0.45

Tested by

no test coverage detected