[Paraview] Backgrounds iPhone App - Share Background

2009-02-27 Thread Woo Suk. Tae
A friend has shared a wallpaper background with you using the  
Backgrounds iPhone App.


If you have Backgrounds on your iPhone click here to open the  
wallpaper background.

To get Backgrounds on your iPhone visit the App Store.
oooiioA friend has shared a wallpaper background with you using the  
Backgrounds iPhone App.


If you have Backgrounds on your iPhone click here to open the  
wallpaper background.

To get Backgrounds on your iPhone visit the App Store.


나의 iPod에서 보냄


나의 iPod에서 보냄


나의 iPod에서 보냄___
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] Handshake failed :: but I'm using exactly the same CVS

2009-02-27 Thread Utkarsh Ayachit
Are you sure you updated with cvs up -dAP i.e. don't have any sticky
tags on one (or both) of the machines? Look at
vtkSocketCommunicator::GetVersion (in
ParaView/VTK/Parallel/vtkSockeCommunicator.cxx) are both reporting the
same version number?

Utkarsh



On Fri, Feb 27, 2009 at 10:16 AM, Ricardo Reis rr...@aero.ist.utl.pt wrote:

  Hi

  I'm getting a Handshake failed message between 2 machines. They are both
 debian, 64 bit. I have also just retrieved the cvs head, compiled in both
 machines. So, everything points they are the same build. But I'm getting
 this error with the You are probably using mismatching version. Has they
 are the same versions, must be some other kind of error no?

  Please advise.

  best regards,

  Ricardo Reis

  'Non Serviam'

  PhD student @ Lasef
  Computational Fluid Dynamics, High Performance Computing, Turbulence
  http://www.lasef.ist.utl.pt

  

  Cultural Instigator @ Rádio Zero
  http://www.radiozero.pt

  http://www.flickr.com/photos/rreis/
 ___
 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] Handshake failed :: but I'm using exactly the same CVS

2009-02-27 Thread Utkarsh Ayachit
Is that a debug build? Can you attach with a debugger and step into
vtkSocketCommunicator::ClientSideHandshake and
vtkSocketCommunicator::ServerSideHandshake and see where it's failing?
If it's not a debug build, adding couts at every location where
these methods return 0 may help.

Utkarsh

On Fri, Feb 27, 2009 at 4:19 PM, Ricardo Reis rr...@radiozero.pt wrote:
 On Fri, 27 Feb 2009, Utkarsh Ayachit wrote:

 Are you sure you updated with cvs up -dAP i.e. don't have any sticky
 tags on one (or both) of the machines? Look at
 vtkSocketCommunicator::GetVersion (in
 ParaView/VTK/Parallel/vtkSockeCommunicator.cxx) are both reporting the
 same version number?

 I have rm -rf ParaView3 before doing the cvs checkout (in both machines)



  Ricardo Reis

  Non Serviam

  Instigador - Cultural - Instigator

  Rádio Zero :: dilatação auditiva, expansão mental
  http://www.radiozero.pt

  Radio Zero is a founding member of Radia http://www.radia.fm
___
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] Handshake failed :: but I'm using exactly the same CVS

2009-02-27 Thread Ricardo Reis

On Fri, 27 Feb 2009, Utkarsh Ayachit wrote:


Is that a debug build? Can you attach with a debugger and step into
vtkSocketCommunicator::ClientSideHandshake and
vtkSocketCommunicator::ServerSideHandshake and see where it's failing?
If it's not a debug build, adding couts at every location where
these methods return 0 may help.


Hi

 1 - I have rm -rf ParaView3 before doing the cvs checkout (in both 
machines)


 2 - I compile with RELEASE and flags: -O3 -mtune=native

If you so wish I can compile with debug flags and try to check it. The 
message appears on both sides (on client machine and server machine)


 I can copy-paste the full message if you warrant so

 I can also start a server here and you can see if you are able to 
connect.


 Tell me what you prefer.

 best,

 Ricardo Reis

 'Non Serviam'

 PhD student @ Lasef
 Computational Fluid Dynamics, High Performance Computing, Turbulence
 http://www.lasef.ist.utl.pt

 

 Cultural Instigator @ Rádio Zero
 http://www.radiozero.pt

 http://www.flickr.com/photos/rreis/___
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] accessing the data of an STL file from the python shell

2009-02-27 Thread Berk Geveci
The servermanager module has a Fetch method that would let you do
this. I can't remember the syntax; try help(servermanager.Fetch)

-berk

On Fri, Feb 27, 2009 at 9:32 AM, Olivier Macchion
olivier.macch...@gmail.com wrote:
 Hello

 I imported a STL file into Paraview and I would like to know how to access
 the points and cells of the imported polygonal mesh from the python shell.

 I have been reading the document Paraview Scripting with Python but I
 can't figure out how to access data that is already imported in Paraview
 with Python.

 Is there a way of listing all the created objects already present in the
 state?

 Thanks for your help

 Best regards

 Olivier

 ___
 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