<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Hi,<br><br>I'm trying to read a transformation from a file and I have a little probleme.<br>I use the object itk::TransformFileReader to read the file and I get the transformation as follow:<br><br><font style="font-family: Courier New,courier,monaco,monospace,sans-serif;" size="2">typedef&nbsp; itk::TransformFileReader&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TransformReaderType;</font><br><font size="2"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">typedef&nbsp; TransformReaderType::TransformListType&nbsp; TransformListType;</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">typedef&nbsp; TransformReaderType::TransformType&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BaseTransformType;</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">TransformListType *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; list&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = reader-&gt;GetTransformList();</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">BaseTransformType::Pointer transform = list-&gt;front();</span></font><br><br>Using transform-&gt;GetNameOfClass(), I know what is the transformation class corresponds to the transfom object.<br>In my case, it's a AffineTransform. However, how do I know if this transform is coded on float or on double?<br><br>Thanks,<br><br>Vincent Garcia<br></div></body></html>