[Insight-users] Need help with Transform Type
gabri
tartuz at gmail.com
Wed Dec 19 10:55:24 EST 2007
Hi Juan,
maybe you have to first declare a TransformBase object that assign it
the Pointer of your TransformType.
Syntax apart something like this :
bool euler = false;
bool translation =false;
TransformBase::Pointer tranform
if(euler) tranform = TranformType::New();
else if(translation) transform = TransformType2::New();
let me know if this fixed your problem.
Best Reguards
Gabriele
Juan Pedro de Miguel Porta ha scritto:
> Hello everybody!!
> I am a new itk user and I am trying to make an update of the example
> 'IterativeClosestPoint2.cxx'. I want to be available to choose between
> different transform types when I run my application.
> First I tried the way you see below but it seems that itk doesn't
> accept double format Transform Type.
> typedef itk::Euler3DTransform< double > TransformType;
> typedef itk::TranslationTransform< double > TransformType;
> .....
> After that I tried this way
> typedef itk::Euler3DTransform< double > TransformType;
> typedef itk::TranslationTransform< double > TransformType2;
>
> but when I was trying to declare the pointer I got an error in this line
> TransformType2::Pointer transform = TransformType::New();
>
> I hope somebody has an idea of how can I fix this or how is the correct way to achieve my goal.
> Thanks!!
>
>
> ------------------------------------------------------------------------
> Sigue los principales acontecimientos deportivos en directo. MSN Motor
> <http://video.msn.com/video.aspx?mkt=es-es>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://public.kitware.com/pipermail/insight-users/attachments/20071219/4b23c802/signature.pgp
More information about the Insight-users
mailing list