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

Method Expand

Modules/Core/src/DataManagement/mitkSurface.cpp:271–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void mitk::Surface::Expand(unsigned int timeSteps)
272{
273 if (timeSteps > m_PolyDatas.size())
274 {
275 Superclass::Expand(timeSteps);
276
277 m_PolyDatas.resize(timeSteps);
278 m_CalculateBoundingBox = true;
279 }
280}
281
282void mitk::Surface::ExecuteOperation(Operation *operation)
283{

Callers 1

SetVtkPolyDataMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected