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

Method Clear

Modules/Core/test/mitkMessageTest.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 public:
28 Package(int content = 43) : m_Content(content) {}
29 void Clear() { m_Content = 0; }
30 bool operator==(const Package &other) const { return m_Content == other.m_Content; }
31 private:
32 int m_Content;

Callers 5

ClearATimeStepMethod · 0.45
SetupMethod · 0.45
AmnesiaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected