<pre>Did anyone of you write EnSight files and did not have problems with <br />BlockID?<br /><br />Regards, Eduardo<br /><br /><br /><br />Martin Baumann schrieb:<br /><br />&gt;<em> Hi,<br /></em>&gt;<em><br /></em>&gt;<em> I am trying to save EnSight data files with the following code:<br /></em>&gt;<em><br /></em>&gt;<em>  string in_file  = &quot;test.asc&quot;;<br /></em>&gt;<em>  string out_file = &quot;ensight.ens&quot;;<br /></em>&gt;<em><br /></em>&gt;<em>  /// **********************************************/<br /></em>&gt;<em>  /// read Legacy-Format variables/<br /></em>&gt;<em>  /// **********************************************/<br /></em>&gt;<em><br /></em>&gt;<em>  vtkUnstructuredGridReader* _reader = vtkUnstructuredGridReader::New();<br /></em>&gt;<em>  _reader-&gt;SetFileName(in_file.c_str());<br /></em>&gt;<em>  _reader-&gt;Update();<br /></em>&gt;<em><br /></em>&gt;<em><br /></em>&gt;<em>  /// **********************************************/<br /></em>&gt;<em>  /// write EnSight/<br /></em>&gt;<em>  /// **********************************************/<br /></em>&gt;<em><br /></em>&gt;<em>  vtkEnSightWriter* _ens_writer = vtkEnSightWriter::New();<br /></em>&gt;<em><br /></em>&gt;<em>  _ens_writer-&gt;SetFileName(out_file.c_str());<br /></em>&gt;<em>  _ens_writer-&gt;SetInput(_reader-&gt;GetOutput());<br /></em>&gt;<em>  _ens_writer-&gt;Write();<br /></em>&gt;<em>  _ens_writer-&gt;WriteCaseFile(1);<br /></em>&gt;<em>  <br /></em>&gt;<em><br /></em>&gt;<em><br /></em>&gt;<em> When I run this I get the error<br /></em>&gt;<em>   No BlockID was found<br /></em>&gt;<em> for some some hundred times.<br /></em>&gt;<em><br /></em>&gt;<em> Still threee files are created:<br /></em>&gt;<em>   ensight.0.case<br /></em>&gt;<em>   ensight.0.00000.geo<br /></em>&gt;<em>   ensight.0.00000_n.u_x<br /></em>&gt;<em><br /></em>&gt;<em> - I tried to find out what the error means. What are BlockIDs used for?<br /></em>&gt;<em> - Is there any information on writing EnSight files with vtk?<br /></em>&gt;<em> - In the example file (test.asc) there are contained three scalars: <br /></em>&gt;<em> u_x, u_y and u_z.<br /></em>&gt;<em> Only one (u_x) is written to an EnSight data file. I need to export <br /></em>&gt;<em> all of the<br /></em>&gt;<em> scalars and vectors if there are any in the input file. How can I do this?<br /></em>&gt;<em><br /></em>&gt;<em> Regards, M.B.<br /></em>&gt;<em><br /></em>&gt;<em>------------------------------------------------------------------------<br /></em>&gt;<em><br /></em>&gt;<em>_______________________________________________<br /></em>&gt;<em>This is the private VTK discussion list. <br /></em>&gt;<em>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br /></em>&gt;<em>Follow this link to subscribe/unsubscribe:<br /></em>&gt;<em><a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a> </em></pre>
<br /><br /><br />-- <br />Atenciosamente,<br /><br />Eduardo Camargo<br />Analista de Sistemas<br />HeMoLab - http://www.lncc.br/prjhemo<br />Laborat&oacute;rio Nacional de Computa&ccedil;&atilde;o Cient&iacute;fica - LNCC