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

Method EventCommand

Code/Common/src/sitkProcessObject.cxx:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101
102ProcessObject::EventCommand::EventCommand(EventEnum e, Command * c)
103 : m_Event(e)
104 , m_Command(c)
105 , m_ITKTag(std::numeric_limits<unsigned long>::max())
106{}
107
108
109//----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected