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

Method SetOrigin

Modules/Core/src/DataManagement/mitkClippingProperty.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41 const Point3D &ClippingProperty::GetOrigin() const { return m_Origin; }
42 void ClippingProperty::SetOrigin(const Point3D &origin)
43 {
44 if (m_Origin != origin)
45 {
46 m_Origin = origin;
47 this->Modified();
48 }
49 }
50
51 const Vector3D &ClippingProperty::GetNormal() const { return m_Normal; }
52 void ClippingProperty::SetNormal(const Vector3D &normal)

Callers 1

FromJSONMethod · 0.95

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected