MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / Execute

Method Execute

Code/Common/src/sitkProcessObject.cxx:70–77  ·  view source on GitHub ↗

Invoke the member function. */

Source from the content-addressed store, hash-verified

68
69 /** Invoke the member function. */
70 void
71 Execute(Object *, const EventObject &) override
72 {
73 if (m_That)
74 {
75 m_That->Execute();
76 }
77 }
78
79 /** Invoke the member function with a const object */
80 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected