[Paraview] DeepCopy of vtk(Non)OverlappingAMR, SegFault

2016-01-29 Thread Henry Lehmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, I came across a segfault working with vtkNonOverlappingAMR and vtkOverlappingAMR. I updated to Paraview 5.0.0 but the problem still remains. The python script reproduces the problem: > pvpython Python 2.7.11 (default, Dec 6 2015, 15:43:4

[Paraview] Fwd: Temporal Animation Start/Stop Callback

2015-03-27 Thread Henry Lehmann
the Information be accessed? (e.g. In Filter through InformationKeys/Vectors, or in the FilterGui) 3. Is there a starting point for me to find it out in the source code? Thanks in Advance, Henry - -- Henry Lehmann, M.Sc. Technische Universität Bergakademie Freiberg Fakultät für Mathematik und

[Paraview] AMR Cut Plane

2014-07-21 Thread Henry Lehmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Paraview Users, i am recently working with vtkOverlappingAMR. i set up one of this data sets using the "Image to AMR" filter in paraview, which basicly creates an octree with 4 levels and 512 blocks on level 4 in my setup. so i basicly converted

[Paraview] vtkParseMain Bug?

2013-05-03 Thread Henry Lehmann
Hello, i am playing around with vtkParseMain, which is used by WrappingClientServer to generate New, Init and Command functions for the ClientServer Interpreter. I am using the ParaView source from tar.gz archive of version 3.98.1 i parse the file vtkXMLReader.h using this program: int main(i

Re: [Paraview] Paraview - VTKExtensions

2012-11-19 Thread Henry Lehmann
dependencies under the prefix specified. We do plan to support this, but until dashboards are setup to test this regularly, I am going to call this support experimental. Utkarsh On Wed, Nov 14, 2012 at 12:00 PM, Henry Lehmann <mailto:henry.lehm...@informatik.tu-freiberg.de>> wrote:

[Paraview] Paraview - VTKExtensions

2012-11-14 Thread Henry Lehmann
Hello, using "git clone --recursive" it is possible to checkout and build paraview with all dependencies/submodules. is it also possible to have headers, shared libs of all paraview+dependencies being installed to the system from "make install" invoked from the paraview build dir? I want to u

Re: [Paraview] Building Paraview

2012-10-29 Thread Henry Lehmann
git://paraview.org/ParaView.git David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Mon, Oct 29, 2012 at 1:05 PM, Henry Lehmann wrote: Hello, i am trying to build paraview from source. i checked out Paraview and PVVTK from gi