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

Method ProcessObjectCommand

Testing/Unit/TestBase/SimpleITKTestHarness.cxx:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100ProcessObjectCommand::ProcessObjectCommand(itk::simple::ProcessObject & po)
101 : m_Process(po)
102{}
103
104ProgressUpdate::ProgressUpdate(itk::simple::ProcessObject & po)
105 : ProcessObjectCommand(po)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected