[Insight-users] use of Indent ??
michiel mentink
michael.mentink at st-hughs.ox.ac.uk
Tue Feb 23 12:04:03 EST 2010
I am trying to debug ImageRegistration8 and I want to execute PrintSelf().
Printself needs Indent.
I tried setting it up like this, but it doesn't like it:
typedef itk::Indent IndentType;
IndentType::Pointer indent = IndentType::New();
How should I set up indent and put it in the PrintSelf command?
Printself calling syntax:
/**
* PrintSelf
*/
template < typename TFixedImage, typename TMovingImage >
void
ImageRegistrationMethod<TFixedImage,TMovingImage>
::PrintSelf(std::ostream& os, Indent indent) const
cheers, Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100223/a0a15e5e/attachment.htm>
More information about the Insight-users
mailing list