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

Method GetActiveProcess

Code/Common/src/sitkProcessObject.cxx:553–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551
552
553itk::ProcessObject *
554ProcessObject::GetActiveProcess()
555{
556 if (this->m_ActiveProcess)
557 {
558 return this->m_ActiveProcess;
559 }
560 sitkExceptionMacro("No active process for \"" << this->GetName() << "\"!");
561}
562
563
564void

Callers

nothing calls this directly

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected