| 98 | |
| 99 | |
| 100 | ProcessObjectCommand::ProcessObjectCommand(itk::simple::ProcessObject & po) |
| 101 | : m_Process(po) |
| 102 | {} |
| 103 | |
| 104 | ProgressUpdate::ProgressUpdate(itk::simple::ProcessObject & po) |
| 105 | : ProcessObjectCommand(po) |
nothing calls this directly
no outgoing calls
no test coverage detected