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

Method Expand

Modules/Core/src/DataManagement/mitkBaseData.cpp:84–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void mitk::BaseData::Expand(unsigned int timeSteps)
85{
86 if (m_TimeGeometry.IsNotNull())
87 {
88 m_TimeGeometry->Expand(timeSteps);
89 }
90 else
91 {
92 this->InitializeTimeGeometry(timeSteps);
93 }
94}
95
96const mitk::BaseGeometry *mitk::BaseData::GetUpdatedGeometry(int t)
97{

Callers 1

Calls 2

IsNotNullMethod · 0.80

Tested by

no test coverage detected