[Paraview] ParaView and double precision Rendering

2015-04-13 Thread Lodron, Gerald
Hello I made a paraview reader plugin which loads Point data of type double from an ASCII file (can be choosen as checkbox in reader parameter gui). It is important that point data type is double since our values have a huge offset, e.g. Coordinate in float: 3376382.75-325198.59375

Re: [Paraview] [Paraview-developers] ParaView and double precision Rendering

2015-04-14 Thread Lodron, Gerald
I should not be the first one with that problem Best regards, Gerald Von: Berk Geveci Gesendet: Dienstag, 14. April 2015 18:15 An: Lodron, Gerald Cc: Paraview User (paraview@paraview.org); Paraview Developer (paraview-develop...@paraview.org) Betreff: Re:

Re: [Paraview] [Paraview-developers] ParaView and double precision Rendering

2015-04-22 Thread Lodron, Gerald
possible? Or should I use a “representation plugin” for that. Any suggestions? Best regards, Gerald Lodron Von: Berk Geveci [mailto:berk.gev...@kitware.com] Gesendet: Dienstag, 14. April 2015 18:16 An: Lodron, Gerald Cc: Paraview User (paraview@paraview.org); Paraview Developer (paraview

Re: [Paraview] [Paraview-developers] ParaView and double precision Rendering

2015-04-23 Thread Lodron, Gerald
: Donnerstag, 23. April 2015 16:37 An: Lodron, Gerald Cc: Berk Geveci; Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: Re: [Paraview] [Paraview-developers] ParaView and double precision Rendering Sounds doable and very useful to me. Conceptually it is

[Paraview] Building PV 4.4.0

2015-09-28 Thread Lodron, Gerald
Hi I am building the PV4.4.0 using opensource version of qt 5.5.0 (with openGL option) and get following error on pqAnimationKeyFrame.h@62: >E:/Develop/Source/ParaView-v4.4.0-source/Qt/Widgets/pqAnimationKeyFrame.h(62): >error : Undefined interface Which is Q_

[Paraview] Error on PV 4-4-0 Output Message Window

2015-10-05 Thread Lodron, Gerald
Hello I successfully build PV 4-4-0 with my own compiled qt 5.5.0on Visual Studio 2013x64. Paraview also starts correctly and is correctly usable but I always get an error message (no crash) on the "Output Messages" window immediately after startup: 0xc65a1b12d0 void _cdecl QWindowPrivate::set

[Paraview] Problem using DoubleVectorProperty

2015-10-09 Thread Lodron, Gerald
Hello I have a strange problem in Input Masks of different filters/plugins: When I have a double proberty with e.g. text "1.1" in input widget it successfully sends 1.1 to filter. If I delete the "." sign out of the input GUI element and want to reenter the "." The GUI widget does not take the

Re: [Paraview] Problem using DoubleVectorProperty

2015-10-09 Thread Lodron, Gerald
Ok, i change the decimal sign in my windows from "," to "." and now I can reenter it again Very nasty _________ Von: Lodron, Gerald Gesendet: Freitag, 09. Oktober 2015 09:44 An: Paraview User (paraview@paraview.org); Paraview Develope

[Paraview] Locale settings in PV

2015-10-15 Thread Lodron, Gerald
Hello I noticed a bug in paraview on parsing double values in QLineEdits, e.g. in pqDoubleEdit: double pqDoubleEdit::value() { QString currentText = this->text(); int currentPos = this->cursorPosition(); QDoubleValidator dvalidator(NULL); QValidator::State state = dvalidator.validate(cur

Re: [Paraview] [Paraview-developers] Locale settings in PV

2015-10-16 Thread Lodron, Gerald
plugin of mine to set PV locale to english but no success.may it must be called directly in main before first qt stuff Best regards Von Samsung Mobile gesendet Ursprüngliche Nachricht Von: Cory Quammen Datum:16.10.2015 16:20 (GMT+01:00) An: "Lodron, Gerald"

[Paraview] importing x3d or textured vrml

2013-06-05 Thread Lodron, Gerald
Hi I am using paraview 4 RC: - Is there a possibility to import x3d files? - I can load vrml files but texture seems to be ignored, is there a possibility to load texture as well? Thanks in advance _ JOANNEUM RESEARCH

[Paraview] Texture vtml

2013-06-06 Thread Lodron, Gerald
Hi I programmed my own vtml reader because the original vrml implementation does not load texture. Now I found out that the texture coordinates are extracted correctly, only the vtkTexture object is not generated with the input image. This texture object must be passed to the actual actor, but

[Paraview] Reader Plugin with Texture image

2013-10-06 Thread Lodron, Gerald
Hello, I am new in programming Paraview plugins but already made a first reader plugin working but now have a big problem: I successfully made a reader plugin which reads our company internal file format and outputs a vtkPolyData with texture coordinates. I can also read the texture image into

Re: [Paraview] [Paraview-developers] Reader Plugin with Texture image

2013-10-08 Thread Lodron, Gerald
for help Gerald Von: burlen [mailto:burlen.lor...@gmail.com] Gesendet: Montag, 07. Oktober 2013 17:33 An: Lodron, Gerald Cc: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: Re: [Paraview-developers] Reader Plugin with Texture image I think

[Paraview] Coloring vtkPolyData with Scalars

2013-10-23 Thread Lodron, Gerald
Hello I wrote a Reader Plugin which successfully outputs a vtkPolyData (with polygons only) and including two point based scalar fields containing color informations: "Color1" unsigned char[3] "Color2" unsigned char[3] But I can only select "Magnitude, X, Y and Z" in the color properties of eac

[Paraview] Cannot find Map Scalars

2013-10-23 Thread Lodron, Gerald
ll me where to find it? Thanks, Von: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] Im Auftrag von Lodron, Gerald Gesendet: Mittwoch, 23. Oktober 2013 10:41 An: Paraview User (paraview@paraview.org) Betreff: [Paraview] Coloring vtkPolyData with Scalars Hello I wrote a Reader Plu

Re: [Paraview] Cannot find Map Scalars

2013-10-23 Thread Lodron, Gerald
Omg, Thanks, thanks, thanks Thats the stuff where I usually search years Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Mittwoch, 23. Oktober 2013 13:25 An: Lodron, Gerald Cc: Paraview User (paraview@paraview.org) Betreff: Re: [Paraview] Cannot find Map Scalars Click on

[Paraview] WG: Cannot find Map Scalars

2013-10-23 Thread Lodron, Gerald
t set the visualization in a way that it uses those entries, I can only select "Magnitude, X, Y and Z", Map Scalars seem to map only the magnitude through a colormap. Any hints? Von: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] Im Auftrag von Lodron,

Re: [Paraview] Cannot find Map Scalars

2013-10-23 Thread Lodron, Gerald
: Lodron, Gerald Cc: Paraview User (paraview@paraview.org) Betreff: Re: [Paraview] Cannot find Map Scalars Map Scalars should do the trick. Can you send me a sample dataset to reproduce the issue? Utkarsh On Wed, Oct 23, 2013 at 8:08 AM, Lodron, Gerald mailto:gerald.lod...@joanneum.at>>

[Paraview] Problem loading custom object panels

2013-11-26 Thread Lodron, Gerald
Hi I am using PV 3.98.1 in Win32 bit with qt and successfully made my own plugin source. Now I want to make my custom object panel, but the panel does not get constructed, it get compiled but does not seem to be loaded anyway. I used the PV_DEBUG_PANELS flag but at the "Creating panel widgets f

Re: [Paraview] Problem loading custom object panels

2013-11-27 Thread Lodron, Gerald
erface in version 4, I normally wait 1-2 subversions after upgrading a mayor version because of bugs But I hope that there is a good migration guide Best regards and thanks for help Yours Gerald -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Ges

[Paraview] custom object panel with access to input

2013-11-27 Thread Lodron, Gerald
Hi I currently made my own custom object panel in PV 3.98.1 and successfully made buttons and input dialogs which are calling functions of my filter. Now I want to make a list widget which depends on the input of the filter, so the number of entries in the list and their name should depend on t

[Paraview] WG: custom object panel with access to input

2013-11-28 Thread Lodron, Gerald
ag von Lodron, Gerald Gesendet: Donnerstag, 28. November 2013 08:12 An: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: [Paraview-developers] custom object panel with access to input Hi I currently made my own custom object panel in PV 3.98

[Paraview] Problem of migration from Paraview 3.98.1 to 4.1.0

2013-12-03 Thread Lodron, Gerald
Hi, I successfully compiled Paraview 4.1.0 with qt 4.8.1 on Win32 in VisualStudio 2008 and want to migrate my plugins to new structure. I have the problem that the qt help of my reader fails to compile, on debugging I found out that the qhelpgenerator.exe command fails to generate the qch file

[Paraview] WG: Problem of migration from Paraview 3.98.1 to 4.1.0

2013-12-03 Thread Lodron, Gerald
Arg, i exidentely deleteted the dll files from my qt plugin directory while migrating paraview. sorry for my previous post, this does not seem to be a problem any more (may others will come). Thanks, Gerald Von: Lodron, Gerald Gesendet: Dienstag, 03. Dezember 2013 11:00 An: Paraview

[Paraview] WG: endless loop in vtkOpenGLError

2013-12-09 Thread Lodron, Gerald
e(1); poContextView->GetRenderer()->Render(); poContextView->GetInteractor()->Initialize(); poContextView->GetInteractor()->Start(); Von: vtkusers-boun...@vtk.org [mailto:vtkusers-boun...@vtk.org] Im Auftrag von Lodron, Gerald Gesendet: Montag, 09. Dezember 2013 08:53

[Paraview] Selection ispector missing

2013-12-15 Thread Lodron, Gerald
Hello I am using the new PV 4.1.0 and cannot find the selection inspector of PV3.98 where you see the ID list of all selected points/cells and/or change the selection mode. There is only a Selection Display Inspector in the View tab of the main bar which seems to only label selected points in

Re: [Paraview] [EXTERNAL] Selection ispector missing

2013-12-17 Thread Lodron, Gerald
eland, Kenneth [mailto:kmo...@sandia.gov] Gesendet: Montag, 16. Dezember 2013 17:05 An: Lodron, Gerald; Paraview User (paraview@paraview.org) Betreff: Re: [EXTERNAL] [Paraview] Selection ispector missing Yes, there is a new way of doing this. Open the Find Data dialog box. There is a button on th

Re: [Paraview] [EXTERNAL] Selection ispector missing

2013-12-17 Thread Lodron, Gerald
ind script FindPythonLibs.cmake of vtk (without modification I could not find it). Thanks for help, Gerald -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Dienstag, 17. Dezember 2013 15:58 An: Lodron, Gerald Cc: Moreland, Kenneth; Paraview User

Re: [Paraview] [EXTERNAL] Selection ispector missing

2013-12-17 Thread Lodron, Gerald
at strange behaviour Thanks for help, Gerald -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Dienstag, 17. Dezember 2013 18:28 An: Lodron, Gerald Cc: paraview@paraview.org Betreff: Re: [Paraview] [EXTERNAL] Selection ispector missing Can y

[Paraview] Paraview with python problem

2013-12-18 Thread Lodron, Gerald
Hi I successfully compiled paraview 4.1.0 with python 2.7.3 enabled in 32 bit. Paraview also starts but when I generate ANY data (over open file or over sources->Sphere or box or anything else etc.) it closes after pressing Apply. Does anyone has a clue what could cause that strange behaviour?

Re: [Paraview] [Paraview-developers] Paraview with python problem

2013-12-18 Thread Lodron, Gerald
hricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Mittwoch, 18. Dezember 2013 15:40 An: Lodron, Gerald Cc: Paraview User (paraview@paraview.org); Paraview Developer (paraview-develop...@paraview.org) Betreff: Re: [Paraview-developers] Paraview with python problem

Re: [Paraview] [Paraview-developers] Paraview with python problem

2013-12-18 Thread Lodron, Gerald
here else.. -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Mittwoch, 18. Dezember 2013 15:52 An: Lodron, Gerald Cc: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: Re: [Paraview-deve

[Paraview] WG: [Paraview-developers] Paraview with python problem

2013-12-18 Thread Lodron, Gerald
ard -Ursprüngliche Nachricht- Von: Lodron, Gerald Gesendet: Mittwoch, 18. Dezember 2013 16:14 An: 'Utkarsh Ayachit' Cc: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: AW: [Paraview-developers] Paraview with python problem It cl

[Paraview] WG: [Paraview-developers] Paraview with python problem

2013-12-18 Thread Lodron, Gerald
ut any idea why the standard New function of vtk could fail? Best regards, Yours Gerald -Ursprüngliche Nachricht- Von: Lodron, Gerald Gesendet: Mittwoch, 18. Dezember 2013 16:21 An: 'Utkarsh Ayachit' Cc: 'Paraview Developer'; 'Paraview User' Betreff: WG:

Re: [Paraview] Selection ispector missing

2013-12-18 Thread Lodron, Gerald
No, i did not do a clean, with a clean build it worked Thanks, Gerald -Ursprüngliche Nachricht- Von: Moreland, Kenneth [mailto:kmo...@sandia.gov] Gesendet: Mittwoch, 18. Dezember 2013 17:01 An: Utkarsh Ayachit Cc: Lodron, Gerald; Paraview User (paraview@paraview.org) Betreff: Re

Re: [Paraview] [Paraview-developers] Paraview with python problem

2013-12-18 Thread Lodron, Gerald
. Dezember 2013 17:08 An: Lodron, Gerald Cc: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: Re: [Paraview-developers] Paraview with python problem Try a clean build :). I am sure that will resolve this issue (well, 90% sure). Nothing should close

[Paraview] WG: [Paraview-developers] Paraview with python problem

2013-12-18 Thread Lodron, Gerald
Py_InitializeEx(initsigs); call closes my app, so there is something wrong with my python... I do not have python in debug mode compiled so I am stopping debugging here, but now I know where to look -Ursprüngliche Nachricht- Von: Lodron, Gerald Gesendet: Mittwoch, 18. Dezember 2013 23

[Paraview] WG: [Paraview-developers] Paraview with python problem

2013-12-18 Thread Lodron, Gerald
\python-2.7.3 uff, thanks for help best regards, happiest Gerald of the world -Ursprüngliche Nachricht- Von: Lodron, Gerald Gesendet: Donnerstag, 19. Dezember 2013 06:49 An: 'Utkarsh Ayachit' Cc: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@pa

[Paraview] question on glyph filter

2014-03-12 Thread Lodron, Gerald
Hi I computed a vector filed for a vtkPolydata for each vertex point. The vectorfield specifies a deformation mapping from one surface to another target surface. So e.g. if the point(1,2,3) has a mapping to (4,5,6) I computed a vector point based array of(4-1,5-2,6-2)=(3,3,4). When I display th

[Paraview] PLY files lose vertice information

2014-04-08 Thread Lodron, Gerald
Hi When i create/load any vtkPolyData set (including vertices), store it as ply file and reload it then the vertice information gets lost, so there is only point data in it, no cell data which means that nothing is rendered. Is there a reason for that or is that a bug? Best regards, Gerald Lod

[Paraview] Paraview and VS2013 compile errors

2014-09-04 Thread Lodron, Gerald
Hi I am compiling PV with qt 5.2.1, internal VTK and boost 1.55 (for ReebGraph), under 64bit (without python) and get following errors: Min max unknown in protobuf, following patch works: https://code.google.com/p/protobuf/issues/detail?id=531 I also get many 2>C:\Program Files (x86)\Microsoft

[Paraview] Changes from PV4.1 to PV4.3 - color

2015-01-15 Thread Lodron, Gerald
Hello I successfully updated paraview and my plugins from 4.1 with qt4 to 4.3 with qt5. But now my personal polydata meshes were not colored correctly. In paraview 4.1 I added Point Attribute based field data to my triangles (vtkPolydata object) with a 3 component RGB unsigned char array named

[Paraview] WG: Changes from PV4.1 to PV4.3 - color

2015-01-15 Thread Lodron, Gerald
Hello My fault/blame/shame. Forgot disabling MapScalars in Advanced settings. arg Thanks/Sorry for disturbing Von: Paraview-developers [mailto:paraview-developers-boun...@paraview.org] Im Auftrag von Lodron, Gerald Gesendet: Donnerstag, 15. Jänner 2015 09:51 An: Paraview Developer

[Paraview] Migration from Paraview 4.4 to 5.2

2016-11-22 Thread Lodron, Gerald
Hi I currently updated my paraview and saw that my custom filter object panels which are inherited from pqObjectPanel and pqNamedObjectPanel seems to be deprecated.. I googled but could not find a migration guide. Can you give me a hint where to look? thanks ---

Re: [Paraview] Migration from Paraview 4.4 to 5.2

2016-11-22 Thread Lodron, Gerald
thanks -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Dienstag, 22. November 2016 14:17 An: Lodron, Gerald Cc: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: Re: [Paraview] Migration

[Paraview] Filter with variable outputs as plugin

2016-12-04 Thread Lodron, Gerald
Hi I am programming a vtk Polydata source on my own. The source is reading a proprietary file which consists of very simple 0 to N polygonal objects with a string identifier. My question is: Where do I specify the number of outputs (RequestInformation?) and where can I tell paraview the string

Re: [Paraview] Filter with variable outputs as plugin

2016-12-05 Thread Lodron, Gerald
2 vtkPolyDatas with those strings, is that possible? Von: Joachim Pouderoux [mailto:joachim.pouder...@kitware.com] Gesendet: Montag, 05. Dezember 2016 14:35 An: Lodron, Gerald Cc: Paraview User (paraview@paraview.org) Betreff: Re: [Paraview] Filter with variable outputs as plugin Hi Gerald, To

[Paraview] vtkImageData Plugin, vtkImageData not rendered

2017-01-09 Thread Lodron, Gerald
Hi I programmed successfully a plugin source wich generates a vtkImageData output and made it the same way as on my 3d cloud plugins of vtkPolyData. The source is inherited from vtkImageAlgorithm and only contains one output with unsigned char array and one component. In the request data func

Re: [Paraview] vtkImageData Plugin, vtkImageData not rendered

2017-01-09 Thread Lodron, Gerald
...@kitware.com] Gesendet: Montag, 09. Jänner 2017 19:40 An: Lodron, Gerald Cc: Paraview User (paraview@paraview.org); Paraview Developer (paraview-develop...@paraview.org) Betreff: Re: [Paraview] vtkImageData Plugin, vtkImageData not rendered Hi Gerald, Not sure it is the only issue but please try

Re: [Paraview] [Paraview-developers] vtkImageData Plugin, vtkImageData not rendered

2017-01-09 Thread Lodron, Gerald
, 1, 1) Origin: (0, 0, 0) Dimensions: (1600, 1200, 1) Increments: (0, 0, 0) Extent: (0, 1599, 0, 1199, 0, 0) Von: Paraview-developers [mailto:paraview-developers-boun...@paraview.org] Im Auftrag von Lodron, Gerald Gesendet: Dienstag, 10. Jänner 2017 06:49 An: Joachim Pouderoux Cc

Re: [Paraview] [Paraview-developers] vtkImageData Plugin, vtkImageData not rendered

2017-01-11 Thread Lodron, Gerald
2017 19:09 An: Lodron, Gerald Cc: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: Re: [Paraview-developers] [Paraview] vtkImageData Plugin, vtkImageData not rendered Hmm sorry if I had took a closer look I would have seen that AllocateScalars

Re: [Paraview] [Paraview-developers] vtkImageData Plugin, vtkImageData not rendered

2017-01-11 Thread Lodron, Gerald
correct, that’s the UID string of the sensor/camera which generates the vtkImagedata, I set the string from its SDK…. I will try writing the vti file for you…. Von: Joachim Pouderoux [mailto:joachim.pouder...@kitware.com] Gesendet: Dienstag, 10. Jänner 2017 19:09 An: Lodron, Gerald Cc

[Paraview] Migration plugin from pqNamedObjectPanel to pqPropertyWidget

2017-01-13 Thread Lodron, Gerald
Hi I am migrating my plugins from pqNamedObjectPanel to new pqPropertyWidget. I have 2 unsolved taskes in one of my more complicated filters left which I cannot figure out how to solve: First Problem: I have a small getterfunction with a text of my plugin filter which includes some informati

Re: [Paraview] [Paraview-developers] vtkImageData Plugin, vtkImageData not rendered

2017-01-13 Thread Lodron, Gerald
det: Donnerstag, 12. Jänner 2017 22:28 An: Lodron, Gerald Cc: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: Re: [Paraview-developers] [Paraview] vtkImageData Plugin, vtkImageData not rendered OK. That's weired, your VTI is correct. And what if

Re: [Paraview] [Paraview-developers] vtkImageData Plugin, vtkImageData not rendered

2017-01-16 Thread Lodron, Gerald
data function. I copied that workflow of the PCLPlugin of Paraview of the Kinect OpenNI Source….. the commented code also displays the *.vti writing Best regards, Gerald Von: Joachim Pouderoux [mailto:joachim.pouder...@kitware.com] Gesendet: Freitag, 13. Jänner 2017 15:45 An: Lodron, Gerald Cc

Re: [Paraview] [Paraview-developers] vtkImageData Plugin, vtkImageData not rendered

2017-01-16 Thread Lodron, Gerald
rid output filter? Von: Joachim Pouderoux [mailto:joachim.pouder...@kitware.com] Gesendet: Montag, 16. Jänner 2017 20:11 An: Lodron, Gerald Cc: Paraview Developer (paraview-develop...@paraview.org); Paraview User (paraview@paraview.org) Betreff: Re: [Paraview-developers] [Paraview] vtkImageData Plugin, vtkIma

Re: [Paraview] [Paraview-developers] vtkImageData Plugin, vtkImageData not rendered

2017-01-17 Thread Lodron, Gerald
e" representation manually, any hints how to do that automatically? Would also like to turn off "MapScalars" by default... -Ursprüngliche Nachricht- Von: Lodron, Gerald Gesendet: Dienstag, 17. Jänner 2017 08:36 An: 'Joachim Pouderoux' Cc: Paraview Developer (paravie