[Paraview] OS X Yosemite complains that Paraview is not signed

2014-12-14 Thread Nicholas Yue
. Cheers -- Nicholas Yue Graphics - Arnold, Alembic, RenderMan, OpenGL, HDF5 Custom Dev - C++ porting, OSX, Linux, Windows http://au.linkedin.com/in/nicholasyue https://vimeo.com/channels/naiadtools ___ Powered by www.kitware.com Visit other Kitware

Re: [Paraview] Scene exporter development : Information and resources

2014-01-24 Thread Nicholas Yue
ll image does not come with the required vtkSMExporterProxy header file or library to build those plugins. Cheers -- Nicholas Yue Graphics - RenderMan, Visualization, OpenGL, HDF5 Custom Dev - C++ porting, OSX, Linux, Windows http://au.linkedin.com/in/nicholasy

[Paraview] Scene exporter development : Information and resources

2014-01-18 Thread Nicholas Yue
a Python. Cheers -- Nicholas Yue Graphics - RenderMan, Visualization, OpenGL, HDF5 Custom Dev - C++ porting, OSX, Linux, Windows http://au.linkedin.com/in/nicholasyue https://vimeo.com/channels/naiadtools ___ Powered by www.kitware.com Visit other Kitw

[Paraview] VTK Particles format for Paraview

2012-06-19 Thread Nicholas Yue
someone point me to the correct VTK class to use to create the appropriate files so that Paraview is able to load them. Regards -- Nicholas Yue Graphics - RenderMan, Visualization, OpenGL, HDF5 Custom Dev - C++ porting, OSX, Linux, Windows Management - Recruitment, career management http

[Paraview] Animation and POV scene export

2012-03-30 Thread Nicholas Yue
rendering ? Regards -- Nicholas Yue Graphics - RenderMan, Visualization, OpenGL, HDF5 Custom Dev - C++ porting, OSX, Linux, Windows Management - Recruitment, career management http://www.proceduralinsight.com/ http://au.linkedin.com/in/nicholasyue

[Paraview] Writer plugin C++ code example

2012-03-25 Thread Nicholas Yue
one should write the plugins in C++ On closer examination, the CMakeLists talks about building "reader" My interest is to write geometry information out for rendering using and external software e.g. RenderMan. Any pointers or URL I can start looking at ? Regards -- Ni

[Paraview] Sub/Re-sampling advice

2010-11-22 Thread Nicholas Yue
Hi, I have a collection of datasets that is 500 x 500 x 100 scalar and vector I can load them in Paraview but it is difficult to work with (slow). What filter would you recommend to sub/re-sample the inputs to a smaller amount e.g. (100 x 100 x 20), so as to get a quick visualiza

[Paraview] Combining vector components

2010-11-09 Thread Nicholas Yue
Hi, From an existing simulation, a set of vectors were written out (as binary float in a brick i.e. width x height x depth) as individual axes components e.g. U01.bin, V01.bin, W01.bin, for a given time step. What is the recommended way to combine the data in Paraview so that one can

[Paraview] Half precision float data set

2010-11-01 Thread Nicholas Yue
Hi, I have a HDF5 file with half-precision-float stored as DATATYPE H5T_STD_I16LE Has anyone managed to load such data into Paraview? What is the workflow? I have success loading single float HDF5 datasets via XDMF. Regards __

Re: [Paraview] XDMF and HDF5 : data corruption ?

2010-10-28 Thread Nicholas Yue
all my issues with using XDMF to display HDF5 is a problem with the build of Paraview 3.8.1 on OSX 10.5 (PPC) Thank you for the tip on structuring XDMF files. Regards -Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Nicholas

[Paraview] XDMF and HDF5 : data corruption ?

2010-10-23 Thread Nicholas Yue
Hi, I am trying to read the content of an HDF5 file via XDMF with Paraview 3.8.1 on OS X 10.5 (PPC), but I get either very large or very small numbers being read into Paraview, it seems the data are just uninitialized memory. Any advice ? XDMF file - ht

[Paraview] Xdmf module in Paraview Python shell

2010-10-15 Thread Nicholas Yue
Hi, I understand that Paraview has Xdmf support. I tried executing the examples from the following link http://www.xdmf.org/index.php/Write_Xdmf the python shell in Paraview says that the Xdmf module is not found. Any ideas ? Regards

[Paraview] Python/C++ Plugins with Paraview 3.8.0

2010-06-14 Thread Nicholas Yue
Hi, I understand that with Paraview 3.8, there is no longer a need to build plugins as part of building paraview i.e. Paraview as shipped at version 3.8.0 onwards have all the required development libraries and headers. Can someone point me to the documentation on how to leverage this new

[Paraview] Plugins development direction

2010-04-06 Thread Nicholas Yue
Hi, With the announcement of moving to Git and the upcoming 3.8 release, I'd like to pose the following question Currently, to build plugins, we need to build Paraview itself http://paraview.org/Wiki/Plugin_HowTo Are there plans to architect Paraview so that it ships with suf

[Paraview] Relatively complex Paraview state for export testing

2010-02-09 Thread Nicholas Yue
Hi, I am evaluating the export capability of Paraview 3.6.2 i.e. POV, VRML, X3D and X3DB Does any have publicly available Paraview state file (if necessary accompanying data sets) which are relatively complex so that I can evaluate the export coverage. Regards ___

[Paraview] Paraview 3.6.1 - Writer plugin development (OSX)

2009-08-28 Thread Nicholas Yue
Hi, I have installed the binary version of Paraview 3.6.1 (PPC) I'd like to develop a writer plugin. I am familiar with CMake. Is the binary installation version of Paraview sufficient for plugin development? Regards ___ Powered by ww

[Paraview] Prebuild release date of 3.6?

2009-07-04 Thread Nicholas Yue
Hi, Any update from the 04/May announcement? I see mentioned of 3.6.1 already. Regards ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic

[Paraview] Paraview 3.6 - availability and builds

2009-06-17 Thread Nicholas Yue
Hi, Given that Paraview is build with CMake and can be package up via CPack, is there a nightly package of the latest version. If not, I see the automated/nightly packaging of Paraview as a strong testimony for the power of CMake/CPack. Regards ___

[Paraview] Paraview 3.4.0 and HDF5

2009-04-20 Thread Nicholas Yue
Hi, I downloaded the precompiled version of Paraview 3.4 recently from http://www.paraview.org/files/v3.4/paraview-3.4.0-Linux64-x86.tar.gz Doing a bit of google search, it seems that HDF5 has been supported since paraview 3.3 When I tried to open HDF5, the drop downlist does

[Paraview] vtkRIB exporter

2009-03-31 Thread Nicholas Yue
Hi, Given that there is currently the ability within VTK to export RIB, how do I enable it if I were to build paraview from source? Regards -- Nicholas Yue ___ Powered by www.kitware.com Visit other Kitware open-source projects at http