[vtkusers] EnSight reader
Amy Henderson
amy.henderson at kitware.com
Tue Sep 14 14:04:16 EDT 2004
Hi Francesco,
Try using the vtkGenericEnSightReader. It will choose the correct
EnSightReader subclass based on the format of your data files. From looking
at your file names, I would guess that dati_fluent.encas may be your case
file. (The case file is an ASCII file that lists the file names of your
geometry and variable files, so you can open your dati_fluent.encas file in
a text editor to see if that is what it contains.) I don't think the case
file is required to have a .case extension; it's just the default.
- Amy
At 01:38 PM 9/14/2004, francesco caruso wrote:
>Hello
>
>I've got a set of EnSight files, exported from fluent.
>I'd like to know how to import them in vtk
>The files are:
>dati_fluent.encas
>dati_fluent.scl1
>dati_fluent.scl2
>dati_fluent.scl3
>dati_fluent.geo
>dati_fluent.vel
>
>which class have I to use?
>where can I find any examples?(the examples in tcl in the vtk site read
>.case files)
>
>Thanks in advance
>Francesco
>
>_______________________________________________
>This is the private VTK discussion list. Please keep messages on-topic.
>Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list