<br>I am trying to debug ImageRegistration8 and I want to execute PrintSelf().<br><br>Printself needs Indent.<br><br>I tried setting it up like this, but it doesn&#39;t like it:<br><br> typedef itk::Indent IndentType;<br>  IndentType::Pointer indent = IndentType::New();<br>

<br>How should I set up indent and put it in the PrintSelf command?<br><br>Printself calling syntax:<br><br>/**<br> * PrintSelf<br> */<br>template &lt; typename TFixedImage, typename TMovingImage &gt;<br>void<br>ImageRegistrationMethod&lt;TFixedImage,TMovingImage&gt;<br>

::PrintSelf(std::ostream&amp; os, Indent indent) const<br><br>cheers, Michael<br>