[Paraview] Windows plugin compatibility with Paraview

2017-01-25 Thread Chris Marsh
I would like to build and make available a pre-compiled windows binary for a filter I have developed. I would like to avoid the (windows) user having to compile the filter as well as paraview. Therefore I am wondering what compiler is used to produce the official Paraview builds so-as to avoid ABI

Re: [Paraview] Convert VTU for Arctic Viewer

2017-09-21 Thread Chris Marsh
ParaView binary and use pvpython. You will have everything > required meaning both vtk and paraview side of things. > > On Thu, Sep 21, 2017 at 12:17 PM, Chris Marsh <chris.ma...@usask.ca> > wrote: > >> Hi Sebastien, >> This is very helpful, thanks! >> >> C

Re: [Paraview] Convert VTU for Arctic Viewer

2017-09-21 Thread Chris Marsh
f you need additional information regarding that script and > what it is doing. > > Seb > > On Thu, Sep 21, 2017 at 10:59 AM, Chris Marsh <chris.ma...@usask.ca> > wrote: > >> Hi, >> I have a set of vtu files that represent a time series of spatial data. I &

[Paraview] Convert VTU for Arctic Viewer

2017-09-21 Thread Chris Marsh
Hi, I have a set of vtu files that represent a time series of spatial data. I would like to visualize it via the arctic viewer. Ultimately, I'd like something similar to the Flat earth probing example given here ( http://tonic.kitware.com/). However it's unclear how to convert a vtu to the

Re: [Paraview] Filter suddenly stopped working "did not create output for port 0"

2017-12-07 Thread Chris Marsh
OK I have it working on my end. I had previously configured paraview with ccmake and set build type to Release and enabled Python. Any idea how that may impact this? Chris Marsh PhD Candidate chrismarsh.ca 121 Research Drive University of Saskatchewan On 7 December 2017 at 13:41, Chris Marsh

[Paraview] Filter suddenly stopped working "did not create output for port 0"

2017-12-05 Thread Chris Marsh
Hi, I have a filter that decodes a posix string from a pvd file into a datetime format. This has worked well, however with the newest paraview I get the error ERROR: In ParaView-v5.4.1/VTK/Common/ExecutionModel/vtkDemandDrivenPipeline.cxx, line 672 vtkPVCompositeDataPipeline (0x60c0001ad9e0):

Re: [Paraview] Filter suddenly stopped working "did not create output for port 0"

2017-12-07 Thread Chris Marsh
age you from adding your own FindParaView.cmake. > Once I removed those and simply set ParaView_DIR to my build > directory, all built and ran fine. > > Utkarsh > > > [1] https://github.com/Chrismarsh/vtk-paraview-datetimefilter/ > blob/master/CMakeLists.txt#L5-L10 > > On Tue, Dec 5,

Re: [Paraview] Filter suddenly stopped working "did not create output for port 0"

2017-12-08 Thread Chris Marsh
On MacOS. I had an old paraview in my path that I removed prior to this. Perhaps that was it...changed too much now On 8 December 2017 at 07:38, Utkarsh Ayachit wrote: > > I had previously configured paraview with ccmake and set build type to > > Release and