<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
&gt; Date: Mon, 30 Nov 2009 13:01:24 -0500<br>&gt; Subject: Re: [Paraview] Python VTK readers<br>&gt; From: utkarsh.ayachit@kitware.com<br>&gt; To: stan1313@hotmail.fr<br>&gt; CC: paraview@paraview.org<br>&gt; <br>&gt; &gt; &nbsp; - reading legacy VTK files?<br>&gt; It's called "LegacyVTKReader"<br><br>Ok it works but there is a mistake in this page: http://paraview.org/OnlineHelpCurrent/LegacyVTKFileReader.html<br>since the name of the class is mentionned as "<span class="ProxyHeadingSmallText">LegacyVTKFileReader</span>"<br><br>&gt; &gt; &nbsp; - reading any VTK file? I mean a general VTK file reader able to call the<br>&gt; &gt; appropriate reader, such as vtkDataSetReader in Tcl<br>&gt; <br>&gt; The equivalent of vtkDataSetReader is indeed the "LegacyVTKReader".<br><br>Right<br><br>&gt; &gt; &nbsp; - some way to just read the header of a file and get the dataset type, in<br>&gt; &gt; order to check if the file type is appropriate for a given processing task?<br>&gt; <br>&gt; How to plan on checking if the file type is appropriate? Not sure what<br>&gt; you are trying to do here.<br><br>Suppose I have a filter that can process only a limited set of file types: I would like to test the actual type of a file before applying the filter, so I try this:<br><br>&nbsp; data = reader.GetDataInformation()<br>&nbsp; data.IsA("vtkImageData")<br><br>which actually returns always 0, so I probably did not use the right method.<br><br>&gt; Utkarsh<br>                                               <br /><hr />PC, téléphones portables, souris hi-tech. à gagner grâce à Hotmail ! <a href='http://www.hotmailmagicmoment.com' target='_new'>C'est ici !</a></body>
</html>