[Paraview] vtkXdmfDataSetWriter

Andy Cedilnik andy . cedilnik at kitware . com
30 Jul 2003 18:11:33 -0400


Hi Daniel,

I never tried Xdmf writer, but from your message I suspect the API is
wrong. I will look into that.

			Andy

On Wed, 2003-07-30 at 17:46, godach at juno . com wrote:
> Hello,
> 
> Does anyone happen to use vtkXdmfDataSetWriter? If yes, could you 
> kindly let me know if my module entry is correct:
> 
> <Writer input="vtkUnstructuredGrid"
> 	class="vtkPVWriter"				
>         writer="vtkXdmfDataSetWriter"
>         extension=".xdmf"
> 	file_description="eXtensible Data and Model Format"/>
> 
> The module was loaded and as I tried to save an unstructured grid as
> an xdmf file the following errors were produced:
> 
> There was a VTK Error in file: /home/danielgo/ParaViewComplete/ParaView/Widgets/vtkKWApplication.cxx (407)
>  
>     Script: 
> writer SetFileName /home/danielgo/vtkunitcell/test.xmf
>     Returned Error on line 1: 
> Object named: writer, could not find requested method: SetFileName
> or the method was called with incorrect arguments.
> There was a VTK Error in file: /home/danielgo/ParaViewComplete/ParaView/Widgets/vtkKWApplication.cxx (407)
>  
>     Script: 
> writer Write
>     Returned Error on line 1: 
> Object named: writer, could not find requested method: Write
> or the method was called with incorrect arguments.