<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi everyone,<br><br>I'm having some trouble using VTK in Python and I was wondering if there is any way to find out the exact class of a VTK object. <br><br>For example, in this particular case I'd like to verify that the output of a vtkNIFTIImageReader.GetOutput() is indeed a vtkImageData (for debugging purposes), but when I do <br><br>type(niftiReader.GetOutput()) <br><br>I get <type 'vtkobject'>. It seems like it's the same for all VTK objects. <br><br>Is there any other python or VTK function I can use?<br><br>Kind regards,<br><br>Daniel<br><br>                                         </div></body>
</html>