I would recommend writing an XDMF interface. XDMF is a text (XML) format that you can use to describe the content of the hdf file. Once you have the xdmf file paraview will be able to ingest your data.
David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Fri, May 8, 2009 at 3:20 PM, Guido Staub <[email protected]> wrote: > Hi all, > > I have a hdf file containing 3 datasets. Each of dimension > 1x241x241. What I would like to do now is using the first two datasets > to form a horizontal plane and assign the values of the third one as > color values to each point. So lets say that values from the first two > datasets (x,y) are (1,1), the third one which represents a temperature > at this point is for example 0.5. Instead of using this as a height in > the 3D visualisation (z will be constant), I want this point to be > colored by its representive value. > > Does anybody know how to do this? Or maybe there is a better solution > to solve such a problem? > > Guido > > _______________________________________________ > 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 > _______________________________________________ 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
