Re: [Paraview] GetPolyData on a BoxWidget

2011-06-10 Thread Laurent Paul

Hi guys,

Me again!

My config is : Windows 7 64 bits, VS2010 (and SDK 7.1 to get the 64 bits 
version compiler).
I managed to build Qt and Paraview... unfortunatelly, paraview crashes 
just after the splash screen :-\
I was suspecting the Qt version to be responsible since I have installed 
the binaries Qt4.7.3 built using VS2008 (32 bits?).
Perhaps an issue with the VS2008 Version or the 4.7.3 that was not 
tested with paraview.


Then, I have looked for sources in this page :
ftp://ftp.trolltech.no/qt/source/ (I have also checked that one that is 
identical ftp://ftp.qt.nokia.com/qt/source/)
The most recent source version is the 4.5.3 for windows (and also for 
the 'all' distribution), open source. I have built it but when I run 
CMake to configure paraview project, it complains because it needs Qt 
4.6.0 or greater.
How can I do? There is no sources for 4.6.0. The only Qt4.6.0 or greater 
available as sources are for 'everywhere', 'mac' 'symbian'. I have tried 
using the 'everywhere' distribution V 4.7.3, and paraview doesn't start. 
I have also tried using 'everywhere-4.6.2, but building exits with an error.


Can you advice me?
Thanks,
Laurent.
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] PV-3.10 development version

2011-06-10 Thread Jérôme
Dear all,

Maybe I missed something, but I cannot find a development version for
ParaView-3.10 such the one that exists for 3.8. What is the status of this
really useful package ?

Thanks a lot !
Jerome
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Fwd: GetPolyData on a BoxWidget

2011-06-10 Thread John Drescher
-- Forwarded message --
From: John Drescher dresche...@gmail.com
Date: Fri, Jun 10, 2011 at 7:39 AM
Subject: Re: [Paraview] GetPolyData on a BoxWidget
To: Laurent Paul l.p...@uclouvain.be


On Fri, Jun 10, 2011 at 4:23 AM, Laurent Paul l.p...@uclouvain.be wrote:
 Hi guys,

 Me again!

 My config is : Windows 7 64 bits, VS2010 (and SDK 7.1 to get the 64 bits
 version compiler).
 I managed to build Qt and Paraview... unfortunatelly, paraview crashes just
 after the splash screen :-\
 I was suspecting the Qt version to be responsible since I have installed the
 binaries Qt4.7.3 built using VS2008 (32 bits?).
 Perhaps an issue with the VS2008 Version or the 4.7.3 that was not tested
 with paraview.

 Then, I have looked for sources in this page :
 ftp://ftp.trolltech.no/qt/source/ (I have also checked that one that is
 identical ftp://ftp.qt.nokia.com/qt/source/)
 The most recent source version is the 4.5.3 for windows (and also for the
 'all' distribution), open source. I have built it but when I run CMake
 to configure paraview project, it complains because it needs Qt 4.6.0 or
 greater.
 How can I do? There is no sources for 4.6.0. The only Qt4.6.0 or greater
 available as sources are for 'everywhere', 'mac' 'symbian'. I have tried
 using the 'everywhere' distribution V 4.7.3, and paraview doesn't start. I
 have also tried using 'everywhere-4.6.2, but building exits with an error.

 Can you advice me?

I can tell you that the everywhere-opensource-4.6.X and
everywhere-opensource-4.7.X downloads work with visual studio since I
use them daily with VS2005 x32, VS2008 x32 and x64 and vs2010 x64 with
my two large projects (on a handful of machines) that use Qt, cmake,
vtk ... You can also download a binary version and recompile for a
different compiler but I have not done that in a few releases. My
advice is make sure that you are using the expected Qt version when
running paraview. If you have any other qt dlls on you system zip them
up. Also do not mix debug and release or compiler versions. Remember
that with Visual Studio you can not safely mix compiler versions and
you also can not safely mix debug and release in the same application.

John



-- 
John M. Drescher
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Thickness of highlight lines?

2011-06-10 Thread Utkarsh Ayachit
I am not sure it's exposed in the GUI, but you can change the
SelectionLineWidth property on the selected representation from
Python.

Utkarsh

On Thu, Jun 9, 2011 at 8:18 PM, David Doria daviddo...@gmail.com wrote:
 Is there a way to change the thickness of the pink highlight line? I
 see in the settings where to change the selection color, but not
 thickness.

 Thanks,

 David
 ___
 Powered by www.kitware.com

 Visit other Kitware open-source projects at 
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the ParaView Wiki at: 
 http://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] pvserver is

2011-06-10 Thread Laurent Paul

Dear all,

I have installed paraview 3.10.1 64 bits version.
Since then, I have a console that opens up (mpiexec.exe). In task 
manager, I have 8 pvserver.exe that run (1 per CPU!).

How can I prevent that?
I don't want to run paraview in server mode, I want the cleint mode (I 
guess that my problem is related to server).


I am also trying to build paraview from sources. Is there any 
possibility of conflict between install and built versions?

Thanks,
Laurent.
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Screenshots with transparent background?

2011-06-10 Thread Nico Schlömer
Hi all,

is there a way to set the transparency of the background for making screenshots?
So far I've just found the option of setting an opaque background color.

Cheers,
Nico
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] pvserver is

2011-06-10 Thread David E DeMarle
I suspect that Use Multi-Core is turned on in the application settings.
Turn that off and paraview won't automatically spawn and connect to the
parallel server anymore.

David E DeMarle
Kitware, Inc.
RD Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109


On Fri, Jun 10, 2011 at 11:28 AM, Laurent Paul l.p...@uclouvain.be wrote:

 Dear all,

 I have installed paraview 3.10.1 64 bits version.
 Since then, I have a console that opens up (mpiexec.exe). In task manager,
 I have 8 pvserver.exe that run (1 per CPU!).
 How can I prevent that?
 I don't want to run paraview in server mode, I want the cleint mode (I
 guess that my problem is related to server).

 I am also trying to build paraview from sources. Is there any possibility
 of conflict between install and built versions?
 Thanks,
 Laurent.
 ___
 Powered by www.kitware.com

 Visit other Kitware open-source projects at
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the ParaView Wiki at:
 http://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] pvserver is

2011-06-10 Thread Laurent Paul

You were right David!
Thanks paraview Team, you really are Lucky Lukes (ask Utkarsh who 
Lucky Luke is ;-) )

Laurent.

Le 10/06/2011 17:34, David E DeMarle a écrit :
I suspect that Use Multi-Core is turned on in the application 
settings. Turn that off and paraview won't automatically spawn and 
connect to the parallel server anymore.


David E DeMarle
Kitware, Inc.
RD Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109


On Fri, Jun 10, 2011 at 11:28 AM, Laurent Paul l.p...@uclouvain.be 
mailto:l.p...@uclouvain.be wrote:


Dear all,

I have installed paraview 3.10.1 64 bits version.
Since then, I have a console that opens up (mpiexec.exe). In task
manager, I have 8 pvserver.exe that run (1 per CPU!).
How can I prevent that?
I don't want to run paraview in server mode, I want the cleint
mode (I guess that my problem is related to server).

I am also trying to build paraview from sources. Is there any
possibility of conflict between install and built versions?
Thanks,
Laurent.
___
Powered by www.kitware.com http://www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Screenshots with transparent background?

2011-06-10 Thread David E DeMarle
No, but that is a frequently asked for feature.
Please add it to uservoice.
http://paraview.uservoice.com/forums/11350-general

David E DeMarle
Kitware, Inc.
RD Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109


On Fri, Jun 10, 2011 at 11:33 AM, Nico Schlömer nico.schloe...@gmail.comwrote:

 Hi all,

 is there a way to set the transparency of the background for making
 screenshots?
 So far I've just found the option of setting an opaque background color.

 Cheers,
 Nico
 ___
 Powered by www.kitware.com

 Visit other Kitware open-source projects at
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the ParaView Wiki at:
 http://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Screenshots with transparent background?

2011-06-10 Thread Nico Schlömer
 Please add it to uservoice.

Done.
https://paraview.uservoice.com/forums/11350-general/suggestions/1922349-transparency-opacity-in-background-color

Cheers,
Nico



On Fri, Jun 10, 2011 at 5:39 PM, David E DeMarle
dave.dema...@kitware.com wrote:
 No, but that is a frequently asked for feature.
 Please add it to uservoice.
 http://paraview.uservoice.com/forums/11350-general
 David E DeMarle
 Kitware, Inc.
 RD Engineer
 28 Corporate Drive
 Clifton Park, NY 12065-8662
 Phone: 518-371-3971 x109


 On Fri, Jun 10, 2011 at 11:33 AM, Nico Schlömer nico.schloe...@gmail.com
 wrote:

 Hi all,

 is there a way to set the transparency of the background for making
 screenshots?
 So far I've just found the option of setting an opaque background color.

 Cheers,
 Nico
 ___
 Powered by www.kitware.com

 Visit other Kitware open-source projects at
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the ParaView Wiki at:
 http://paraview.org/Wiki/ParaView

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/mailman/listinfo/paraview


___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] SEG-2, SEG-D, or SEG-Y Readers?

2011-06-10 Thread Michael Nguyen
Does anyone have a reader for SEG-2, SEG-D or SEG-Y file formats?
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Setting a color map

2011-06-10 Thread Reuter, Michael A.
Hi,

 I have a pqColorMapModel that I want to programmatically (C++) set on a 
pqPipelineRepresentation. I've been looking at the code and thought that the 
way forward was via pqScalarsToColors and setting the LookupTable property on 
the representation. However, I don't see a way to translate between the 
pqColorMapModel and pqScalarsToColors. What is the correct way to handle this 
situation?

Thanks,
M


Dr. Michael Reuter
Scientific Data Analysis Group
Neutron Scattering Science Division
Oak Ridge National Laboratory

Office: 1-865-241-7216
Fax: 1-865-574-6080
Email: reute...@ornl.govmailto:reute...@ornl.gov

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] [Xdmf] Xdmf compilation fails on MSVC2010 64

2011-06-10 Thread Dominik Szczerba
Interest anyone?
I can compile neither master nor pv branch.

On Thu, Jun 9, 2011 at 5:25 PM, David Partyka david.part...@kitware.com wrote:
 I have a feeling these fixes are on the pv branch of Xdmf.git already but
 possibly not master because we have nightly dashboards that build ParaView
 with VS10 + 64bit. I'll see about correcting the divergence.

 On Thu, Jun 9, 2011 at 11:21 AM, Dominik Szczerba domi...@itis.ethz.ch
 wrote:

 patch2 contained unnecessary degradation from const_iterator to
 iterator, the newly attached avoids it.
 Both attached again for clarity.
 Sorry.

 On Thu, Jun 9, 2011 at 5:14 PM, Dominik Szczerba domi...@itis.ethz.ch
 wrote:
  Please find attached two patches to fix the issues. Tested on MSVC2010
  64bit and Ubuntu 11.04 64bit.
  Can you please review and commit or let me commit?
 
  Thanks,
  Dominik
 
  On Thu, Jun 9, 2011 at 4:48 PM, Dominik Szczerba domi...@itis.ethz.ch
  wrote:
  Was able to fix all but the two:
 
  Error   3       error C2864:
  'XdmfHex125Generator::SpectralOperations::C' :
  only static const integral data members can be initialized within a
  class   E:\pack\Xdmf\libsrc\XdmfHex125Generator.cxx     84
  Error   1       error C2864:
  'XdmfHex64Generator::SpectralOperations::C' :
  only static const integral data members can be initialized within a
  class   E:\pack\Xdmf\libsrc\XdmfHex64Generator.cxx      74
 
  According to:
 
  http://msdn.microsoft.com/en-us/library/acxkb76w(v=vs.80).aspx
 
  Only integers are allowed. Please advise and I send in a patch.
  Thanks,
  Dominik
 
  On Thu, Jun 9, 2011 at 4:21 PM, Dominik Szczerba domi...@itis.ethz.ch
  wrote:
  Compilation of the latest Xdmf from git://paraview.org/Xdmf.git fails
  on Windows with the below errors.
 
  Regards,
  Dominik
 
  Error   61      error C2440: 'initializing' : cannot convert from
  'std::_Tree_iterator_Mytree' to
  'std::_Tree_const_iterator_Mytree'
   E:\pack\Xdmf\libsrc\XdmfHex64Generator.cxx      148
  Error   67      error C2440: 'initializing' : cannot convert from
  'std::_Tree_iterator_Mytree' to
  'std::_Tree_const_iterator_Mytree'
   E:\pack\Xdmf\libsrc\XdmfHex125Generator.cxx     174
  Error   73      error C2668: 'log10' : ambiguous call to overloaded
  function        E:\pack\Xdmf\vtk\vtkXdmfReaderInternal.cxx      835
  Error   74      error C2668: 'log10' : ambiguous call to overloaded
  function        E:\pack\Xdmf\vtk\vtkXdmfReaderInternal.cxx      840
  Error   77      error C2668: 'log10' : ambiguous call to overloaded
  function        E:\pack\Xdmf\vtk\vtkXdmfReaderInternal.cxx      835
  Error   78      error C2668: 'log10' : ambiguous call to overloaded
  function        E:\pack\Xdmf\vtk\vtkXdmfReaderInternal.cxx      840
  Error   72      error C2668: 'sqrt' : ambiguous call to overloaded
  function        E:\pack\Xdmf\vtk\vtkXdmfReaderInternal.cxx      823
  Error   76      error C2668: 'sqrt' : ambiguous call to overloaded
  function        E:\pack\Xdmf\vtk\vtkXdmfReaderInternal.cxx      823
  Error   63      error C2678: binary '==' : no operator found which
  takes a
  left-hand operand of type 'std::_Tree_const_iterator_Mytree' (or
  there is no acceptable
  conversion)     E:\pack\Xdmf\libsrc\XdmfHex64Generator.cxx      149
  Error   68      error C2678: binary '==' : no operator found which
  takes a
  left-hand operand of type 'std::_Tree_const_iterator_Mytree' (or
  there is no acceptable
  conversion)     E:\pack\Xdmf\libsrc\XdmfHex125Generator.cxx     175
  Error   62      error C2864:
  'XdmfHex125Generator::SpectralOperations::C' :
  only static const integral data members can be initialized within a
  class   E:\pack\Xdmf\libsrc\XdmfHex125Generator.cxx     84
  Error   59      error C2864:
  'XdmfHex64Generator::SpectralOperations::C' :
  only static const integral data members can be initialized within a
  class   E:\pack\Xdmf\libsrc\XdmfHex64Generator.cxx      74
 
 
 

 ___
 Xdmf mailing list
 x...@lists.kitware.com
 http://www.kitware.com/cgi-bin/mailman/listinfo/xdmf



___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview