[Paraview] Floating point exception when using "Interpret Values As Categories"

2017-01-17 Thread philipp jung
u 16.04. Any indication what might be causing this behavior is much appreciated. Thank you very much. Philipp Jung ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please ke

Re: [Paraview] Floating point exception when using "Interpret Values As Categories"

2017-01-23 Thread philipp jung
mand line argument "-dr" to see if that makes > any difference. > > On Thu, Jan 19, 2017 at 4:11 AM, philipp jung wrote: >> Hi, >> >> I tested the datasets on two different PCs at university and it did >> work. It seems to be a problem with paraview on my home co

Re: [Paraview] Floating point exception when using "Interpret Values As Categories"

2017-01-23 Thread philipp jung
o ParaView, not for building ParaView. > >> ./bin/paraview -dr > Utkarsh > > On Mon, Jan 23, 2017 at 2:01 PM, philipp jung wrote: >> Hi, >> >> I tried rebuilding paraview with: make -B -dr -j 12 > stdout.txt 2> >> stderr.txt >> >> Unfortuna

Re: [Paraview] Floating point exception when using "Interpret Values As Categories"

2017-01-23 Thread philipp jung
gt; > > > On Mon, Jan 23, 2017 at 2:26 PM, philipp jung wrote: >> Hi, >> >> My bad :(, Yes it does work with the -dr argument. There is no >> additional output on the console. >> >> Is there a way to make it work without the -dr argument? >> >&

[Paraview] End Location of Stream lines obtained with vtkStreamTracer

2017-04-18 Thread philipp jung
Dear all, I was wondering if and how it is possible to access the end location of stream lines obtained with the vtkStreamTracer within a custom vtk class. I found this (http://www.vtk.org/Wiki/VtkStreamTracer) wiki article explaining how one can access the reason for determination of stream li

[Paraview] Outline of vtkImageData incorrect?

2017-04-25 Thread philipp jung
outline is larger than intended. I appreciate any indication what might be causing this behavior. Best regards Philipp Jung [cid:part1.2A1239EA.8FAA5382@live.de][cid:part2.FD3D1F1E.AF976835@live.de][cid:part3.A9F41F58.B1386185@live.de] ___

Re: [Paraview] Outline of vtkImageData incorrect?

2017-04-28 Thread philipp jung
lse this->seedGrid->AllocateScalars(VTK_DOUBLE,1); #endif Where dimensionsSeedGrid and boundsSeedGrid are input by the user. Paraview does show the correct bounds and dimensions within the information tab. I hope this provides useful information to find the solution of my problem Best reg