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

Method GetTimeBounds

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

Source from the content-addressed store, hash-verified

101};
102
103mitk::TimeBounds mitk::ArbitraryTimeGeometry::GetTimeBounds() const
104{
105 TimeBounds bounds;
106 bounds[0] = this->GetMinimumTimePoint();
107 bounds[1] = this->GetMaximumTimePoint();
108 return bounds;
109}
110
111mitk::TimeBounds mitk::ArbitraryTimeGeometry::GetTimeBounds(TimeStepType step) const
112{

Callers 11

GetPolyDataMethod · 0.45
UpdateMethod · 0.45
CreateWorldGeometryMethod · 0.45
UpdateMethod · 0.45
ComputeTimeBoundsMethod · 0.45
DumpImageInformationMethod · 0.45
InitTimeGeometryFunction · 0.45

Calls 2

GetMinimumTimePointMethod · 0.95
GetMaximumTimePointMethod · 0.95

Tested by 1

DumpImageInformationMethod · 0.36