MCPcopy Create free account
hub / github.com/SuperElastix/elastix / Execute

Method Execute

Core/elxProgressCommand.cxx:120–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 */
119
120void
121ProgressCommand::Execute(itk::Object * caller, const itk::EventObject & event)
122{
123 auto * po = dynamic_cast<itk::ProcessObject *>(caller);
124 if (!po)
125 {
126 return;
127 }
128
129 if (typeid(event) == typeid(itk::ProgressEvent))
130 {
131 this->PrintProgress(po->GetProgress());
132 }
133
134} // end Execute()
135
136
137/**

Callers

nothing calls this directly

Calls 1

PrintProgressMethod · 0.95

Tested by

no test coverage detected