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

Method Initialize

Modules/Core/src/DataManagement/mitkProportionalTimeGeometry.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void mitk::ProportionalTimeGeometry::Initialize()
34{
35 m_FirstTimePoint = 0.0;
36 m_StepDuration = 1.0;
37 m_GeometryVector.resize(1);
38}
39
40mitk::TimeStepType mitk::ProportionalTimeGeometry::CountTimeSteps() const
41{

Callers

nothing calls this directly

Calls 6

SetTimeStepGeometryMethod · 0.95
UpdateFunction · 0.85
GetPointerMethod · 0.80
NewFunction · 0.50
CloneMethod · 0.45

Tested by

no test coverage detected