Re: [Paraview] OpenGL inside VMWare virtual machine

2017-11-15 Thread Cornelis Bockemühl
Question not any more relevant: setting an environment variable before starting paraview does indeed the trick: it works now indeed as expected! Thanks and regards, Cornelis Am Mittwoch, den 15.11.2017, 18:54 +0100 schrieb Cornelis Bockemühl: > Thanks for the hint: I will definitely try t

Re: [Paraview] OpenGL inside VMWare virtual machine

2017-11-15 Thread Cornelis Bockemühl
d be a PV Qt interaction. Try setting MESA_GL_VERSION_OVERRIDE=3.2 > in your environment > > Basically there is a bug in Qt on windows where it refuses to see the 3.2 > context from Mesa because it is not a compatibility context. > > On Wed, Nov 15, 2017 at 10:09 AM, Cornelis

[Paraview] OpenGL inside VMWare virtual machine

2017-11-15 Thread Cornelis Bockemühl
Dear all, I know that I cannot go for any performance record with this setup, but having both systems available without reboot has advantages if it is about testing some new development. WOULD have - if it fully worked! So far it looks like I am "almost there" - however not knowing whether the las

Re: [Paraview] Compute quartile from cell data

2017-08-30 Thread Cornelis Bockemühl
Sorry, I even stated it wrong: "compute quartile" works ONLY on row (i.e. table) data for me! Which really does not make a lot of sense for me (!??) 2017-08-30 22:12 GMT+02:00 Cornelis Bockemühl : > If I use a "compute quartile" filter on a data object that is an > u

[Paraview] Compute quartile from cell data

2017-08-30 Thread Cornelis Bockemühl
ll, but it does not work on the cell data. One possible logic not to allow this function for cell data could be the fact that cells can have very different size, so any statistics that works on number of cells might not seem appropriate. However, I can easily generate a histogram... -- Cornelis

Re: [Paraview] Uncomplete display of large unstructured grid

2017-08-30 Thread Cornelis Bockemühl
much fun... Regards, Cornelis Am 29.08.2017 um 19:20 schrieb Cornelis Bockemühl: > A little after a couple of days: It turns out that while the display > is now complete, the program behaves now rather "ticklish" Doing too > much of zooming, panning etc with a large model leads t

Re: [Paraview] Uncomplete display of large unstructured grid

2017-08-29 Thread Cornelis Bockemühl
completely white and the program does not react any more; has to be killed with the task manager. So better save as the first action after a lengthy calculation, and only then try everytjing else to investigate the result. Regards, Cornelis Am 26.08.2017 23:37 schrieb "Cornelis Bockemühl"

Re: [Paraview] Uncomplete display of large unstructured grid

2017-08-26 Thread Cornelis Bockemühl
re a face, >> edges and points. However I do not know whether this is an issue or not!? >> In this case it might be an option to change the entire data set to a set >> of just cubes that happen to touch each other. >> >> Regards, Cornelis >> >> -- >> Cornelis Bock

[Paraview] Bug or feature?

2017-05-06 Thread Cornelis Bockemühl
umns are very closely related, so it looked like a good idea initially... Any hint or experience? Regards, Cornelis PS: I am using Paraview 5.3 on Windows 64bit -- Cornelis Bockemühl Basel, Schweiz ___ Powered by www.kitware.com Visit other Kitware open

Re: [Paraview] Question about data (memory) management

2017-02-02 Thread Cornelis Bockemühl
in a pipeline too, to avoid keeping the > intermediate dataset explicitly: > >filter2->SetInputConnection(filt1->GetOutputPort()); >filter2->Update(); >output->ShallowCopy(filter2->GetOutput()); > > > > On Thu, Feb 2, 2017 at 6:42 AM, Corn

[Paraview] Question about data (memory) management

2017-02-02 Thread Cornelis Bockemühl
for sure would blow up my memory enormously! Maybe there is also some document that clearly states what is the proper "behaviour" inside filters like that, some kind of "code of conduct" regarding memory management in VTK? Thanks

Re: [Paraview] Filter for interactive spreadsheet?

2017-01-17 Thread Cornelis Bockemühl
15 "" It does not help me a lot, but maybe it indicates to somebody else what might be the problem!? Regards, Cornelis 2017-01-17 11:08 GMT+01:00 Cornelis Bockemühl : > Thanks again Andy! > > I really appreciate your hints: It has already pointed me into a good > dire

Re: [Paraview] Filter for interactive spreadsheet?

2017-01-17 Thread Cornelis Bockemühl
to bring in the entities to change based on a selection. A better solution > would be to use the global ids filter, then do a selection on what you want > and finally pass that in as a secondary input to the Python Programmable > filter. > > Developing your own filter is also a poss

Re: [Paraview] Filter for interactive spreadsheet?

2017-01-16 Thread Cornelis Bockemühl
calculator output when the filter is applied. > > On Mon, Jan 16, 2017 at 5:14 PM, Cornelis Bockemühl < > cornelis.bockemu...@gmail.com> wrote: > >> Has somebody already written and contributed a filter that allows some >> simple "spreadsheet like" user manipul

[Paraview] Filter for interactive spreadsheet?

2017-01-16 Thread Cornelis Bockemühl
Has somebody already written and contributed a filter that allows some simple "spreadsheet like" user manipulation of the data? I mean something that accepts some data input, then allows user changes, and the output would be the changed data set. Regards, Cornelis -- Cornelis Bocke

Re: [Paraview] Optional input ports

2016-11-15 Thread Cornelis Bockemühl
n is not > redone any more... > > Looks like a bug in your filter. I know nothing about statistics, but a > tried specifying the optional model input this way with multicorelative, > and it seems to change trigger a recomputation of the filter with different > results. > > Regar

Re: [Paraview] Optional input ports

2016-11-15 Thread Cornelis Bockemühl
stion of the RequestData function in the C++ to handle this case properly: a second input with a null pointer. But this is a) probably not how it SHOULD work, and b) not an option for the standard filters (such as Multicorrelative Statistics) - if I do not want to change all the paraview sources (xml) an

Re: [Paraview] Optional input ports

2016-11-15 Thread Cornelis Bockemühl
en the filter. However this is impossible from the >beginning because now the filter is already greyed in the menu as being >"not applicable"! > >Thanks for any helpful hints! > >Regards, >Cornelis Bockemühl -- Cornelis Bockemühl Basel, Schweiz ___

[Paraview] Optional input ports

2016-11-14 Thread Cornelis Bockemühl
ause now the filter is already greyed in the menu as being "not applicable"! Thanks for any helpful hints! Regards, Cornelis Bockemühl ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensour