<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'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 < typename TFixedImage, typename TMovingImage ><br>void<br>ImageRegistrationMethod<TFixedImage,TMovingImage><br>
::PrintSelf(std::ostream& os, Indent indent) const<br><br>cheers, Michael<br>