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

Method SetNormal

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

Source from the content-addressed store, hash-verified

50
51 const Vector3D &ClippingProperty::GetNormal() const { return m_Normal; }
52 void ClippingProperty::SetNormal(const Vector3D &normal)
53 {
54 if (m_Normal != normal)
55 {
56 m_Normal = normal;
57 this->Modified();
58 }
59 }
60
61 bool ClippingProperty::IsEqual(const BaseProperty &property) const
62 {

Callers 8

FromJSONMethod · 0.95
CreateContourMethod · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by 2

CreateContourMethod · 0.64