| 100 | |
| 101 | |
| 102 | ProcessObject::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 | //---------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected