<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jun 7, 2016 at 7:24 AM, Ben Boeckel <span dir="ltr"><<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="">On Tue, Jun 07, 2016 at 12:47:20 +0200, D L wrote:<br>
> Is there any other python or VTK function I can use?<br>
<br>
</span>There should be a `GetClassName()` method you can use.<br></blockquote><div><br></div><div>And in VTK 7, each VTK class is its own Python type:</div><div><br></div><div><div>type(vtkImageData())</div><div><type 'vtkCommonDataModelPython.vtkImageData'></div></div><div><br></div><div> - David</div></div></div></div>