<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1491" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV>Hi everybody,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have an EnSight case file (with other associated .geo and .var files) 
<BR>which I'm trying to read into a "vtkDataSet".</DIV>
<DIV>&nbsp;</DIV>
<DIV>I&nbsp;haven't been able to figure out how to gain access to 
the&nbsp;output<BR>file of the "vtkGenericEnSightReader"., Here is&nbsp; 
my&nbsp; attempt:</DIV>
<DIV>&nbsp;</DIV>
<DIV>************************************************</DIV>
<DIV>.</DIV>
<DIV>.</DIV>
<DIV>.</DIV>
<DIV>&nbsp;vtkGenericEnSightReader * reader = 
vtkGenericEnSightReader::New();<BR>&nbsp;reader-&gt;SetFilePath("C:/.....");<BR>&nbsp;reader-&gt;SetCaseFileName("out.case");<BR>&nbsp;reader-&gt;SetTimeValue(.000300);<BR>&nbsp;reader-&gt;ReadAllVariablesOn();<BR><BR>&nbsp;reader-&gt;Update();</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;cout &lt;&lt; reader-&gt;GetNumberOfVariables() &lt;&lt; 
endl;<BR>&nbsp;cout &lt;&lt; reader-&gt;GetDescription(0) &lt;&lt; 
endl;<BR>&nbsp;cout &lt;&lt; reader-&gt;GetDescription(1) &lt;&lt; 
endl;<BR>&nbsp;cout &lt;&lt; reader-&gt;GetDescription(2) &lt;&lt; 
endl;<BR>&nbsp;cout &lt;&lt; reader-&gt;GetDescription(3) &lt;&lt; endl &lt;&lt; 
endl;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;cout &lt;&lt; reader-&gt;GetVariableType(0) &lt;&lt; 
endl;<BR>&nbsp;cout &lt;&lt; reader-&gt;GetVariableType(1) &lt;&lt; 
endl;<BR>&nbsp;cout &lt;&lt; reader-&gt;GetVariableType(2) &lt;&lt; 
endl;<BR>&nbsp;cout &lt;&lt; reader-&gt;GetVariableType(3) &lt;&lt; endl 
&lt;&lt; endl;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;cout &lt;&lt; reader-&gt;GetNumberOfPointArrays() &lt;&lt; endl 
&lt;&lt; endl;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;cout &lt;&lt; reader-&gt;GetNumberOfOutputs() &lt;&lt; endl &lt;&lt; 
endl;<BR>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;vtkDataSet * data = reader-&gt;GetOutput();</DIV>
<DIV>.</DIV>
<DIV>.</DIV>
<DIV>&nbsp;</DIV>
<DIV>************************************************</DIV>
<DIV>It is simply not working! </DIV>
<DIV>&nbsp;</DIV>
<DIV>When I check the vtkDataset, I find that&nbsp;its contains nothing and 
there is no output!<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>Has anyone experienced this before and have any&nbsp; comments and Ideas 
around this?<BR>workaround?<BR></DIV>
<DIV>Any helpful comments are Welcome</DIV></FONT></DIV></BODY></HTML>