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

2014-12-14 Thread Nicholas Yue

Hi,

I downloaded the Paraview 4.2 DMG and installed it on OS X Yosemite.

I renamed the *.app directory to include a version in the directory 
to allow concurrent installation of future versions.


When I attempt to launch it, it says that the app is not signed via 
the Mac App store.


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 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://public.kitware.com/mailman/listinfo/paraview


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

2014-01-24 Thread Nicholas Yue

On 21/01/14 1:56 AM, Utkarsh Ayachit wrote:

Nicholas,

There's not much to it once you have the vtkExporter subclass ready.
For making that exporter available in ParaView, you create a XML
putting the definition under the exporters group. The proxy
definition should use a
(http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/classvtkSMExporterProxy.html)
(or subclass, e.g. RenderViewExporterProxy).

The exporter dialog when created looks for all definitions available
under the exporters group that CanExport
(http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/classvtkSMExporterProxy.html#a6a12e9c1401140db5a278617901a0603)
the active view and add that exporter's extension to the list.

Thank you.

Is there a URL to read up on how build build Paraview so that the 
headers and library files are also installed ?


My OS X install 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/nicholasyue
https://vimeo.com/channels/naiadtools

___
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


[Paraview] Scene exporter development : Information and resources

2014-01-18 Thread Nicholas Yue

Hi,

I am exploring the possibility of writing additional exporter for 
Paraview 4.1 e.g. for Renderman and Arnold. I will most likely base it 
on POV.


Which URL should I start with ? I have found this 
http://paraview.org/Wiki/Exporting_Scenes but could not find additional 
resources from a developer's perspective i.e. information about 
registration of plugin/functionality etc.


I am familiar with building using CMake and have written and 
participated in VTK-RIB in the past (long time ago [C++]).


I am guessing that with Paraview, most things are done via 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 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


[Paraview] VTK Particles format for Paraview

2012-06-19 Thread Nicholas Yue

Hi,

I noticed that there is a *.particles format for VTK.

However, looking through the VTK documentation, I have not found 
example code of how that format can be written out.


I have pretty standard particle data with the following

x y z vx vy vz temperature mass

Could 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://www.proceduralinsight.com/
http://au.linkedin.com/in/nicholasyue

___
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


[Paraview] Animation and POV scene export

2012-03-30 Thread Nicholas Yue

Hi,

I have been looking at the Animation feature in Paraview.

http://www.itk.org/Wiki/ParaView/Users_Guide/Animation

Is there information on how the built-in POV exporter can be 
connected to the animation feature in Paraview so that it export out a 
series of frames (*.pov files) for 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

___
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


[Paraview] Writer plugin C++ code example

2012-03-25 Thread Nicholas Yue

Hi,

I checked out from the git repository of paraview and build with 
PARAVIEW_INSTALL_DEVELOPMENT=ON


While looking at the plugins directory

some-path/Paraview_git/Examples/Plugins/Writer

I can see the directory contains the XML files for writer plugin 
but no C++ code to illustrate how 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

--
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

___
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


[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 visualization 
(interactive) of the datasets?


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 and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[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

___
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


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

2010-10-28 Thread Nicholas Yue

Biddiscombe, John A. wrote:

Tell it that the geometry is XYZ like so 

Geometry Type=XYZ

for example

  Topology Type=Polyvertex NumberOfElements=2 
  /Topology
  Geometry Type=XYZ
 DataItem Dimensions=2 3 NumberType=Float Precision=4 
Format=HDF
  test.h5:/PartType2/Coordinates/DataItem
  /Geometry

JB
  

Hi,

   I have a chance to re-test all the HDF5 and XDMF files with Paraview 
3.8.1 on Ubuntu 10.04 64bit.


   No problems at all.

   So 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 Yue
Sent: 24 October 2010 02:47
To: paraview@paraview.org
Subject: [Paraview] XDMF and HDF5 : data corruption ?

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
-
?xml version=1.0 ?
!DOCTYPE Xdmf SYSTEM Xdmf.dtd []
Xdmf xmlns:xi=http://www.w3.org/2001/XInclude; Version=2.0
Domain
Grid
Topology TopologyType=Polyvertex Dimensions=4/
Geometry
DataItem Dimensions=4 3
   Format=HDF
   xdmf_datasets.h5:/MyDataSet
/DataItem
/Geometry
/Grid
/Domain
/Xdmf
-


H5Dump
-
HDF5 xdmf_datasets.h5 {
GROUP / {
DATASET MyDataSet {
   DATATYPE  H5T_IEEE_F32BE
   DATASPACE  SIMPLE { ( 4, 3 ) / ( 4, 3 ) }
   DATA {
   (0,0): 0.447571, -0.444658, 0.229639,
   (1,0): -0.0218087, 0.27028, 0.57983,
   (2,0): -0.301279, 0.0260453, 0.238798,
   (3,0): -0.376086, 0.430129, 0.464753
   }
}
}
}
-



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 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


[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
-
?xml version=1.0 ?
!DOCTYPE Xdmf SYSTEM Xdmf.dtd []
Xdmf xmlns:xi=http://www.w3.org/2001/XInclude; Version=2.0
Domain
Grid
Topology TopologyType=Polyvertex Dimensions=4/
Geometry
DataItem Dimensions=4 3
  Format=HDF
  xdmf_datasets.h5:/MyDataSet
/DataItem
/Geometry
/Grid
/Domain
/Xdmf
-


H5Dump
-
HDF5 xdmf_datasets.h5 {
GROUP / {
   DATASET MyDataSet {
  DATATYPE  H5T_IEEE_F32BE
  DATASPACE  SIMPLE { ( 4, 3 ) / ( 4, 3 ) }
  DATA {
  (0,0): 0.447571, -0.444658, 0.229639,
  (1,0): -0.0218087, 0.27028, 0.57983,
  (2,0): -0.301279, 0.0260453, 0.238798,
  (3,0): -0.376086, 0.430129, 0.464753
  }
   }
}
}
-



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 and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[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

___
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


[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 
libraries and headers?


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 and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[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 
sufficient libraries/headers to enable plugins developer to get to work 
without building the entire Paraview application?


   I think this may encourage more people to contribute to extending 
Paraview.


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 and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[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
___
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


[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

___
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


[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 not have HDF5 as a 
known file type?


   I can see libvtkhdf5.so in the lib directory so I am not sure what 
the problem is. I have added that path to LD_LIBRARY_PATH too.


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 and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview