From felipebordeu at gmail.com Fri Feb 5 09:29:03 2016 From: felipebordeu at gmail.com (Felipe Bordeu) Date: Fri, 5 Feb 2016 15:29:03 +0100 Subject: [Paraview-developers] Problem with save state in python format (missing apply opacity to objects) Message-ID: Hello, I just found a bug in the latest verison 5.0.0 home compilation in linux (and binary versoiin from Web for windows) to replicate: - create a Wavelet source - change to Volume representation - change the opacity transfert function - File-> Save State -> in python format -> use default ("any *modified* properties" and "Skip Hiden..." checked) (I tested with all 4 conbination of this options) - Edit -> Reset Session - Tools-> Python Shell -> Run Script (run the just created state in python) The opacity is not applyed in the attached file the output of the Save stated with the extra line to make things work. Felipe -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: test.py Type: application/octet-stream Size: 3017 bytes Desc: not available URL: From mathieu.westphal at kitware.com Fri Feb 5 09:31:29 2016 From: mathieu.westphal at kitware.com (Mathieu Westphal) Date: Fri, 5 Feb 2016 15:31:29 +0100 Subject: [Paraview-developers] Problem with save state in python format (missing apply opacity to objects) In-Reply-To: References: Message-ID: Hello Thanks, you're welcome to enter a bug in the paraview BugTracker: http://www.paraview.org/Bug/my_view_page.php Mathieu Westphal On Fri, Feb 5, 2016 at 3:29 PM, Felipe Bordeu wrote: > Hello, > > I just found a bug in the latest verison 5.0.0 home compilation in linux > (and binary versoiin from Web for windows) > > to replicate: > > - create a Wavelet source > - change to Volume representation > - change the opacity transfert function > - File-> Save State -> in python format -> use default ("any *modified* > properties" and "Skip Hiden..." checked) (I tested with all 4 conbination > of this options) > > - Edit -> Reset Session > - Tools-> Python Shell -> Run Script (run the just created state in python) > > The opacity is not applyed > > in the attached file the output of the Save stated with the extra line to > make things work. > > Felipe > > > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Search the list archives at: > http://markmail.org/search/?q=Paraview-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview-developers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From felipebordeu at gmail.com Fri Feb 5 09:49:52 2016 From: felipebordeu at gmail.com (Felipe Bordeu) Date: Fri, 5 Feb 2016 15:49:52 +0100 Subject: [Paraview-developers] Problem with save state in python format (missing apply opacity to objects) In-Reply-To: References: Message-ID: Done, http://www.paraview.org/Bug/view.php?id=15975 but I never know wich project do I have to choose (TBD, Catalyst....) Felipe 2016-02-05 15:31 GMT+01:00 Mathieu Westphal : > Hello > > Thanks, you're welcome to enter a bug in the paraview BugTracker: > http://www.paraview.org/Bug/my_view_page.php > > Mathieu Westphal > > On Fri, Feb 5, 2016 at 3:29 PM, Felipe Bordeu > wrote: > >> Hello, >> >> I just found a bug in the latest verison 5.0.0 home compilation in linux >> (and binary versoiin from Web for windows) >> >> to replicate: >> >> - create a Wavelet source >> - change to Volume representation >> - change the opacity transfert function >> - File-> Save State -> in python format -> use default ("any *modified* >> properties" and "Skip Hiden..." checked) (I tested with all 4 conbination >> of this options) >> >> - Edit -> Reset Session >> - Tools-> Python Shell -> Run Script (run the just created state in >> python) >> >> The opacity is not applyed >> >> in the attached file the output of the Save stated with the extra line to >> make things work. >> >> Felipe >> >> >> >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Search the list archives at: >> http://markmail.org/search/?q=Paraview-developers >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview-developers >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Fri Feb 5 09:59:58 2016 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Fri, 5 Feb 2016 09:59:58 -0500 Subject: [Paraview-developers] ANN: ParaView 5.0.1 coming soon Message-ID: Folks, Just wanted to let everyone know that we're working on a small patch release of ParaView. For list of bug fixed/targeted for this patch release is: http://www.paraview.org/Bug/view_all_bug_page.php?filter=107037 The release should happen in month of Feb. Utkarsh -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Fri Feb 5 10:54:13 2016 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Fri, 5 Feb 2016 10:54:13 -0500 Subject: [Paraview-developers] Problem with save state in python format (missing apply opacity to objects) In-Reply-To: References: Message-ID: > but I never know wich project do I have to choose (TBD, Catalyst....) Just leave it as TBD. It's an internal field used by customers who have active projects to track how the bug should be addressed. From felipebordeu at gmail.com Sat Feb 6 09:59:37 2016 From: felipebordeu at gmail.com (Felipe Bordeu) Date: Sat, 6 Feb 2016 15:59:37 +0100 Subject: [Paraview-developers] Compiling the plugin using Superbuild on Kitware Message-ID: Utkarsh, After some (political) work (to release the sources) and some cleaning, I was able to create a github repository [1] and I followed all the steps to make the changes to the superbuild (gitlab account, cdash account...ssh keys...). I created a merge request https://gitlab.kitware.com/paraview/paraview-superbuild/merge_requests/91 I use the same logic as the vistrails and the acusolve plugins (same scripts and modifications to the CMakeLists.txt and versions.cmake files) in the ParaviewSuperBuild. Now I have 3 questions: 1) I registered on the CDash.org but I cant find the "ParaView-Superbuild" in the CDash home page to "Subscribe to this project" as the instructions said [2]. 2) How do I treat compilation errors? I have only a Linux to test the compilation before doing pushes. 3) How do I define configuration options (cmake options), or the plugin must compile the the 3 environnements with the default options. Thanks [1] https://github.com/fbordeu/PxdmfToolsForParaView [2] https://gitlab.kitware.com/paraview/paraview-superbuild/blob/master/Documentation/dev/git/develop.md#setup ps: What "MR" means in your previous email?? >Felipe, > >> For the moment we don't have a license (I have to read the BSD license). > >Okay. You should figure this part out sooner rather than later. > > >> For building the plugin we use : >> boost (because the Xdmf3lib reader use it) >> latex to build the pdf of the documentation and include it in the .so file. >> I added a "save documentation to disk" button in the plugin . (this in not >> mandatory, I can disable this) >> blas (cblas of just blas): we do intensive computation so we really need >> blas. (I have a "no_blas" flag to compile the plugin on android/IOS). > > >ParaView Superbuild doesn't have "blas". You'll need to extend the >superbuild to teach it how to build & package that as well. > >> Now my question is how to handle releases and compilation errors?? >> Do I have to put the sources in a github? > >Yes, you can create a merge-request on the ParaVIew supbuild gitlab[1] >. We can do builds on all platforms from a MR that you can then use to >track down any build issues that may be introduced as a result of the >changes. > >Utkarsh > > >[1] https://gitlab.kitware.com/paraview/paraview-superbuild -------------- next part -------------- An HTML attachment was scrubbed... URL: From wascott at sandia.gov Mon Feb 8 20:12:40 2016 From: wascott at sandia.gov (Scott, W Alan) Date: Tue, 9 Feb 2016 01:12:40 +0000 Subject: [Paraview-developers] [EXTERNAL] ANN: ParaView 5.0.1 coming soon In-Reply-To: References: Message-ID: <0424f299c74c4aa6a6f2bf887511cf81@ES01AMSNLNT.srn.sandia.gov> Utkarsh, Thanks for the heads up. All, The link below didn?t work for me. It just shows a huge number of bugs. However, if you select ?Target Version? 5.0.1, then Apply Filter, you will see the upcoming changes for the small patch release. The main one of interest for folks that build and use remote server is 15960. Alan From: Paraview-developers [mailto:paraview-developers-bounces at paraview.org] On Behalf Of Utkarsh Ayachit Sent: Friday, February 05, 2016 8:00 AM To: ParaView; ParaView Developers Subject: [EXTERNAL] [Paraview-developers] ANN: ParaView 5.0.1 coming soon Folks, Just wanted to let everyone know that we're working on a small patch release of ParaView. For list of bug fixed/targeted for this patch release is: http://www.paraview.org/Bug/view_all_bug_page.php?filter=107037 The release should happen in month of Feb. Utkarsh -------------- next part -------------- An HTML attachment was scrubbed... URL: From bjoern.code at googlemail.com Tue Feb 9 04:14:35 2016 From: bjoern.code at googlemail.com (Bjoern Peeters) Date: Tue, 9 Feb 2016 10:14:35 +0100 Subject: [Paraview-developers] Mismatch of progressBar text + value Message-ID: <56B9ADFB.6010605@googlemail.com> Hi all, for the development of a reader plugin I try to show the current progress as a value and a text. Therefore I use the code below in the RequestData function. If I ran this code the progress is either not shown or the combination of the stored text, (ParaView-added) current value and the visible progress mismatch. You can clearly see it in the third line of the output, where the right progress but the text from the first and the printed value from the second one are shown. Code (in RequestData): this->UpdateProgress(0.1); this->SetProgressText("text01"); cout << "progressBar01 value:: " << this->GetProgress() << ", text: " << this->GetProgressText() << endl; std::this_thread::sleep_for(std::chrono::seconds(5)); this->UpdateProgress(0.3); this->SetProgressText("text03"); cout << "progressBar03 value:: " << this->GetProgress() << ", text: " << this->GetProgressText() << endl; std::this_thread::sleep_for(std::chrono::seconds(5)); ... the same for 0.5 and 0.7 Output: ------------ output of code ------------ ----- output of progressBar ----- progressBar01 value :: 0.1, text : text01 -> 0 % visible, no text progressBar03 value :: 0.3, text : text03 -> 30 % visible, no text progressBar05 value :: 0.5, text : text05 -> 50 % visible, text : "text01: 30" progressBar07 value :: 0.7, text : text07 -> 70 % visible, text : "text03: 50" Do you have any explanation for this behaviour and an idea how I can fix this ? Thanks Bjorn From dave.demarle at kitware.com Tue Feb 9 11:02:49 2016 From: dave.demarle at kitware.com (David E DeMarle) Date: Tue, 9 Feb 2016 11:02:49 -0500 Subject: [Paraview-developers] google summer of code 2016 - project ideas and mentor volunteers Message-ID: Hey gang, It is GSoC application time again and we need project ideas and mentors for those projects. See http://www.vtk.org/Wiki/VTK/GSoC_2016 for the idea list and do feel free to edit it directly if you like. The project ideas list is a key part of our application to have VTK taken up and for students to be funded under GSoC. Since most students base their proposals directly on ideas in it, it is also a big part of what we can expect to get out of the summer. So, if you've got ideas for things that you would like to see college/graduate students do with or to VTK over the summer, please add them to the list. Ideally the ideas should have some sort of wow factor (like Andy Bauer's proposal last year for motion amplification in VTK) in order to entice students to apply to VTK over all the other organizations. Each project needs at least one mentor. Advisors should know VTK well and be able to commit to spending something like two to six hours per week advising a remote student. Keep in mind that the coaching and talent development aspect is perhaps the most important goal of GSoC, so mentors should be able to engage their students throughout and attempt to groom them to become regular contributors. thanks David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Orlando.RIVERA at mtu.de Fri Feb 12 08:45:34 2016 From: Orlando.RIVERA at mtu.de (RIVERA ROLDAN, Jorge Orlando) Date: Fri, 12 Feb 2016 13:45:34 +0000 Subject: [Paraview-developers] question of IntVectorPropertyin xml Message-ID: Hello When writting the Server Configuration i have defined an entry Like Some values are easy to understand but can someone please explain to me what is the meaning of number_of_elements=0 (I assume is a dynamic type with any number of elements) -- MTU Aero Engines AG Vorstand/Board of Management: Reiner Winkler, Vorsitzender/CEO; Dr. Rainer Martens, Michael Schreyoegg Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: Klaus Eberhardt Sitz der Gesellschaft/Registered Office: Muenchen Handelsregister/Commercial Register: Muenchen HRB 157206 Diese E-Mail sowie ihre Anhaenge enthalten MTU-eigene vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte den Absender und loeschen Sie diese E-Mail sowie die Anhaenge. Das unbefugte Speichern, Kopieren oder Weiterleiten ist nicht gestattet. This e-mail and any attached documents are proprietary to MTU, confidential or protected by law. If you are not the intended recipient, please advise the sender and delete this message and its attachments. Any unauthorised storing, copying or distribution is prohibited. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Orlando.RIVERA at mtu.de Fri Feb 12 08:46:54 2016 From: Orlando.RIVERA at mtu.de (RIVERA ROLDAN, Jorge Orlando) Date: Fri, 12 Feb 2016 13:46:54 +0000 Subject: [Paraview-developers] question of IntVectorPropertyin xml In-Reply-To: References: Message-ID: Hello When writing the Server Configuration i have defined an entry Like Some values are easy to understand but can someone please explain to me what is the meaning of number_of_elements=0 (I assume is a dynamic type with any number of elements) What about ? repeat_command="1" number_of_elements_per_command="1" many thanks in advance !!!!!! Von: RIVERA ROLDAN, Jorge Orlando Gesendet: Friday, 12. February 2016 14:46 An: paraview-developers at paraview.org Betreff: question of IntVectorPropertyin xml Hello When writting the Server Configuration i have defined an entry Like Some values are easy to understand but can someone please explain to me what is the meaning of number_of_elements=0 (I assume is a dynamic type with any number of elements) -- MTU Aero Engines AG Vorstand/Board of Management: Reiner Winkler, Vorsitzender/CEO; Dr. Rainer Martens, Michael Schreyoegg Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: Klaus Eberhardt Sitz der Gesellschaft/Registered Office: Muenchen Handelsregister/Commercial Register: Muenchen HRB 157206 Diese E-Mail sowie ihre Anhaenge enthalten MTU-eigene vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte den Absender und loeschen Sie diese E-Mail sowie die Anhaenge. Das unbefugte Speichern, Kopieren oder Weiterleiten ist nicht gestattet. This e-mail and any attached documents are proprietary to MTU, confidential or protected by law. If you are not the intended recipient, please advise the sender and delete this message and its attachments. Any unauthorised storing, copying or distribution is prohibited. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Fri Feb 12 09:40:07 2016 From: cory.quammen at kitware.com (Cory Quammen) Date: Fri, 12 Feb 2016 09:40:07 -0500 Subject: [Paraview-developers] question of IntVectorPropertyin xml In-Reply-To: References: Message-ID: number_of_elements = "0" - indicates that the property will be initialized with 0 elements repeat_command = "1" - indicates the command associated with this property can be called more than once, passing in values from the IntVectorProperty with each call use_index = "1" = set the first argument in the call to the command to the index of the element in the IntVectorProperty number_of_elements_per_command = "1" - each call to the command expects only 1 element from the IntVectorProperty as an argument. All these properties are appropriate if the signature of the command is SetDisplayStructure(int index, int value); If you need to set the number of display structures in advance, you would need to define set_number_command="SetNumberOfDisplayStructures" which takes an int argument that will be the number of elements in the IntVectorProperty when called (probably divided by the number of elements per command. If you have a function that clears out the display structure list, you can define clean_command="ResetDisplayStructures" where ResetDisplayStructures() takes no arguments. Hope that helps, Cory On Fri, Feb 12, 2016 at 8:46 AM, RIVERA ROLDAN, Jorge Orlando wrote: > Hello > > > > When writing the Server Configuration i have defined an entry > > Like > > > > > command="SetDisplayStructure" > > number_of_elements="0" > > repeat_command="1" > > number_of_elements_per_command="1" > > use_index="1" > > default_values="0" > > > > > > > > > Some values are easy to understand but can someone please explain to me > what is the meaning of number_of_elements=0 (I assume is a dynamic type > with any number of elements) > > > > > > What about ? > > repeat_command="1" > > number_of_elements_per_command="1" > > > > > > many thanks in advance !!!!!! > > > > > > > > > > > > > > Von: RIVERA ROLDAN, Jorge Orlando > Gesendet: Friday, 12. February 2016 14:46 > An: paraview-developers at paraview.org > Betreff: question of IntVectorPropertyin xml > > > > Hello > > > > When writting the Server Configuration i have defined an entry > > Like > > > > > command="SetDisplayStructure" > > number_of_elements="0" > > repeat_command="1" > > number_of_elements_per_command="1" > > use_index="1" > > default_values="0" > > > > > > > > > Some values are easy to understand but can someone please explain to me > what is the meaning of number_of_elements=0 (I assume is a dynamic type > with any number of elements) > > > > > > -- > MTU Aero Engines AG > Vorstand/Board of Management: Reiner Winkler, Vorsitzender/CEO; Dr. Rainer > Martens, Michael Schreyoegg > Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: Klaus > Eberhardt > Sitz der Gesellschaft/Registered Office: Muenchen > Handelsregister/Commercial Register: Muenchen HRB 157206 > > Diese E-Mail sowie ihre Anhaenge enthalten MTU-eigene vertrauliche oder > rechtlich geschuetzte Informationen. > Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte den > Absender und loeschen Sie diese > E-Mail sowie die Anhaenge. Das unbefugte Speichern, Kopieren oder > Weiterleiten ist nicht gestattet. > > This e-mail and any attached documents are proprietary to MTU, confidential > or protected by law. > If you are not the intended recipient, please advise the sender and delete > this message and its attachments. > Any unauthorised storing, copying or distribution is prohibited. > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Search the list archives at: > http://markmail.org/search/?q=Paraview-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview-developers > -- Cory Quammen R&D Engineer Kitware, Inc. From joachim.pouderoux at kitware.com Fri Feb 12 10:04:47 2016 From: joachim.pouderoux at kitware.com (Joachim Pouderoux) Date: Fri, 12 Feb 2016 16:04:47 +0100 Subject: [Paraview-developers] question of IntVectorPropertyin xml In-Reply-To: References: Message-ID: Cory, It would be great to put this on http://www.paraview.org/Wiki/ParaView/Plugin_HowTo don't you think? :) Joachim *Joachim Pouderoux* *PhD, Technical Expert* *Kitware SAS * 2016-02-12 15:40 GMT+01:00 Cory Quammen : > number_of_elements = "0" - indicates that the property will be > initialized with 0 elements > > repeat_command = "1" - indicates the command associated with this > property can be called more than once, passing in values from the > IntVectorProperty with each call > > use_index = "1" = set the first argument in the call to the command to > the index of the element in the IntVectorProperty > > number_of_elements_per_command = "1" - each call to the command > expects only 1 element from the IntVectorProperty as an argument. > > All these properties are appropriate if the signature of the command is > > SetDisplayStructure(int index, int value); > > If you need to set the number of display structures in advance, you > would need to define > > set_number_command="SetNumberOfDisplayStructures" > > which takes an int argument that will be the number of elements in the > IntVectorProperty when called (probably divided by the number of > elements per command. > > If you have a function that clears out the display structure list, you > can define > > clean_command="ResetDisplayStructures" > > where ResetDisplayStructures() takes no arguments. > > Hope that helps, > Cory > > On Fri, Feb 12, 2016 at 8:46 AM, RIVERA ROLDAN, Jorge Orlando > wrote: > > Hello > > > > > > > > When writing the Server Configuration i have defined an entry > > > > Like > > > > > > > > > > > command="SetDisplayStructure" > > > > number_of_elements="0" > > > > repeat_command="1" > > > > number_of_elements_per_command="1" > > > > use_index="1" > > > > default_values="0" > > > > > > > > > > > > > > > > > Some values are easy to understand but can someone please explain > to me > > what is the meaning of number_of_elements=0 (I assume is a dynamic > type > > with any number of elements) > > > > > > > > > > > > What about ? > > > > repeat_command="1" > > > > number_of_elements_per_command="1" > > > > > > > > > > > > many thanks in advance !!!!!! > > > > > > > > > > > > > > > > > > > > > > > > > > > > Von: RIVERA ROLDAN, Jorge Orlando > > Gesendet: Friday, 12. February 2016 14:46 > > An: paraview-developers at paraview.org > > Betreff: question of IntVectorPropertyin xml > > > > > > > > Hello > > > > > > > > When writting the Server Configuration i have defined an entry > > > > Like > > > > > > > > > > > command="SetDisplayStructure" > > > > number_of_elements="0" > > > > repeat_command="1" > > > > number_of_elements_per_command="1" > > > > use_index="1" > > > > default_values="0" > > > > > > > > > > > > > > > > > Some values are easy to understand but can someone please explain > to me > > what is the meaning of number_of_elements=0 (I assume is a dynamic > type > > with any number of elements) > > > > > > > > > > > > -- > > MTU Aero Engines AG > > Vorstand/Board of Management: Reiner Winkler, Vorsitzender/CEO; Dr. > Rainer > > Martens, Michael Schreyoegg > > Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: Klaus > > Eberhardt > > Sitz der Gesellschaft/Registered Office: Muenchen > > Handelsregister/Commercial Register: Muenchen HRB 157206 > > > > Diese E-Mail sowie ihre Anhaenge enthalten MTU-eigene vertrauliche oder > > rechtlich geschuetzte Informationen. > > Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte > den > > Absender und loeschen Sie diese > > E-Mail sowie die Anhaenge. Das unbefugte Speichern, Kopieren oder > > Weiterleiten ist nicht gestattet. > > > > This e-mail and any attached documents are proprietary to MTU, > confidential > > or protected by law. > > If you are not the intended recipient, please advise the sender and > delete > > this message and its attachments. > > Any unauthorised storing, copying or distribution is prohibited. > > > > _______________________________________________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at > > http://www.kitware.com/opensource/opensource.html > > > > Search the list archives at: > > http://markmail.org/search/?q=Paraview-developers > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/paraview-developers > > > > > > -- > Cory Quammen > R&D Engineer > Kitware, Inc. > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Search the list archives at: > http://markmail.org/search/?q=Paraview-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview-developers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Fri Feb 12 10:10:08 2016 From: cory.quammen at kitware.com (Cory Quammen) Date: Fri, 12 Feb 2016 10:10:08 -0500 Subject: [Paraview-developers] question of IntVectorPropertyin xml In-Reply-To: References: Message-ID: Agreed :-) Cory On Fri, Feb 12, 2016 at 10:04 AM, Joachim Pouderoux wrote: > Cory, > > It would be great to put this on > http://www.paraview.org/Wiki/ParaView/Plugin_HowTo don't you think? :) > > Joachim > > Joachim Pouderoux > > PhD, Technical Expert > Kitware SAS > > > 2016-02-12 15:40 GMT+01:00 Cory Quammen : >> >> number_of_elements = "0" - indicates that the property will be >> initialized with 0 elements >> >> repeat_command = "1" - indicates the command associated with this >> property can be called more than once, passing in values from the >> IntVectorProperty with each call >> >> use_index = "1" = set the first argument in the call to the command to >> the index of the element in the IntVectorProperty >> >> number_of_elements_per_command = "1" - each call to the command >> expects only 1 element from the IntVectorProperty as an argument. >> >> All these properties are appropriate if the signature of the command is >> >> SetDisplayStructure(int index, int value); >> >> If you need to set the number of display structures in advance, you >> would need to define >> >> set_number_command="SetNumberOfDisplayStructures" >> >> which takes an int argument that will be the number of elements in the >> IntVectorProperty when called (probably divided by the number of >> elements per command. >> >> If you have a function that clears out the display structure list, you >> can define >> >> clean_command="ResetDisplayStructures" >> >> where ResetDisplayStructures() takes no arguments. >> >> Hope that helps, >> Cory >> >> On Fri, Feb 12, 2016 at 8:46 AM, RIVERA ROLDAN, Jorge Orlando >> wrote: >> > Hello >> > >> > >> > >> > When writing the Server Configuration i have defined an entry >> > >> > Like >> > >> > >> > >> > > > >> > command="SetDisplayStructure" >> > >> > number_of_elements="0" >> > >> > repeat_command="1" >> > >> > number_of_elements_per_command="1" >> > >> > use_index="1" >> > >> > default_values="0" >> > >> > > >> > >> > >> > >> > >> > >> > Some values are easy to understand but can someone please explain >> > to me >> > what is the meaning of number_of_elements=0 (I assume is a dynamic >> > type >> > with any number of elements) >> > >> > >> > >> > >> > >> > What about ? >> > >> > repeat_command="1" >> > >> > number_of_elements_per_command="1" >> > >> > >> > >> > >> > >> > many thanks in advance !!!!!! >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > Von: RIVERA ROLDAN, Jorge Orlando >> > Gesendet: Friday, 12. February 2016 14:46 >> > An: paraview-developers at paraview.org >> > Betreff: question of IntVectorPropertyin xml >> > >> > >> > >> > Hello >> > >> > >> > >> > When writting the Server Configuration i have defined an entry >> > >> > Like >> > >> > >> > >> > > > >> > command="SetDisplayStructure" >> > >> > number_of_elements="0" >> > >> > repeat_command="1" >> > >> > number_of_elements_per_command="1" >> > >> > use_index="1" >> > >> > default_values="0" >> > >> > > >> > >> > >> > >> > >> > >> > Some values are easy to understand but can someone please explain >> > to me >> > what is the meaning of number_of_elements=0 (I assume is a dynamic >> > type >> > with any number of elements) >> > >> > >> > >> > >> > >> > -- >> > MTU Aero Engines AG >> > Vorstand/Board of Management: Reiner Winkler, Vorsitzender/CEO; Dr. >> > Rainer >> > Martens, Michael Schreyoegg >> > Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: Klaus >> > Eberhardt >> > Sitz der Gesellschaft/Registered Office: Muenchen >> > Handelsregister/Commercial Register: Muenchen HRB 157206 >> > >> > Diese E-Mail sowie ihre Anhaenge enthalten MTU-eigene vertrauliche oder >> > rechtlich geschuetzte Informationen. >> > Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte >> > den >> > Absender und loeschen Sie diese >> > E-Mail sowie die Anhaenge. Das unbefugte Speichern, Kopieren oder >> > Weiterleiten ist nicht gestattet. >> > >> > This e-mail and any attached documents are proprietary to MTU, >> > confidential >> > or protected by law. >> > If you are not the intended recipient, please advise the sender and >> > delete >> > this message and its attachments. >> > Any unauthorised storing, copying or distribution is prohibited. >> > >> > _______________________________________________ >> > Powered by www.kitware.com >> > >> > Visit other Kitware open-source projects at >> > http://www.kitware.com/opensource/opensource.html >> > >> > Search the list archives at: >> > http://markmail.org/search/?q=Paraview-developers >> > >> > Follow this link to subscribe/unsubscribe: >> > http://public.kitware.com/mailman/listinfo/paraview-developers >> > >> >> >> >> -- >> Cory Quammen >> R&D Engineer >> Kitware, Inc. >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Search the list archives at: >> http://markmail.org/search/?q=Paraview-developers >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview-developers > > -- Cory Quammen R&D Engineer Kitware, Inc. From mathieu.westphal at kitware.com Fri Feb 12 10:12:18 2016 From: mathieu.westphal at kitware.com (Mathieu Westphal) Date: Fri, 12 Feb 2016 16:12:18 +0100 Subject: [Paraview-developers] question of IntVectorPropertyin xml In-Reply-To: References: Message-ID: With all that kind of informations and hints, like different types of domains, View type hints, Representation Hints .... Mathieu Westphal On Fri, Feb 12, 2016 at 4:10 PM, Cory Quammen wrote: > Agreed :-) > > Cory > > On Fri, Feb 12, 2016 at 10:04 AM, Joachim Pouderoux > wrote: > > Cory, > > > > It would be great to put this on > > http://www.paraview.org/Wiki/ParaView/Plugin_HowTo don't you think? :) > > > > Joachim > > > > Joachim Pouderoux > > > > PhD, Technical Expert > > Kitware SAS > > > > > > 2016-02-12 15:40 GMT+01:00 Cory Quammen : > >> > >> number_of_elements = "0" - indicates that the property will be > >> initialized with 0 elements > >> > >> repeat_command = "1" - indicates the command associated with this > >> property can be called more than once, passing in values from the > >> IntVectorProperty with each call > >> > >> use_index = "1" = set the first argument in the call to the command to > >> the index of the element in the IntVectorProperty > >> > >> number_of_elements_per_command = "1" - each call to the command > >> expects only 1 element from the IntVectorProperty as an argument. > >> > >> All these properties are appropriate if the signature of the command is > >> > >> SetDisplayStructure(int index, int value); > >> > >> If you need to set the number of display structures in advance, you > >> would need to define > >> > >> set_number_command="SetNumberOfDisplayStructures" > >> > >> which takes an int argument that will be the number of elements in the > >> IntVectorProperty when called (probably divided by the number of > >> elements per command. > >> > >> If you have a function that clears out the display structure list, you > >> can define > >> > >> clean_command="ResetDisplayStructures" > >> > >> where ResetDisplayStructures() takes no arguments. > >> > >> Hope that helps, > >> Cory > >> > >> On Fri, Feb 12, 2016 at 8:46 AM, RIVERA ROLDAN, Jorge Orlando > >> wrote: > >> > Hello > >> > > >> > > >> > > >> > When writing the Server Configuration i have defined an entry > >> > > >> > Like > >> > > >> > > >> > > >> > >> > > >> > command="SetDisplayStructure" > >> > > >> > number_of_elements="0" > >> > > >> > repeat_command="1" > >> > > >> > number_of_elements_per_command="1" > >> > > >> > use_index="1" > >> > > >> > default_values="0" > >> > > >> > > > >> > > >> > > >> > > >> > > >> > > >> > Some values are easy to understand but can someone please explain > >> > to me > >> > what is the meaning of number_of_elements=0 (I assume is a dynamic > >> > type > >> > with any number of elements) > >> > > >> > > >> > > >> > > >> > > >> > What about ? > >> > > >> > repeat_command="1" > >> > > >> > number_of_elements_per_command="1" > >> > > >> > > >> > > >> > > >> > > >> > many thanks in advance !!!!!! > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > Von: RIVERA ROLDAN, Jorge Orlando > >> > Gesendet: Friday, 12. February 2016 14:46 > >> > An: paraview-developers at paraview.org > >> > Betreff: question of IntVectorPropertyin xml > >> > > >> > > >> > > >> > Hello > >> > > >> > > >> > > >> > When writting the Server Configuration i have defined an entry > >> > > >> > Like > >> > > >> > > >> > > >> > >> > > >> > command="SetDisplayStructure" > >> > > >> > number_of_elements="0" > >> > > >> > repeat_command="1" > >> > > >> > number_of_elements_per_command="1" > >> > > >> > use_index="1" > >> > > >> > default_values="0" > >> > > >> > > > >> > > >> > > >> > > >> > > >> > > >> > Some values are easy to understand but can someone please explain > >> > to me > >> > what is the meaning of number_of_elements=0 (I assume is a dynamic > >> > type > >> > with any number of elements) > >> > > >> > > >> > > >> > > >> > > >> > -- > >> > MTU Aero Engines AG > >> > Vorstand/Board of Management: Reiner Winkler, Vorsitzender/CEO; Dr. > >> > Rainer > >> > Martens, Michael Schreyoegg > >> > Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: > Klaus > >> > Eberhardt > >> > Sitz der Gesellschaft/Registered Office: Muenchen > >> > Handelsregister/Commercial Register: Muenchen HRB 157206 > >> > > >> > Diese E-Mail sowie ihre Anhaenge enthalten MTU-eigene vertrauliche > oder > >> > rechtlich geschuetzte Informationen. > >> > Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie > bitte > >> > den > >> > Absender und loeschen Sie diese > >> > E-Mail sowie die Anhaenge. Das unbefugte Speichern, Kopieren oder > >> > Weiterleiten ist nicht gestattet. > >> > > >> > This e-mail and any attached documents are proprietary to MTU, > >> > confidential > >> > or protected by law. > >> > If you are not the intended recipient, please advise the sender and > >> > delete > >> > this message and its attachments. > >> > Any unauthorised storing, copying or distribution is prohibited. > >> > > >> > _______________________________________________ > >> > Powered by www.kitware.com > >> > > >> > Visit other Kitware open-source projects at > >> > http://www.kitware.com/opensource/opensource.html > >> > > >> > Search the list archives at: > >> > http://markmail.org/search/?q=Paraview-developers > >> > > >> > Follow this link to subscribe/unsubscribe: > >> > http://public.kitware.com/mailman/listinfo/paraview-developers > >> > > >> > >> > >> > >> -- > >> Cory Quammen > >> R&D Engineer > >> Kitware, Inc. > >> _______________________________________________ > >> Powered by www.kitware.com > >> > >> Visit other Kitware open-source projects at > >> http://www.kitware.com/opensource/opensource.html > >> > >> Search the list archives at: > >> http://markmail.org/search/?q=Paraview-developers > >> > >> Follow this link to subscribe/unsubscribe: > >> http://public.kitware.com/mailman/listinfo/paraview-developers > > > > > > > > -- > Cory Quammen > R&D Engineer > Kitware, Inc. > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Search the list archives at: > http://markmail.org/search/?q=Paraview-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview-developers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joachim.pouderoux at kitware.com Fri Feb 12 10:19:11 2016 From: joachim.pouderoux at kitware.com (Joachim Pouderoux) Date: Fri, 12 Feb 2016 16:19:11 +0100 Subject: [Paraview-developers] question of IntVectorPropertyin xml In-Reply-To: References: Message-ID: Yes, please write a fully detailed documentation of the ServerManager :D Mathieu: for hints there is a specific wiki page: http://www.paraview.org/Wiki/ServerManager_XML_Hints *Joachim Pouderoux* *PhD, Technical Expert* *Kitware SAS * 2016-02-12 16:12 GMT+01:00 Mathieu Westphal : > With all that kind of informations and hints, like different types of > domains, View type hints, Representation Hints .... > > Mathieu Westphal > > On Fri, Feb 12, 2016 at 4:10 PM, Cory Quammen > wrote: > >> Agreed :-) >> >> Cory >> >> On Fri, Feb 12, 2016 at 10:04 AM, Joachim Pouderoux >> wrote: >> > Cory, >> > >> > It would be great to put this on >> > http://www.paraview.org/Wiki/ParaView/Plugin_HowTo don't you think? :) >> > >> > Joachim >> > >> > Joachim Pouderoux >> > >> > PhD, Technical Expert >> > Kitware SAS >> > >> > >> > 2016-02-12 15:40 GMT+01:00 Cory Quammen : >> >> >> >> number_of_elements = "0" - indicates that the property will be >> >> initialized with 0 elements >> >> >> >> repeat_command = "1" - indicates the command associated with this >> >> property can be called more than once, passing in values from the >> >> IntVectorProperty with each call >> >> >> >> use_index = "1" = set the first argument in the call to the command to >> >> the index of the element in the IntVectorProperty >> >> >> >> number_of_elements_per_command = "1" - each call to the command >> >> expects only 1 element from the IntVectorProperty as an argument. >> >> >> >> All these properties are appropriate if the signature of the command is >> >> >> >> SetDisplayStructure(int index, int value); >> >> >> >> If you need to set the number of display structures in advance, you >> >> would need to define >> >> >> >> set_number_command="SetNumberOfDisplayStructures" >> >> >> >> which takes an int argument that will be the number of elements in the >> >> IntVectorProperty when called (probably divided by the number of >> >> elements per command. >> >> >> >> If you have a function that clears out the display structure list, you >> >> can define >> >> >> >> clean_command="ResetDisplayStructures" >> >> >> >> where ResetDisplayStructures() takes no arguments. >> >> >> >> Hope that helps, >> >> Cory >> >> >> >> On Fri, Feb 12, 2016 at 8:46 AM, RIVERA ROLDAN, Jorge Orlando >> >> wrote: >> >> > Hello >> >> > >> >> > >> >> > >> >> > When writing the Server Configuration i have defined an entry >> >> > >> >> > Like >> >> > >> >> > >> >> > >> >> > > >> > >> >> > command="SetDisplayStructure" >> >> > >> >> > number_of_elements="0" >> >> > >> >> > repeat_command="1" >> >> > >> >> > number_of_elements_per_command="1" >> >> > >> >> > use_index="1" >> >> > >> >> > default_values="0" >> >> > >> >> > > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > Some values are easy to understand but can someone please >> explain >> >> > to me >> >> > what is the meaning of number_of_elements=0 (I assume is a >> dynamic >> >> > type >> >> > with any number of elements) >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > What about ? >> >> > >> >> > repeat_command="1" >> >> > >> >> > number_of_elements_per_command="1" >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > many thanks in advance !!!!!! >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > Von: RIVERA ROLDAN, Jorge Orlando >> >> > Gesendet: Friday, 12. February 2016 14:46 >> >> > An: paraview-developers at paraview.org >> >> > Betreff: question of IntVectorPropertyin xml >> >> > >> >> > >> >> > >> >> > Hello >> >> > >> >> > >> >> > >> >> > When writting the Server Configuration i have defined an entry >> >> > >> >> > Like >> >> > >> >> > >> >> > >> >> > > >> > >> >> > command="SetDisplayStructure" >> >> > >> >> > number_of_elements="0" >> >> > >> >> > repeat_command="1" >> >> > >> >> > number_of_elements_per_command="1" >> >> > >> >> > use_index="1" >> >> > >> >> > default_values="0" >> >> > >> >> > > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > Some values are easy to understand but can someone please >> explain >> >> > to me >> >> > what is the meaning of number_of_elements=0 (I assume is a >> dynamic >> >> > type >> >> > with any number of elements) >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > -- >> >> > MTU Aero Engines AG >> >> > Vorstand/Board of Management: Reiner Winkler, Vorsitzender/CEO; Dr. >> >> > Rainer >> >> > Martens, Michael Schreyoegg >> >> > Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: >> Klaus >> >> > Eberhardt >> >> > Sitz der Gesellschaft/Registered Office: Muenchen >> >> > Handelsregister/Commercial Register: Muenchen HRB 157206 >> >> > >> >> > Diese E-Mail sowie ihre Anhaenge enthalten MTU-eigene vertrauliche >> oder >> >> > rechtlich geschuetzte Informationen. >> >> > Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie >> bitte >> >> > den >> >> > Absender und loeschen Sie diese >> >> > E-Mail sowie die Anhaenge. Das unbefugte Speichern, Kopieren oder >> >> > Weiterleiten ist nicht gestattet. >> >> > >> >> > This e-mail and any attached documents are proprietary to MTU, >> >> > confidential >> >> > or protected by law. >> >> > If you are not the intended recipient, please advise the sender and >> >> > delete >> >> > this message and its attachments. >> >> > Any unauthorised storing, copying or distribution is prohibited. >> >> > >> >> > _______________________________________________ >> >> > Powered by www.kitware.com >> >> > >> >> > Visit other Kitware open-source projects at >> >> > http://www.kitware.com/opensource/opensource.html >> >> > >> >> > Search the list archives at: >> >> > http://markmail.org/search/?q=Paraview-developers >> >> > >> >> > Follow this link to subscribe/unsubscribe: >> >> > http://public.kitware.com/mailman/listinfo/paraview-developers >> >> > >> >> >> >> >> >> >> >> -- >> >> Cory Quammen >> >> R&D Engineer >> >> Kitware, Inc. >> >> _______________________________________________ >> >> Powered by www.kitware.com >> >> >> >> Visit other Kitware open-source projects at >> >> http://www.kitware.com/opensource/opensource.html >> >> >> >> Search the list archives at: >> >> http://markmail.org/search/?q=Paraview-developers >> >> >> >> Follow this link to subscribe/unsubscribe: >> >> http://public.kitware.com/mailman/listinfo/paraview-developers >> > >> > >> >> >> >> -- >> Cory Quammen >> R&D Engineer >> Kitware, Inc. >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Search the list archives at: >> http://markmail.org/search/?q=Paraview-developers >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview-developers >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathieu.westphal at kitware.com Fri Feb 12 10:21:28 2016 From: mathieu.westphal at kitware.com (Mathieu Westphal) Date: Fri, 12 Feb 2016 16:21:28 +0100 Subject: [Paraview-developers] question of IntVectorPropertyin xml In-Reply-To: References: Message-ID: Thanks for the link, I always miss this one. Mathieu Westphal On Fri, Feb 12, 2016 at 4:19 PM, Joachim Pouderoux < joachim.pouderoux at kitware.com> wrote: > Yes, please write a fully detailed documentation of the ServerManager :D > > Mathieu: for hints there is a specific wiki page: > http://www.paraview.org/Wiki/ServerManager_XML_Hints > > > *Joachim Pouderoux* > > *PhD, Technical Expert* > *Kitware SAS * > > > 2016-02-12 16:12 GMT+01:00 Mathieu Westphal > : > >> With all that kind of informations and hints, like different types of >> domains, View type hints, Representation Hints .... >> >> Mathieu Westphal >> >> On Fri, Feb 12, 2016 at 4:10 PM, Cory Quammen >> wrote: >> >>> Agreed :-) >>> >>> Cory >>> >>> On Fri, Feb 12, 2016 at 10:04 AM, Joachim Pouderoux >>> wrote: >>> > Cory, >>> > >>> > It would be great to put this on >>> > http://www.paraview.org/Wiki/ParaView/Plugin_HowTo don't you think? :) >>> > >>> > Joachim >>> > >>> > Joachim Pouderoux >>> > >>> > PhD, Technical Expert >>> > Kitware SAS >>> > >>> > >>> > 2016-02-12 15:40 GMT+01:00 Cory Quammen : >>> >> >>> >> number_of_elements = "0" - indicates that the property will be >>> >> initialized with 0 elements >>> >> >>> >> repeat_command = "1" - indicates the command associated with this >>> >> property can be called more than once, passing in values from the >>> >> IntVectorProperty with each call >>> >> >>> >> use_index = "1" = set the first argument in the call to the command to >>> >> the index of the element in the IntVectorProperty >>> >> >>> >> number_of_elements_per_command = "1" - each call to the command >>> >> expects only 1 element from the IntVectorProperty as an argument. >>> >> >>> >> All these properties are appropriate if the signature of the command >>> is >>> >> >>> >> SetDisplayStructure(int index, int value); >>> >> >>> >> If you need to set the number of display structures in advance, you >>> >> would need to define >>> >> >>> >> set_number_command="SetNumberOfDisplayStructures" >>> >> >>> >> which takes an int argument that will be the number of elements in the >>> >> IntVectorProperty when called (probably divided by the number of >>> >> elements per command. >>> >> >>> >> If you have a function that clears out the display structure list, you >>> >> can define >>> >> >>> >> clean_command="ResetDisplayStructures" >>> >> >>> >> where ResetDisplayStructures() takes no arguments. >>> >> >>> >> Hope that helps, >>> >> Cory >>> >> >>> >> On Fri, Feb 12, 2016 at 8:46 AM, RIVERA ROLDAN, Jorge Orlando >>> >> wrote: >>> >> > Hello >>> >> > >>> >> > >>> >> > >>> >> > When writing the Server Configuration i have defined an entry >>> >> > >>> >> > Like >>> >> > >>> >> > >>> >> > >>> >> > >> >> > >>> >> > command="SetDisplayStructure" >>> >> > >>> >> > number_of_elements="0" >>> >> > >>> >> > repeat_command="1" >>> >> > >>> >> > number_of_elements_per_command="1" >>> >> > >>> >> > use_index="1" >>> >> > >>> >> > default_values="0" >>> >> > >>> >> > > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > Some values are easy to understand but can someone please >>> explain >>> >> > to me >>> >> > what is the meaning of number_of_elements=0 (I assume is a >>> dynamic >>> >> > type >>> >> > with any number of elements) >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > What about ? >>> >> > >>> >> > repeat_command="1" >>> >> > >>> >> > number_of_elements_per_command="1" >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > many thanks in advance !!!!!! >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > Von: RIVERA ROLDAN, Jorge Orlando >>> >> > Gesendet: Friday, 12. February 2016 14:46 >>> >> > An: paraview-developers at paraview.org >>> >> > Betreff: question of IntVectorPropertyin xml >>> >> > >>> >> > >>> >> > >>> >> > Hello >>> >> > >>> >> > >>> >> > >>> >> > When writting the Server Configuration i have defined an entry >>> >> > >>> >> > Like >>> >> > >>> >> > >>> >> > >>> >> > >> >> > >>> >> > command="SetDisplayStructure" >>> >> > >>> >> > number_of_elements="0" >>> >> > >>> >> > repeat_command="1" >>> >> > >>> >> > number_of_elements_per_command="1" >>> >> > >>> >> > use_index="1" >>> >> > >>> >> > default_values="0" >>> >> > >>> >> > > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > Some values are easy to understand but can someone please >>> explain >>> >> > to me >>> >> > what is the meaning of number_of_elements=0 (I assume is a >>> dynamic >>> >> > type >>> >> > with any number of elements) >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > -- >>> >> > MTU Aero Engines AG >>> >> > Vorstand/Board of Management: Reiner Winkler, Vorsitzender/CEO; Dr. >>> >> > Rainer >>> >> > Martens, Michael Schreyoegg >>> >> > Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: >>> Klaus >>> >> > Eberhardt >>> >> > Sitz der Gesellschaft/Registered Office: Muenchen >>> >> > Handelsregister/Commercial Register: Muenchen HRB 157206 >>> >> > >>> >> > Diese E-Mail sowie ihre Anhaenge enthalten MTU-eigene vertrauliche >>> oder >>> >> > rechtlich geschuetzte Informationen. >>> >> > Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie >>> bitte >>> >> > den >>> >> > Absender und loeschen Sie diese >>> >> > E-Mail sowie die Anhaenge. Das unbefugte Speichern, Kopieren oder >>> >> > Weiterleiten ist nicht gestattet. >>> >> > >>> >> > This e-mail and any attached documents are proprietary to MTU, >>> >> > confidential >>> >> > or protected by law. >>> >> > If you are not the intended recipient, please advise the sender and >>> >> > delete >>> >> > this message and its attachments. >>> >> > Any unauthorised storing, copying or distribution is prohibited. >>> >> > >>> >> > _______________________________________________ >>> >> > Powered by www.kitware.com >>> >> > >>> >> > Visit other Kitware open-source projects at >>> >> > http://www.kitware.com/opensource/opensource.html >>> >> > >>> >> > Search the list archives at: >>> >> > http://markmail.org/search/?q=Paraview-developers >>> >> > >>> >> > Follow this link to subscribe/unsubscribe: >>> >> > http://public.kitware.com/mailman/listinfo/paraview-developers >>> >> > >>> >> >>> >> >>> >> >>> >> -- >>> >> Cory Quammen >>> >> R&D Engineer >>> >> Kitware, Inc. >>> >> _______________________________________________ >>> >> Powered by www.kitware.com >>> >> >>> >> Visit other Kitware open-source projects at >>> >> http://www.kitware.com/opensource/opensource.html >>> >> >>> >> Search the list archives at: >>> >> http://markmail.org/search/?q=Paraview-developers >>> >> >>> >> Follow this link to subscribe/unsubscribe: >>> >> http://public.kitware.com/mailman/listinfo/paraview-developers >>> > >>> > >>> >>> >>> >>> -- >>> Cory Quammen >>> R&D Engineer >>> Kitware, Inc. >>> _______________________________________________ >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at >>> http://www.kitware.com/opensource/opensource.html >>> >>> Search the list archives at: >>> http://markmail.org/search/?q=Paraview-developers >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/paraview-developers >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sebastien.jourdain at kitware.com Fri Feb 12 10:32:20 2016 From: sebastien.jourdain at kitware.com (Sebastien Jourdain) Date: Fri, 12 Feb 2016 08:32:20 -0700 Subject: [Paraview-developers] question of IntVectorPropertyin xml In-Reply-To: References: Message-ID: If you want to read more you can find some information here: https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/ServerManager/Core/vtkSMProperty.h Which get generated to a documentation here: http://www.paraview.org/ParaView/Doc/Nightly/www/cxx-doc/classvtkSMProperty.html On Fri, Feb 12, 2016 at 8:21 AM, Mathieu Westphal < mathieu.westphal at kitware.com> wrote: > Thanks for the link, I always miss this one. > > Mathieu Westphal > > On Fri, Feb 12, 2016 at 4:19 PM, Joachim Pouderoux < > joachim.pouderoux at kitware.com> wrote: > >> Yes, please write a fully detailed documentation of the ServerManager :D >> >> Mathieu: for hints there is a specific wiki page: >> http://www.paraview.org/Wiki/ServerManager_XML_Hints >> >> >> *Joachim Pouderoux* >> >> *PhD, Technical Expert* >> *Kitware SAS * >> >> >> 2016-02-12 16:12 GMT+01:00 Mathieu Westphal > >: >> >>> With all that kind of informations and hints, like different types of >>> domains, View type hints, Representation Hints .... >>> >>> Mathieu Westphal >>> >>> On Fri, Feb 12, 2016 at 4:10 PM, Cory Quammen >>> wrote: >>> >>>> Agreed :-) >>>> >>>> Cory >>>> >>>> On Fri, Feb 12, 2016 at 10:04 AM, Joachim Pouderoux >>>> wrote: >>>> > Cory, >>>> > >>>> > It would be great to put this on >>>> > http://www.paraview.org/Wiki/ParaView/Plugin_HowTo don't you think? >>>> :) >>>> > >>>> > Joachim >>>> > >>>> > Joachim Pouderoux >>>> > >>>> > PhD, Technical Expert >>>> > Kitware SAS >>>> > >>>> > >>>> > 2016-02-12 15:40 GMT+01:00 Cory Quammen : >>>> >> >>>> >> number_of_elements = "0" - indicates that the property will be >>>> >> initialized with 0 elements >>>> >> >>>> >> repeat_command = "1" - indicates the command associated with this >>>> >> property can be called more than once, passing in values from the >>>> >> IntVectorProperty with each call >>>> >> >>>> >> use_index = "1" = set the first argument in the call to the command >>>> to >>>> >> the index of the element in the IntVectorProperty >>>> >> >>>> >> number_of_elements_per_command = "1" - each call to the command >>>> >> expects only 1 element from the IntVectorProperty as an argument. >>>> >> >>>> >> All these properties are appropriate if the signature of the command >>>> is >>>> >> >>>> >> SetDisplayStructure(int index, int value); >>>> >> >>>> >> If you need to set the number of display structures in advance, you >>>> >> would need to define >>>> >> >>>> >> set_number_command="SetNumberOfDisplayStructures" >>>> >> >>>> >> which takes an int argument that will be the number of elements in >>>> the >>>> >> IntVectorProperty when called (probably divided by the number of >>>> >> elements per command. >>>> >> >>>> >> If you have a function that clears out the display structure list, >>>> you >>>> >> can define >>>> >> >>>> >> clean_command="ResetDisplayStructures" >>>> >> >>>> >> where ResetDisplayStructures() takes no arguments. >>>> >> >>>> >> Hope that helps, >>>> >> Cory >>>> >> >>>> >> On Fri, Feb 12, 2016 at 8:46 AM, RIVERA ROLDAN, Jorge Orlando >>>> >> wrote: >>>> >> > Hello >>>> >> > >>>> >> > >>>> >> > >>>> >> > When writing the Server Configuration i have defined an entry >>>> >> > >>>> >> > Like >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>> >> > >>>> >> > command="SetDisplayStructure" >>>> >> > >>>> >> > number_of_elements="0" >>>> >> > >>>> >> > repeat_command="1" >>>> >> > >>>> >> > number_of_elements_per_command="1" >>>> >> > >>>> >> > use_index="1" >>>> >> > >>>> >> > default_values="0" >>>> >> > >>>> >> > > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > Some values are easy to understand but can someone please >>>> explain >>>> >> > to me >>>> >> > what is the meaning of number_of_elements=0 (I assume is a >>>> dynamic >>>> >> > type >>>> >> > with any number of elements) >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > What about ? >>>> >> > >>>> >> > repeat_command="1" >>>> >> > >>>> >> > number_of_elements_per_command="1" >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > many thanks in advance !!!!!! >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > Von: RIVERA ROLDAN, Jorge Orlando >>>> >> > Gesendet: Friday, 12. February 2016 14:46 >>>> >> > An: paraview-developers at paraview.org >>>> >> > Betreff: question of IntVectorPropertyin xml >>>> >> > >>>> >> > >>>> >> > >>>> >> > Hello >>>> >> > >>>> >> > >>>> >> > >>>> >> > When writting the Server Configuration i have defined an >>>> entry >>>> >> > >>>> >> > Like >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>> >> > >>>> >> > command="SetDisplayStructure" >>>> >> > >>>> >> > number_of_elements="0" >>>> >> > >>>> >> > repeat_command="1" >>>> >> > >>>> >> > number_of_elements_per_command="1" >>>> >> > >>>> >> > use_index="1" >>>> >> > >>>> >> > default_values="0" >>>> >> > >>>> >> > > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > Some values are easy to understand but can someone please >>>> explain >>>> >> > to me >>>> >> > what is the meaning of number_of_elements=0 (I assume is a >>>> dynamic >>>> >> > type >>>> >> > with any number of elements) >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > >>>> >> > -- >>>> >> > MTU Aero Engines AG >>>> >> > Vorstand/Board of Management: Reiner Winkler, Vorsitzender/CEO; Dr. >>>> >> > Rainer >>>> >> > Martens, Michael Schreyoegg >>>> >> > Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: >>>> Klaus >>>> >> > Eberhardt >>>> >> > Sitz der Gesellschaft/Registered Office: Muenchen >>>> >> > Handelsregister/Commercial Register: Muenchen HRB 157206 >>>> >> > >>>> >> > Diese E-Mail sowie ihre Anhaenge enthalten MTU-eigene vertrauliche >>>> oder >>>> >> > rechtlich geschuetzte Informationen. >>>> >> > Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie >>>> bitte >>>> >> > den >>>> >> > Absender und loeschen Sie diese >>>> >> > E-Mail sowie die Anhaenge. Das unbefugte Speichern, Kopieren oder >>>> >> > Weiterleiten ist nicht gestattet. >>>> >> > >>>> >> > This e-mail and any attached documents are proprietary to MTU, >>>> >> > confidential >>>> >> > or protected by law. >>>> >> > If you are not the intended recipient, please advise the sender and >>>> >> > delete >>>> >> > this message and its attachments. >>>> >> > Any unauthorised storing, copying or distribution is prohibited. >>>> >> > >>>> >> > _______________________________________________ >>>> >> > Powered by www.kitware.com >>>> >> > >>>> >> > Visit other Kitware open-source projects at >>>> >> > http://www.kitware.com/opensource/opensource.html >>>> >> > >>>> >> > Search the list archives at: >>>> >> > http://markmail.org/search/?q=Paraview-developers >>>> >> > >>>> >> > Follow this link to subscribe/unsubscribe: >>>> >> > http://public.kitware.com/mailman/listinfo/paraview-developers >>>> >> > >>>> >> >>>> >> >>>> >> >>>> >> -- >>>> >> Cory Quammen >>>> >> R&D Engineer >>>> >> Kitware, Inc. >>>> >> _______________________________________________ >>>> >> Powered by www.kitware.com >>>> >> >>>> >> Visit other Kitware open-source projects at >>>> >> http://www.kitware.com/opensource/opensource.html >>>> >> >>>> >> Search the list archives at: >>>> >> http://markmail.org/search/?q=Paraview-developers >>>> >> >>>> >> Follow this link to subscribe/unsubscribe: >>>> >> http://public.kitware.com/mailman/listinfo/paraview-developers >>>> > >>>> > >>>> >>>> >>>> >>>> -- >>>> Cory Quammen >>>> R&D Engineer >>>> Kitware, Inc. >>>> _______________________________________________ >>>> Powered by www.kitware.com >>>> >>>> Visit other Kitware open-source projects at >>>> http://www.kitware.com/opensource/opensource.html >>>> >>>> Search the list archives at: >>>> http://markmail.org/search/?q=Paraview-developers >>>> >>>> Follow this link to subscribe/unsubscribe: >>>> http://public.kitware.com/mailman/listinfo/paraview-developers >>>> >>> >>> >> > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Search the list archives at: > http://markmail.org/search/?q=Paraview-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview-developers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sebastien.jourdain at kitware.com Fri Feb 12 10:35:55 2016 From: sebastien.jourdain at kitware.com (Sebastien Jourdain) Date: Fri, 12 Feb 2016 08:35:55 -0700 Subject: [Paraview-developers] question of IntVectorPropertyin xml In-Reply-To: References: Message-ID: If you are looking for doc at the Proxy level instead of Property: http://www.paraview.org/ParaView/Doc/Nightly/www/cxx-doc/classvtkSMProxy.html On Fri, Feb 12, 2016 at 8:32 AM, Sebastien Jourdain < sebastien.jourdain at kitware.com> wrote: > If you want to read more you can find some information here: > > > https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/ServerManager/Core/vtkSMProperty.h > > Which get generated to a documentation here: > > > http://www.paraview.org/ParaView/Doc/Nightly/www/cxx-doc/classvtkSMProperty.html > > On Fri, Feb 12, 2016 at 8:21 AM, Mathieu Westphal < > mathieu.westphal at kitware.com> wrote: > >> Thanks for the link, I always miss this one. >> >> Mathieu Westphal >> >> On Fri, Feb 12, 2016 at 4:19 PM, Joachim Pouderoux < >> joachim.pouderoux at kitware.com> wrote: >> >>> Yes, please write a fully detailed documentation of the ServerManager :D >>> >>> Mathieu: for hints there is a specific wiki page: >>> http://www.paraview.org/Wiki/ServerManager_XML_Hints >>> >>> >>> *Joachim Pouderoux* >>> >>> *PhD, Technical Expert* >>> *Kitware SAS * >>> >>> >>> 2016-02-12 16:12 GMT+01:00 Mathieu Westphal < >>> mathieu.westphal at kitware.com>: >>> >>>> With all that kind of informations and hints, like different types of >>>> domains, View type hints, Representation Hints .... >>>> >>>> Mathieu Westphal >>>> >>>> On Fri, Feb 12, 2016 at 4:10 PM, Cory Quammen >>> > wrote: >>>> >>>>> Agreed :-) >>>>> >>>>> Cory >>>>> >>>>> On Fri, Feb 12, 2016 at 10:04 AM, Joachim Pouderoux >>>>> wrote: >>>>> > Cory, >>>>> > >>>>> > It would be great to put this on >>>>> > http://www.paraview.org/Wiki/ParaView/Plugin_HowTo don't you think? >>>>> :) >>>>> > >>>>> > Joachim >>>>> > >>>>> > Joachim Pouderoux >>>>> > >>>>> > PhD, Technical Expert >>>>> > Kitware SAS >>>>> > >>>>> > >>>>> > 2016-02-12 15:40 GMT+01:00 Cory Quammen : >>>>> >> >>>>> >> number_of_elements = "0" - indicates that the property will be >>>>> >> initialized with 0 elements >>>>> >> >>>>> >> repeat_command = "1" - indicates the command associated with this >>>>> >> property can be called more than once, passing in values from the >>>>> >> IntVectorProperty with each call >>>>> >> >>>>> >> use_index = "1" = set the first argument in the call to the command >>>>> to >>>>> >> the index of the element in the IntVectorProperty >>>>> >> >>>>> >> number_of_elements_per_command = "1" - each call to the command >>>>> >> expects only 1 element from the IntVectorProperty as an argument. >>>>> >> >>>>> >> All these properties are appropriate if the signature of the >>>>> command is >>>>> >> >>>>> >> SetDisplayStructure(int index, int value); >>>>> >> >>>>> >> If you need to set the number of display structures in advance, you >>>>> >> would need to define >>>>> >> >>>>> >> set_number_command="SetNumberOfDisplayStructures" >>>>> >> >>>>> >> which takes an int argument that will be the number of elements in >>>>> the >>>>> >> IntVectorProperty when called (probably divided by the number of >>>>> >> elements per command. >>>>> >> >>>>> >> If you have a function that clears out the display structure list, >>>>> you >>>>> >> can define >>>>> >> >>>>> >> clean_command="ResetDisplayStructures" >>>>> >> >>>>> >> where ResetDisplayStructures() takes no arguments. >>>>> >> >>>>> >> Hope that helps, >>>>> >> Cory >>>>> >> >>>>> >> On Fri, Feb 12, 2016 at 8:46 AM, RIVERA ROLDAN, Jorge Orlando >>>>> >> wrote: >>>>> >> > Hello >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > When writing the Server Configuration i have defined an >>>>> entry >>>>> >> > >>>>> >> > Like >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>> >> > >>>>> >> > command="SetDisplayStructure" >>>>> >> > >>>>> >> > number_of_elements="0" >>>>> >> > >>>>> >> > repeat_command="1" >>>>> >> > >>>>> >> > number_of_elements_per_command="1" >>>>> >> > >>>>> >> > use_index="1" >>>>> >> > >>>>> >> > default_values="0" >>>>> >> > >>>>> >> > > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > Some values are easy to understand but can someone please >>>>> explain >>>>> >> > to me >>>>> >> > what is the meaning of number_of_elements=0 (I assume is a >>>>> dynamic >>>>> >> > type >>>>> >> > with any number of elements) >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > What about ? >>>>> >> > >>>>> >> > repeat_command="1" >>>>> >> > >>>>> >> > number_of_elements_per_command="1" >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > many thanks in advance !!!!!! >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > Von: RIVERA ROLDAN, Jorge Orlando >>>>> >> > Gesendet: Friday, 12. February 2016 14:46 >>>>> >> > An: paraview-developers at paraview.org >>>>> >> > Betreff: question of IntVectorPropertyin xml >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > Hello >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > When writting the Server Configuration i have defined an >>>>> entry >>>>> >> > >>>>> >> > Like >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>> >> > >>>>> >> > command="SetDisplayStructure" >>>>> >> > >>>>> >> > number_of_elements="0" >>>>> >> > >>>>> >> > repeat_command="1" >>>>> >> > >>>>> >> > number_of_elements_per_command="1" >>>>> >> > >>>>> >> > use_index="1" >>>>> >> > >>>>> >> > default_values="0" >>>>> >> > >>>>> >> > > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > Some values are easy to understand but can someone please >>>>> explain >>>>> >> > to me >>>>> >> > what is the meaning of number_of_elements=0 (I assume is a >>>>> dynamic >>>>> >> > type >>>>> >> > with any number of elements) >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > >>>>> >> > -- >>>>> >> > MTU Aero Engines AG >>>>> >> > Vorstand/Board of Management: Reiner Winkler, Vorsitzender/CEO; >>>>> Dr. >>>>> >> > Rainer >>>>> >> > Martens, Michael Schreyoegg >>>>> >> > Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: >>>>> Klaus >>>>> >> > Eberhardt >>>>> >> > Sitz der Gesellschaft/Registered Office: Muenchen >>>>> >> > Handelsregister/Commercial Register: Muenchen HRB 157206 >>>>> >> > >>>>> >> > Diese E-Mail sowie ihre Anhaenge enthalten MTU-eigene >>>>> vertrauliche oder >>>>> >> > rechtlich geschuetzte Informationen. >>>>> >> > Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie >>>>> bitte >>>>> >> > den >>>>> >> > Absender und loeschen Sie diese >>>>> >> > E-Mail sowie die Anhaenge. Das unbefugte Speichern, Kopieren oder >>>>> >> > Weiterleiten ist nicht gestattet. >>>>> >> > >>>>> >> > This e-mail and any attached documents are proprietary to MTU, >>>>> >> > confidential >>>>> >> > or protected by law. >>>>> >> > If you are not the intended recipient, please advise the sender >>>>> and >>>>> >> > delete >>>>> >> > this message and its attachments. >>>>> >> > Any unauthorised storing, copying or distribution is prohibited. >>>>> >> > >>>>> >> > _______________________________________________ >>>>> >> > Powered by www.kitware.com >>>>> >> > >>>>> >> > Visit other Kitware open-source projects at >>>>> >> > http://www.kitware.com/opensource/opensource.html >>>>> >> > >>>>> >> > Search the list archives at: >>>>> >> > http://markmail.org/search/?q=Paraview-developers >>>>> >> > >>>>> >> > Follow this link to subscribe/unsubscribe: >>>>> >> > http://public.kitware.com/mailman/listinfo/paraview-developers >>>>> >> > >>>>> >> >>>>> >> >>>>> >> >>>>> >> -- >>>>> >> Cory Quammen >>>>> >> R&D Engineer >>>>> >> Kitware, Inc. >>>>> >> _______________________________________________ >>>>> >> Powered by www.kitware.com >>>>> >> >>>>> >> Visit other Kitware open-source projects at >>>>> >> http://www.kitware.com/opensource/opensource.html >>>>> >> >>>>> >> Search the list archives at: >>>>> >> http://markmail.org/search/?q=Paraview-developers >>>>> >> >>>>> >> Follow this link to subscribe/unsubscribe: >>>>> >> http://public.kitware.com/mailman/listinfo/paraview-developers >>>>> > >>>>> > >>>>> >>>>> >>>>> >>>>> -- >>>>> Cory Quammen >>>>> R&D Engineer >>>>> Kitware, Inc. >>>>> _______________________________________________ >>>>> Powered by www.kitware.com >>>>> >>>>> Visit other Kitware open-source projects at >>>>> http://www.kitware.com/opensource/opensource.html >>>>> >>>>> Search the list archives at: >>>>> http://markmail.org/search/?q=Paraview-developers >>>>> >>>>> Follow this link to subscribe/unsubscribe: >>>>> http://public.kitware.com/mailman/listinfo/paraview-developers >>>>> >>>> >>>> >>> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Search the list archives at: >> http://markmail.org/search/?q=Paraview-developers >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview-developers >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Sat Feb 13 13:12:11 2016 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Sat, 13 Feb 2016 13:12:11 -0500 Subject: [Paraview-developers] question of IntVectorPropertyin xml In-Reply-To: References: Message-ID: > Mathieu: for hints there is a specific wiki page: > http://www.paraview.org/Wiki/ServerManager_XML_Hints BTW, we've now moved to documenting these in the doxygen pages: http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/index.html Makes it easier to keep it updated. If someone wants to volunteer to ensure that the hints on Wiki page are indeed documented here and then mark the Wiki to refer to the doxygen page, that'd be great :). Utkarsh From felipebordeu at gmail.com Tue Feb 16 09:05:28 2016 From: felipebordeu at gmail.com (Felipe Bordeu) Date: Tue, 16 Feb 2016 15:05:28 +0100 Subject: [Paraview-developers] Macro expansion in plugin Message-ID: Hello, I'm compiling a plugin (in linux, gcc, lastes source 5.0.0) and a notice that the CS wrapping is not expanding my macro. Is this normal??? It expand the vtkSet/GetXX macros but not mine. I tried to put the macro in the top of the.h file but this does not work. Any ideas. Felipe -------------- next part -------------- An HTML attachment was scrubbed... URL: From Orlando.RIVERA at mtu.de Fri Feb 19 03:51:43 2016 From: Orlando.RIVERA at mtu.de (RIVERA ROLDAN, Jorge Orlando) Date: Fri, 19 Feb 2016 08:51:43 +0000 Subject: [Paraview-developers] Customs Filters Message-ID: Hi I have, hopefully a not so stupid question. A colleague of mine has saved 2 Custom filters, and packed them in one single xml (cpd file), and I would like to make them available for all users When I use the ?Manage custom plugins? windows it shows the CWD . 1) There is a way to load custom filters without User interaction , like using $PV_PLUGIN_PATH ? and, or 2) ?Manage custom plugin? window will point to a specific path Thank you so much Regards Orlando Rivera -- MTU Aero Engines AG Vorstand/Board of Management: Reiner Winkler, Vorsitzender/CEO; Dr. Rainer Martens, Michael Schreyoegg Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: Klaus Eberhardt Sitz der Gesellschaft/Registered Office: Muenchen Handelsregister/Commercial Register: Muenchen HRB 157206 Diese E-Mail sowie ihre Anhaenge enthalten MTU-eigene vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte den Absender und loeschen Sie diese E-Mail sowie die Anhaenge. Das unbefugte Speichern, Kopieren oder Weiterleiten ist nicht gestattet. This e-mail and any attached documents are proprietary to MTU, confidential or protected by law. If you are not the intended recipient, please advise the sender and delete this message and its attachments. Any unauthorised storing, copying or distribution is prohibited. -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolas.forsberg at gmail.com Sun Feb 21 15:24:53 2016 From: nicolas.forsberg at gmail.com (Nicolas Edh) Date: Sun, 21 Feb 2016 21:24:53 +0100 Subject: [Paraview-developers] Advice on compiling Superbuild with parallel HDF5 Message-ID: Hi, I'm currently writing a reader plugin for paraview that requires hdf5 to be built with parallel support. I have successfully built hdf5 with parallel support outside the superbuild but I can't get superbuild to use those libraries nor can I figure out a way to tell the super build to compile HDF5 with parallel support. I'm hoping for advice on how to either point the super build to my own version of hdf5 or enabling parallel support for the version super build uses. Here's what I've tried so far: Compiling hdf5 (1.8.16) outside paraview, using cmake and enabling parallel support wasn't very complicated. You just have to set the following variables: -DHDF5_ENABLE_PARALLEL:BOOL=ON -DMPIEXEC_MAX_NUMPROCS:STRING=4 -DHDF5_BUILD_CPP_LIB:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON I have tried defining those variables with ccmake when configuring Superbuild. Then turn on paraview and hdf5 and leave everything else at the default. HDF gets built but it seems like the variables aren't passed along. Parrallel support is not enabled, a "grep PARALLEL" on H5pubconf.h should return: #define H5_HAVE_PARALLEL 1 but returns #undef H5_HAVE_PARALLEL I'm think I'm missing something really simple here but I'm not used to cmake. Any advice is greatly appreciated. My second set of tries was to point the superbuild to my own compiled version of HDF5 but I can't get cmake to find the library. I'm using ccmake and I only enable paraview and hdf5 then set USE_SYSTEM_hdf5=ON, hit c and ccmake will ask for HDF5_ROOT_DIR and HDF5_INCLUDE_DIRS. I've tried pointing the ROOT_DIR where I installed hdf5 but I get an error message: CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake/Modules/FindHDF5.cmake:398 (find_package_handle_standard_args) VTK/CMake/FindHDF5.cmake:6 (include) VTK/CMake/vtkModuleMacros.cmake:843 (find_package) VTK/ThirdParty/hdf5/CMakeLists.txt:1 (vtk_module_third_party) So I tried to set HDF5_LIBRARIES to the lib directory and HDF_INCLUDE_DIRS to where HDF5 put hdf5-config.cmake but then ccmake fails while configuring with: CMake Error at .../installs/hdf5-cmake/share/cmake/FindHDF5.cmake:85 (include): include could not find load file: ..../installs/hdf5-cmake/hdf5-config.cmake Which I consider a bit weird since I've set HDF5_INCLUDE_DIRS=.../installs/hdf5-cmake/share/cmake which is where hdf5-config.cmake is. Any advice is greatly appreciated. Best Regards Nicolas Edh -------------- next part -------------- An HTML attachment was scrubbed... URL: From sanskrit at usc.edu Mon Feb 22 14:43:09 2016 From: sanskrit at usc.edu (Sanskriti Sanskriti) Date: Mon, 22 Feb 2016 11:43:09 -0800 Subject: [Paraview-developers] paraviewweb documentation - question Message-ID: Hello all, I am Sanskriti, a software developer with Southern California Earthquake Center. I was looking for the latest documentation for the paraview and paraviewweb. The current documentation uses examples from the previous versions. Also, would it be possible to integrate java application with paraviewweb. Any tips or recommendation would be of great help. Thank you, Kind Regards Sanskriti -------------- next part -------------- An HTML attachment was scrubbed... URL: From sebastien.jourdain at kitware.com Mon Feb 22 15:19:19 2016 From: sebastien.jourdain at kitware.com (Sebastien Jourdain) Date: Mon, 22 Feb 2016 13:19:19 -0700 Subject: [Paraview-developers] paraviewweb documentation - question In-Reply-To: References: Message-ID: Hi Sanskriti, You can find some ParaViewWeb/Java integration example here: https://github.com/eclipse/ice/tree/master/org.eclipse.ice.viz.service.paraview.web Otherwise, I'm not sure to know what you mean regarding the documentation example and previous version. ;-) Seb On Mon, Feb 22, 2016 at 12:43 PM, Sanskriti Sanskriti wrote: > Hello all, > > I am Sanskriti, a software developer with Southern California Earthquake > Center. I was looking for the latest documentation for the paraview and > paraviewweb. The current documentation uses examples from the previous > versions. Also, would it be possible to integrate java application with > paraviewweb. Any tips or recommendation would be of great help. > > Thank you, > > Kind Regards > Sanskriti > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Search the list archives at: > http://markmail.org/search/?q=Paraview-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview-developers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Sun Feb 28 18:50:22 2016 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Sun, 28 Feb 2016 18:50:22 -0500 Subject: [Paraview-developers] ANN: ParaView 5.0.1-RC1 Tagged Message-ID: Folks, ParaView 5.0.1-RC1 has been tagged! Git tag name: v5.0.1-RC1 Source tar/zip files are available for download: http://www.paraview.org/download/ Binaries will be available for testing within the next few days. - The ParaView Team