Re: [Paraview] Dodgy windows built

2011-09-28 Thread Parker, Andrew (UK Filton)
Hi,

Thanks, no third party libs, although I am using 4.7.3 of qt which I built 
myself... Data output is the same on both platforms.  To me it feels like a bug 
that in Linux get's resolved due to some weird non-standard compiler approach, 
and in windows does not.  For instance, the limits being correct under Linux 
and wrong in windows is odd, even if that's nothing to do with visualisation.  
I fail to see why a min/max of the  node co-ordinates vector could be different 
regardless of platform, and hence I'd say something is screwed in the 
compilations  In fact the process performs identically inside the reader on 
both platforms, it's almost as if it goes wrong once it returns back to 
paraview. That implies the content is somehow ok in Linux and while identical 
wrong for windows - hence my compiler or hidden bug type thoughts...

No ideas basically.

Cheers,
Andy

-Original Message-
From: David E DeMarle [mailto:dave.dema...@kitware.com] 
Sent: 27 September 2011 14:07
To: Parker, Andrew (UK Filton)
Cc: paraview@paraview.org
Subject: Re: [Paraview] Dodgy windows built


*** WARNING ***

  This message has originated outside your organisation,
  either from an external partner or the Global Internet. 
  Keep this in mind if you answer this message.
 

What, if any, third party libraries does your reader link to?

Have you tried directly comparing the data sets produced by your reader on both 
platforms? I would go about that by attaching some ascii writer inside the 
reader and comparing the outputs.

good luck,

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909



On Fri, Sep 23, 2011 at 5:18 AM, Parker, Andrew (UK Filton) 
 wrote:
> Hi,
>
> I have several plug-ins that work fine in Linux, and have been using 
> them for some time within Linux.  They are compiled in under Linux 
> using cmake etc.  However, when I built the same plugins on windows 
> using cmake etc and visual studio, while it builds and links no 
> problems, it displays nothing when I use it.  That is to say in 
> windows all the menus are there, all others functions work fine, but 
> when I use my plug-in, a reader, it renders nothing in the window.  
> Looking in the statistics object inspector everything is suspiciously 
> set to +- Inf, instead of the domain extents which are correct under Linux  
> Not sure if this adds any information.
>
> So to recap, may own built of paraview built with my own plug-ins runs 
> fine in windows for standard paraview options, but when using the 
> plugins, while I get the same feedback, it displays nothing??
>
> Any help appreciated,
> Cheers,
> Andy
> 
> This email and any attachments are confidential to the intended 
> recipient and may also be privileged. If you are not the intended 
> recipient please delete it from your system and notify the sender.
> You should not copy it or use it for any purpose nor disclose or 
> distribute its contents to any other person.
> 
>
>
> ___
> 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] CGNS files

2011-09-28 Thread Fred Fred

I was using the last version, ie 3.1.3, so I tried with the 2.5.5 but got a 
compilation error:
/usr/local/ParaView-3.10.1/Utilities/VisItBridge/databases/CGNS/avtCGNSFileFormat.C:331:
 error: ‘cgsize_t’ was not declared in this scope
I do not understand because cgsize_t is defined in the version 3.1.3 but not in 
the version 2.5.5 of cgns!

From: robert.mayn...@kitware.com
Date: Tue, 28 Jun 2011 09:13:36 -0400
Subject: Re: [Paraview] CGNS files
To: stan1...@hotmail.fr
CC: paraview@paraview.org

What version of CGNS do you have installed? We have only tested the reader 
using the 2.5.5 version of CGNS
On Tue, Jun 28, 2011 at 9:00 AM, Fred Fred  wrote:







so why do I get this error?

From: robert.mayn...@kitware.com
Date: Tue, 28 Jun 2011 08:53:23 -0400


Subject: Re: [Paraview] CGNS files
To: stan1...@hotmail.fr
CC: paraview@paraview.org

The CGNS reader with the official 3.10.1 release can load the 5blocks test 
file. 



On Tue, Jun 28, 2011 at 5:47 AM, Fred Fred  wrote:







I have exactly the same error while trying to read 
ParaViewData-3.10.1/Data/VisItBridge/5blocks.cgns

From: stan1...@hotmail.fr
To: robert.mayn...@kitware.com




Date: Mon, 27 Jun 2011 18:22:18 +0200
CC: paraview@paraview.org
Subject: Re: [Paraview] CGNS files








Actually I finally got it!So now I have a CGNS reader but when I apply, I got 
the following errors:





ERROR: In 
/usr/local/ParaView-3.10.1/Utilities/VisItBridge/AvtAlgorithms/vtkAvtSTMDFileFormatAlgorithm.cxx,
 line 409
vtkVisItCGNSReader (0x121f1b970): VisIt Exception caught.

even with a - supposed to be valid - cgns file downloaded from here (the bump 
file): http://cgns.sourceforge.net/CGNSFiles.html





From: robert.mayn...@kitware.com
Date: Mon, 27 Jun 2011 08:03:33 -0400
Subject: Re: [Paraview] CGNS files
To: stan1...@hotmail.fr




CC: paraview@paraview.org

Can you please email me your CMakeCache.txt please.

On Sun, Jun 26, 2011 at 5:12 PM, Fred Fred  wrote:











Si I finally did it, skipping cmake to build cgns library, toggled options as 
written below and finally... still not abe to read any cgns file!I mean, same 
issue as before, ie if I select a cgns file, I am asked about which type of 
reader I want to use but no cgns reader in the list!







From: robert.mayn...@kitware.com
Date: Fri, 24 Jun 2011 08:31:46 -0400
Subject: Re: [Paraview] CGNS files






To: stan1...@hotmail.fr
CC: paraview@paraview.org

Hi Fred,
You have two options to enable CGNS in ParaView. The easiest is to use the 
SuperBuild process in ParaView which will automatically enable the VisIt bridge 
and the CGNS reader and build CGNS itself.








The other option is to manually enable CGNS support if you already have CGNS 
built. You will need to enable PARAVIEW_USE_VISITBRIDGE and set the 
Boost_INCLUDE_DIR. Once that is done you will need to enable 
VISIT_BUILD_READER_CGNS and set the CGNS_INCLUDE_DIR and CGNS_LIBRARY











On Fri, Jun 24, 2011 at 6:08 AM, Fred Fred  wrote:













I just compiled it but am unable to load a CGNS file - and CGNS is not included 
in the list of supported file formats - so I suppose I missed something in the 
configuration but did not see anything related to CGNS, please tell me which 
option has to be toggled.









From: robert.mayn...@kitware.com
Date: Fri, 17 Jun 2011 12:01:12 -0400
Subject: Re: [Paraview] CGNS files


To: stan1...@hotmail.fr
CC: paraview@paraview.org

ParaView 3.10.1 has CGNS support. It will support structured and unstructured 
meshes and will only read cell and point centered properties.









On Fri, Jun 17, 2011 at 5:24 AM, Fred Fred  wrote:







Hello,what is the current status of CGNS file support by PV?Thanks in advance 
for your answer.
  

___

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




-- 
Robert Maynard
  


-- 
Robert Maynard

  


-- 
Robert Maynard
  

___
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   
  


-- 
Robert Maynard
  


-- 
Robert Maynard

  ___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
htt

[Paraview] Fail to add mapper to paraview3.10

2011-09-28 Thread 沈恩亚
Hi All,

I tried to add Representation in Example\Plugins to ParaView 3.10, but
failed.

But it works in ParaView 3.8.

I found that there is no PolyDataMapper in the
Servers\ServerManager\Resources\views_and_representations.xml or
rendering.xml in ParaView 3.10, that is different with ParaView 3.8.

Is there any new introduction for how to add representation to ParaView
3.10?

How to add?

Thanks.
___
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] CGNS files

2011-09-28 Thread Robert Maynard
That looks like you are including 3.1.X as that line is a call to CGNS. A
quick grep returns no usage of cgsize in the CGNS reader.

On Wed, Sep 28, 2011 at 6:22 AM, Fred Fred  wrote:

>  I was using the last version, ie 3.1.3, so I tried with the 2.5.5 but got
> a compilation error:
>
> /usr/local/ParaView-3.10.1/Utilities/VisItBridge/databases/CGNS/avtCGNSFileFormat.C:331:
> error: ‘cgsize_t’ was not declared in this scope
>
> I do not understand because cgsize_t is defined in the version 3.1.3 but
> not in the version 2.5.5 of cgns!
>
> --
> From: robert.mayn...@kitware.com
> Date: Tue, 28 Jun 2011 09:13:36 -0400
>
> Subject: Re: [Paraview] CGNS files
> To: stan1...@hotmail.fr
> CC: paraview@paraview.org
>
> What version of CGNS do you have installed? We have only tested the reader
> using the 2.5.5 version of CGNS
>
> On Tue, Jun 28, 2011 at 9:00 AM, Fred Fred  wrote:
>
>  so why do I get this error?
>
> --
> From: robert.mayn...@kitware.com
> Date: Tue, 28 Jun 2011 08:53:23 -0400
>
> Subject: Re: [Paraview] CGNS files
> To: stan1...@hotmail.fr
> CC: paraview@paraview.org
>
> The CGNS reader with the official 3.10.1 release can load the 5blocks test
> file.
>
> On Tue, Jun 28, 2011 at 5:47 AM, Fred Fred  wrote:
>
>  I have exactly the same error while trying to
> read ParaViewData-3.10.1/Data/VisItBridge/5blocks.cgns
>
> --
> From: stan1...@hotmail.fr
> To: robert.mayn...@kitware.com
> Date: Mon, 27 Jun 2011 18:22:18 +0200
> CC: paraview@paraview.org
>
> Subject: Re: [Paraview] CGNS files
>
>  Actually I finally got it!
> So now I have a CGNS reader but when I apply, I got the following errors:
>
>
> ERROR: In
> /usr/local/ParaView-3.10.1/Utilities/VisItBridge/AvtAlgorithms/vtkAvtSTMDFileFormatAlgorithm.cxx,
> line 409
>
> vtkVisItCGNSReader (0x121f1b970): VisIt Exception caught.
>
>
> even with a - supposed to be valid - cgns file downloaded from here (the
> bump file): http://cgns.sourceforge.net/CGNSFiles.html
>
>
> --
> From: robert.mayn...@kitware.com
> Date: Mon, 27 Jun 2011 08:03:33 -0400
> Subject: Re: [Paraview] CGNS files
> To: stan1...@hotmail.fr
> CC: paraview@paraview.org
>
> Can you please email me your CMakeCache.txt please.
>
> On Sun, Jun 26, 2011 at 5:12 PM, Fred Fred  wrote:
>
>  Si I finally did it, skipping cmake to build cgns library, toggled options
> as written below and finally... still not abe to read any cgns file!
> I mean, same issue as before, ie if I select a cgns file, I am asked about
> which type of reader I want to use but no cgns reader in the list!
>
> --
> From: robert.mayn...@kitware.com
> Date: Fri, 24 Jun 2011 08:31:46 -0400
>
> Subject: Re: [Paraview] CGNS files
> To: stan1...@hotmail.fr
> CC: paraview@paraview.org
>
> Hi Fred,
>
> You have two options to enable CGNS in ParaView. The easiest is to use the
> SuperBuild process in ParaView which will automatically enable the VisIt
> bridge and the CGNS reader and build CGNS itself.
>
> The other option is to manually enable CGNS support if you already have
> CGNS built. You will need to enable PARAVIEW_USE_VISITBRIDGE and set the
> Boost_INCLUDE_DIR. Once that is done you will need to enable
> VISIT_BUILD_READER_CGNS and set the CGNS_INCLUDE_DIR and CGNS_LIBRARY
>
>
>
>
> On Fri, Jun 24, 2011 at 6:08 AM, Fred Fred  wrote:
>
>  I just compiled it but am unable to load a CGNS file - and CGNS is not
> included in the list of supported file formats - so I suppose I missed
> something in the configuration but did not see anything related to CGNS,
> please tell me which option has to be toggled.
>
> --
> From: robert.mayn...@kitware.com
> Date: Fri, 17 Jun 2011 12:01:12 -0400
> Subject: Re: [Paraview] CGNS files
> To: stan1...@hotmail.fr
> CC: paraview@paraview.org
>
>
> ParaView 3.10.1 has CGNS support. It will support structured and
> unstructured meshes and will only read cell and point centered properties.
>
> On Fri, Jun 17, 2011 at 5:24 AM, Fred Fred  wrote:
>
>  Hello,
> what is the current status of CGNS file support by PV?
> Thanks in advance for your answer.
>
>
> ___
> 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
>
>
>
>
> --
> Robert Maynard
>
>
>
>
> --
> Robert Maynard
>
>
>
>
> --
> Robert Maynard
>
> ___ Powered by 
> www.kitware.comVisit 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/ParaViewFollow this link to subscribe/unsubscribe:
> http:

Re: [Paraview] Fail to add mapper to paraview3.10

2011-09-28 Thread Utkarsh Ayachit
The example included in 3.10 is broken. The example has been fixed in
git-master and will get included in 3.12. You can try out the example
by checkout out the latest paraview source
(http://paraview.org/Wiki/ParaView/Git)

Utkarsh

On Wed, Sep 28, 2011 at 6:49 AM, 沈恩亚  wrote:
> Hi All,
>
> I tried to add Representation in Example\Plugins to ParaView 3.10, but
> failed.
>
> But it works in ParaView 3.8.
>
> I found that there is no PolyDataMapper in the
> Servers\ServerManager\Resources\views_and_representations.xml or
> rendering.xml in ParaView 3.10, that is different with ParaView 3.8.
>
> Is there any new introduction for how to add representation to ParaView
> 3.10?
>
> How to add?
>
> Thanks.
>
>
>
> ___
> 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] CGNS files

2011-09-28 Thread Odile Lemay


I use cgns 3.0.8 with hdf5, without any compiling errors.
Works fine

Have fun

Odile Lemay


From: robert.mayn...@kitware.com
Date: Wed, 28 Sep 2011 08:36:52 -0400
To: stan1...@hotmail.fr
CC: paraview@paraview.org
Subject: Re: [Paraview] CGNS files

That looks like you are including 3.1.X as that line is a call to CGNS. A quick 
grep returns no usage of cgsize in the CGNS reader.

On Wed, Sep 28, 2011 at 6:22 AM, Fred Fred  wrote:







I was using the last version, ie 3.1.3, so I tried with the 2.5.5 but got a 
compilation error:
/usr/local/ParaView-3.10.1/Utilities/VisItBridge/databases/CGNS/avtCGNSFileFormat.C:331:
 error: ‘cgsize_t’ was not declared in this scope


I do not understand because cgsize_t is defined in the version 3.1.3 but not in 
the version 2.5.5 of cgns!

From: robert.mayn...@kitware.com


Date: Tue, 28 Jun 2011 09:13:36 -0400
Subject: Re: [Paraview] CGNS files
To: stan1...@hotmail.fr
CC: paraview@paraview.org



What version of CGNS do you have installed? We have only tested the reader 
using the 2.5.5 version of CGNS
On Tue, Jun 28, 2011 at 9:00 AM, Fred Fred  wrote:









so why do I get this error?

From: robert.mayn...@kitware.com
Date: Tue, 28 Jun 2011 08:53:23 -0400


Subject: Re: [Paraview] CGNS files
To: stan1...@hotmail.fr
CC: paraview@paraview.org

The CGNS reader with the official 3.10.1 release can load the 5blocks test 
file. 





On Tue, Jun 28, 2011 at 5:47 AM, Fred Fred  wrote:







I have exactly the same error while trying to read 
ParaViewData-3.10.1/Data/VisItBridge/5blocks.cgns

From: stan1...@hotmail.fr
To: robert.mayn...@kitware.com






Date: Mon, 27 Jun 2011 18:22:18 +0200
CC: paraview@paraview.org
Subject: Re: [Paraview] CGNS files








Actually I finally got it!So now I have a CGNS reader but when I apply, I got 
the following errors:







ERROR: In 
/usr/local/ParaView-3.10.1/Utilities/VisItBridge/AvtAlgorithms/vtkAvtSTMDFileFormatAlgorithm.cxx,
 line 409
vtkVisItCGNSReader (0x121f1b970): VisIt Exception caught.

even with a - supposed to be valid - cgns file downloaded from here (the bump 
file): http://cgns.sourceforge.net/CGNSFiles.html







From: robert.mayn...@kitware.com
Date: Mon, 27 Jun 2011 08:03:33 -0400
Subject: Re: [Paraview] CGNS files
To: stan1...@hotmail.fr






CC: paraview@paraview.org

Can you please email me your CMakeCache.txt please.

On Sun, Jun 26, 2011 at 5:12 PM, Fred Fred  wrote:













Si I finally did it, skipping cmake to build cgns library, toggled options as 
written below and finally... still not abe to read any cgns file!I mean, same 
issue as before, ie if I select a cgns file, I am asked about which type of 
reader I want to use but no cgns reader in the list!









From: robert.mayn...@kitware.com
Date: Fri, 24 Jun 2011 08:31:46 -0400
Subject: Re: [Paraview] CGNS files








To: stan1...@hotmail.fr
CC: paraview@paraview.org

Hi Fred,
You have two options to enable CGNS in ParaView. The easiest is to use the 
SuperBuild process in ParaView which will automatically enable the VisIt bridge 
and the CGNS reader and build CGNS itself.










The other option is to manually enable CGNS support if you already have CGNS 
built. You will need to enable PARAVIEW_USE_VISITBRIDGE and set the 
Boost_INCLUDE_DIR. Once that is done you will need to enable 
VISIT_BUILD_READER_CGNS and set the CGNS_INCLUDE_DIR and CGNS_LIBRARY













On Fri, Jun 24, 2011 at 6:08 AM, Fred Fred  wrote:















I just compiled it but am unable to load a CGNS file - and CGNS is not included 
in the list of supported file formats - so I suppose I missed something in the 
configuration but did not see anything related to CGNS, please tell me which 
option has to be toggled.











From: robert.mayn...@kitware.com
Date: Fri, 17 Jun 2011 12:01:12 -0400
Subject: Re: [Paraview] CGNS files


To: stan1...@hotmail.fr
CC: paraview@paraview.org

ParaView 3.10.1 has CGNS support. It will support structured and unstructured 
meshes and will only read cell and point centered properties.











On Fri, Jun 17, 2011 at 5:24 AM, Fred Fred  wrote:







Hello,what is the current status of CGNS file support by PV?Thanks in advance 
for your answer.
  

___

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




-- 
Robert Maynard
  


-- 
Robert Maynard

  


-- 
Robert Maynard
  

___
Powered by www.kitware.com

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

Please 

[Paraview] line chart display bug when loading state file

2011-09-28 Thread Paul Edwards
Hi,

I reported this a while back and would like to try a fix it.  Can anyone
give me any hints for where to look?

Thanks,
Paul
___
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] line chart display bug when loading state file

2011-09-28 Thread Paul Edwards
And, here is the link to the bug in mantis -
http://www.paraview.org/Bug/view.php?id=12579

Regards,
Paul

On 28 September 2011 15:27, Paul Edwards  wrote:

> Hi,
>
> I reported this a while back and would like to try a fix it.  Can anyone
> give me any hints for where to look?
>
> Thanks,
> Paul
>
___
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] line chart display bug when loading state file

2011-09-28 Thread Andy Bauer
Hi Paul,

I'm pretty sure that this is a bug that also causes problems with
coprocessing.  I talked to Pat Marion and he said he was going to try and
fix it which should also fix your problem.

Pat, what's the status of http://paraview.org/Bug/view.php?id=12607

Thanks,
Andy

On Wed, Sep 28, 2011 at 10:28 AM, Paul Edwards wrote:

> And, here is the link to the bug in mantis -
> http://www.paraview.org/Bug/view.php?id=12579
>
> Regards,
> Paul
>
>
> On 28 September 2011 15:27, Paul Edwards  wrote:
>
>> Hi,
>>
>> I reported this a while back and would like to try a fix it.  Can anyone
>> give me any hints for where to look?
>>
>> Thanks,
>> Paul
>>
>
>
> ___
> 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] Printing from a macro

2011-09-28 Thread Greg Schussman

Hi, Everyone.

When I print from a python macro within ParaView, sometimes the output 
of that print goes to ParaView's  Output Window, and sometimes it goes 
to ParaView's Python Shell.


Is there a way I can control which of those two windows will receive the 
output of a print?


Thanks.

Greg

___
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] newbie presentation

2011-09-28 Thread Pierre Chevalier Géologue

Hello, list!

I just subscribed to this list, so, according to an old tradition, I 
will briefly introduce myself: I'm a geologist, 44 year-old, living in 
south-western France.  I work as a consultant, mostly for mining 
exploration, but also in all fields of geology. I worked quite a few 
years as an expatriate in a few companies; now I do missions, mostly in 
Africa.


I am a Free Software enthusiast, I discovered GNU/Linux in 1999, on a 
mining exploration camp in the middle of the Sahara, in Mauritania.  
Now, in my company, I only use GNU/Linux debian (stable and unstable) 
machines, and a FreeBSD on the file server side.  There is only one 
application, GDM (a software package from BRGM, for geology), for which 
I must still have a windows 2000 running in a box somewhere.


I used to code and develop applications, a long time ago.  I am now 
quite rusty, but I hope to be able to go back into some serious coding.  
At the moment, I mostly code python or bash scripts.


I recently discovered paraviewgeo, I managed to compile and run it on my 
debian.  I've been invited to join the present list, so here I am!



Now, I will try to do the paraview tutorial, I just downloaded
http://www.paraview.org/Wiki/images/2/2d/ParaViewTutorial310.pdf
and
http://www.paraview.org/Wiki/images/5/5d/ParaViewTutorialData.tar.gz

I'm sure I will soon have many questions to ask...


Best regards,
Pierre

--

Pierre Chevalier Géologue EI
Mesté Duran
32100 Condom
  Tél+fax  :09 75 27 45 62
05 62 28 06 83
06 37 80 33 64
  Émail  :   pierrechevaliergeolCHEZfree.fr
  icq#   :   10432285
  skype  :   pierre.chevalier1967
  http://pierremariechevalier.free.fr/pierre_chevalier_geologue


___
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] newbie presentation

2011-09-28 Thread David E DeMarle
Welcome to ParaView!

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909



2011/9/28 Pierre Chevalier Géologue :
> Hello, list!
>
> I just subscribed to this list, so, according to an old tradition, I will
> briefly introduce myself: I'm a geologist, 44 year-old, living in
> south-western France.  I work as a consultant, mostly for mining
> exploration, but also in all fields of geology. I worked quite a few years
> as an expatriate in a few companies; now I do missions, mostly in Africa.
>
> I am a Free Software enthusiast, I discovered GNU/Linux in 1999, on a mining
> exploration camp in the middle of the Sahara, in Mauritania.  Now, in my
> company, I only use GNU/Linux debian (stable and unstable) machines, and a
> FreeBSD on the file server side.  There is only one application, GDM (a
> software package from BRGM, for geology), for which I must still have a
> windows 2000 running in a box somewhere.
>
> I used to code and develop applications, a long time ago.  I am now quite
> rusty, but I hope to be able to go back into some serious coding.  At the
> moment, I mostly code python or bash scripts.
>
> I recently discovered paraviewgeo, I managed to compile and run it on my
> debian.  I've been invited to join the present list, so here I am!
>
>
> Now, I will try to do the paraview tutorial, I just downloaded
> http://www.paraview.org/Wiki/images/2/2d/ParaViewTutorial310.pdf
> and
> http://www.paraview.org/Wiki/images/5/5d/ParaViewTutorialData.tar.gz
>
> I'm sure I will soon have many questions to ask...
>
>
> Best regards,
> Pierre
>
> --
> 
> Pierre Chevalier Géologue EI
>    Mesté Duran
>    32100 Condom
>  Tél+fax  :    09 75 27 45 62
>                05 62 28 06 83
>                06 37 80 33 64
>  Émail  :   pierrechevaliergeolCHEZfree.fr
>  icq#   :   10432285
>  skype  :   pierre.chevalier1967
>  http://pierremariechevalier.free.fr/pierre_chevalier_geologue
> 
>
> ___
> 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