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

Method ClearAllGeometries

Modules/Core/src/DataManagement/mitkArbitraryTimeGeometry.cpp:211–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void mitk::ArbitraryTimeGeometry::ClearAllGeometries()
212{
213 m_GeometryVector.clear();
214 m_MinimumTimePoints.clear();
215 m_MaximumTimePoints.clear();
216}
217
218void mitk::ArbitraryTimeGeometry::ReserveSpaceForGeometries( TimeStepType numberOfGeometries )
219{

Callers 7

InitializeMethod · 0.95
GenerateTimeGeometryMethod · 0.45
GenerateMethod · 0.45
setUpMethod · 0.45
tearDownMethod · 0.45
AdaptTimeGeometryMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by 2

setUpMethod · 0.36
tearDownMethod · 0.36