Finally I found the list, but now I have another problem:

  reader = LegacyVTKFileReader(FileName=args[0])

NameError: name 'LegacyVTKFileReader' is not defined

So my question now is: is there something to import to make it working?

From: stan1...@hotmail.fr
To: paraview@paraview.org
Date: Mon, 23 Nov 2009 15:39:44 +0100
Subject: [Paraview] Python classes doc?








This line:

  reader = XMLImageDataReader(FileName=args[0])

raises an error:

  ERROR: In /usr/local/ParaView3/VTK/IO/vtkXMLParser.cxx, line 484
  vtkXMLDataParser (0x1e5b6f40): Error parsing XML in stream at line 1, column 
1, byte index 1: not well-formed (invalid token)

while the file is a structuredPoints dataset I can read with PV.
So may be this is not the right reader to use but I did not find any extensive 
list of Python filters and theirs docs, does it exists?

                                          
Vous êtes étudiants ? Bénéficiez de Windows 7 à 35? !  Découvrez notre offre !  
                                          
_________________________________________________________________
Tchattez en direct en en vidéo avec vos amis !  
http://www.windowslive.fr/messenger/
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to