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

Method SlicedGeometry3D

Modules/Core/src/DataManagement/mitkSlicedGeometry3D.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25const mitk::ScalarType PI = 3.14159265359;
26
27mitk::SlicedGeometry3D::SlicedGeometry3D()
28 : m_EvenlySpaced(true), m_Slices(0), m_ReferenceGeometry(nullptr), m_SliceNavigationController(nullptr)
29{
30 m_DirectionVector.Fill(0);
31 this->InitializeSlicedGeometry(m_Slices);
32}
33
34mitk::SlicedGeometry3D::SlicedGeometry3D(const SlicedGeometry3D &other)
35 : Superclass(other),

Callers

nothing calls this directly

Calls 9

SetSpacingFunction · 0.85
GetDirectionVectorMethod · 0.80
IsNotNullMethod · 0.80
FillMethod · 0.45
GetSpacingMethod · 0.45
emptyMethod · 0.45
CloneMethod · 0.45
IsNullMethod · 0.45

Tested by

no test coverage detected