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

Method Initialize

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

Source from the content-addressed store, hash-verified

33mitk::ArbitraryTimeGeometry::~ArbitraryTimeGeometry() = default;
34
35void mitk::ArbitraryTimeGeometry::Initialize()
36{
37 this->ClearAllGeometries();
38 Geometry3D::Pointer geo = Geometry3D::New();
39 geo->Initialize();
40
41 this->AppendNewTimeStep(geo, 0, 1);
42
43 Update();
44}
45
46mitk::TimeStepType mitk::ArbitraryTimeGeometry::CountTimeSteps() const
47{

Callers

nothing calls this directly

Calls 4

ClearAllGeometriesMethod · 0.95
AppendNewTimeStepMethod · 0.95
UpdateFunction · 0.85
NewFunction · 0.50

Tested by

no test coverage detected