[Paraview] [Feature request] Expanding PVD File Components

Aurélien Marsan aur.marsan at gmail.com
Tue Apr 27 03:40:59 EDT 2010


it looks like .pvd file, without time.
Such a file can be writen with vtk.vtkMultiBlockDataWriter()

For example :

> <?xml version="1.0"?>
>
> <VTKFile type="vtkMultiBlockDataSet" version="1.0"
> byte_order="LittleEndian" compressor="vtkZLibDataCompressor">
>
> <vtkMultiBlockDataSet>
>
> <DataSet index="1" file="bloc1_test.vts"/>
>
> <DataSet index="2" file="bloc2_test.vts"/>
>
> <DataSet index="3" file="bloc3_test.vts"/>
>
> <DataSet index="4" file="bloc4_test.vts"/>
>
> <DataSet index="5" file="bloc5_test.vts"/>
>
> <DataSet index="6" file="bloc6_test.vts"/>
>
> <DataSet index="7" file="bloc7_test.vts"/>
>
> <DataSet index="8" file="bloc8_test.vts"/>
>
> <DataSet index="9" file="bloc9_test.vts"/>
>
> <DataSet index="10" file="bloc10_test.vts"/>
>
> <DataSet index="11" file="bloc11_test.vts"/>
>
> <DataSet index="12" file="bloc12_test.vts"/>
>
> <DataSet index="13" file="bloc13_test.vts"/>
>
> <DataSet index="14" file="bloc14_test.vts"/>
>
> <DataSet index="15" file="bloc15_test.vts"/>
>
> <DataSet index="16" file="bloc16_test.vts"/>
>
> <DataSet index="17" file="bloc17_test.vts"/>
>
> <DataSet index="18" file="bloc18_test.vts"/>
>
> <DataSet index="19" file="bloc19_test.vts"/>
>
> <DataSet index="20" file="bloc20_test.vts"/>
>
> <DataSet index="21" file="bloc21_test.vts"/>
>
> <DataSet index="22" file="bloc22_test.vts"/>
>
> <DataSet index="23" file="bloc23_test.vts"/>
>
> <DataSet index="24" file="bloc24_test.vts"/>
>
> <DataSet index="25" file="bloc25_test.vts"/>
>
> </vtkMultiBlockDataSet>
>
> </VTKFile>
>



2010/4/26 Olumide <50295 at web.de>

> Marsan, what does a VTM file look like?
>
> In addition to expanding the VTP (and VTM) files. It is possible to add
> more object/primitive detail in the statistics inspector. It may useful to
> expand an object so that point values, poly-face coordinates etc. can be
> read/seen.
>
>
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100427/001e4085/attachment.htm>


More information about the ParaView mailing list