[Paraview] Labeling of axis

2015-04-29 Thread Julia Weißflog

Hello everybody,

I use the tool 'Export Scene' in Paraview 4.3.1 to export a 2d clip to a
vector graphic. All the time I got problems with the labeling of all axis.
The numbers and labels (e.g. Y-Axis) are really blurry and not  
vectorized. How may I overcome this problem?


Thank you for your help.

Julia

___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] vtk.vtkPoints.SetData()

2015-04-29 Thread Magician
Hi Christophe,

Thanks.
column_stack() works correctly.


Magician


 On Apr 29, 2015, at 01:00, paraview-requ...@paraview.org wrote:
 
 Message: 1
 Date: Mon, 27 Apr 2015 20:22:41 +0200
 From: Christophe Bourcier christophe.bourcier...@gmail.com
 To: f_magic...@mac.com
 Cc: paraview@paraview.org
 Subject: [Paraview]  vtk.vtkPoints.SetData()
 Message-ID:
   caktnqfkbsjde+bw5kakjmnrgbdqnxmgvcxe5h_bsprcnh+9...@mail.gmail.com
 Content-Type: text/plain; charset=utf-8
 
 Hi Magician,
 
 Since Paraview 4.2, you have to use column_stack instead of hstack to
 create a multi-component field. See this thread
 http://public.kitware.com/pipermail/paraview/2015-April/033756.html
 
 Christophe
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Beginner's question: new data set with same filters. How?

2015-04-29 Thread Salomon Turgman Cohen
Related to this. What if I have a transient simulation and I change some
parameters. The two simulations have a different number of time steps. How
do I deal with this situation? Loading the state does not seem to work as
expected (not all the timesteps are visible if the second simulation has
more). Any ideas in this case? Also Jesse, what do you mean that you load
your state file first? If I do that it ask me what data set I wish to load.
Is that what you are referring to?

-s-

On Tue, Apr 28, 2015 at 10:06 PM, Stub via ParaView paraview@paraview.org
wrote:

 Thank you all for the very quick and helpful response!
 R.



   On Wednesday, April 29, 2015 10:47 AM, Cory Quammen 
 cory.quam...@kitware.com wrote:


 Rob,

 There are two ways to do this:

 1). Once your pipeline is set up, you can right-click on the input object
 in the Pipeline Browers and choose Change Input... If you have loaded a new
 data set, you can change the input to this new one.

 2). As others have said, you can save a ParaView state file. When you
 reload it, a dialog box asking you to confirm where the data files that
 were loaded are located will appear, and you can change the locations of
 those files to your new files there. Note that loading state files is
 cumulative - you will need to reset the state manually if you want to clear
 your old pipeline and data out. You can do this by clicking on the icon
 with the two computers and red x.

 Hope that helps,
 Cory

 On Tue, Apr 28, 2015 at 9:26 PM, Stub via ParaView paraview@paraview.org
 wrote:

 Hi,

 After going through the tutorial, I am puzzled how to achieve the
 following:

 I have software that creates data, which I can visualize nicely with
 paraview.
 Different input parameters to the software create different data.

 Each time I want to view another dataset, I open paraview, load the data,
 and then put all the filters again in place.

 I find it a bit annoying that I need to organize the filters all over
 again, each time.

 I suppose there is a way that allows me to load the data into an existing
 filter arrangement, so that I quickly can visit one dataset after another.

 Can somebody give me some pointers how to do this in paraview?

 Thank you!
 Rob.




 ___
 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

 Search the list archives at: http://markmail.org/search/?q=ParaView

 Follow this link to subscribe/unsubscribe:
 http://public.kitware.com/mailman/listinfo/paraview




 --
 Cory Quammen
 RD Engineer
 Kitware, Inc.



 ___
 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

 Search the list archives at: http://markmail.org/search/?q=ParaView

 Follow this link to subscribe/unsubscribe:
 http://public.kitware.com/mailman/listinfo/paraview




-- 
Salomon Turgman Cohen
Assistant Professor
Chemical Engineering
Kettering University
(919) 341-9650
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] [EXTERNAL] Idiot's Guide to Programmable Filter

2015-04-29 Thread Dennis Conklin
Berk,

Thanks for your reply.

I am using Paraview 4.3, so hopefully that has the improvements you mentioned.

I guess if I could figure out what objects are used for Blocks in side the 
Programmable filter I could do more on my own, but it’s clear they are 
different from in a python script, but still not clear what they are.

So a typical application would be a special version of point data to cell data.

I have some node variables. I want to find all the nodes attached to each 
element, do some calculations on those node variables to generate a new element 
variable.   So basically like

Loop over blocks
 Loop over elements in block
Find all nodes connected to element
Perform calculations based on node variables
Assign new element variable(s) based on calculations

Thanks for any insight – Alan at Sandia has suggested I check the latest user 
guide, and I will, but I haven’t seen a good element example for the 
Programmable filter yet – I don’t have any problem doing nodal manipulations, 
but I have a good example of that.

Dennis

From: Berk Geveci [mailto:berk.gev...@kitware.com]
Sent: Wednesday, April 29, 2015 10:29 AM
To: Scott, W Alan
Cc: Dennis Conklin; paraview@paraview.org
Subject: Re: [Paraview] [EXTERNAL] Idiot's Guide to Programmable Filter

Hey Dennis,

Which version of ParaView are you using? We have made some significant 
improvements to the way we handle multi-block datasets (which Exodus produces) 
in the latest version.

The interface in the Programmable Filter is somewhat different than what you 
would have in a ParaView Python script. This is because you actually have 
access to the full data and the objects in there are of different types.

If you give me some examples of what you are trying to do in the programmable 
filter, I can provide code that demonstrates the use of the API in the 
programmable filter.

Best,
-berk

On Tue, Apr 28, 2015 at 10:32 PM, Scott, W Alan 
wasc...@sandia.govmailto:wasc...@sandia.gov wrote:
Dennis,
The Python/ Programmable filter is a black box to me (i.e., I won’t be much 
additional help).  However, the place i would start would be the new, 
super-duper ParaView Guide.  Kitware – and especially Utkarsh – have done a 
great job on it.

Rather than giving the link, here is how to find it.  It is sold in paper form 
on Amazon, and also is available as a .pdf for free (lacking 3 chapters, not 
related to the python filter).

paraview.org/http://paraview.org/ Resources/ ParaView Guide.  This includes 
the link to the .pdf.  You are interested in (at least) chapter 13.  It is 
listed under master section II, Reference Manual.


Alan

From: ParaView 
[mailto:paraview-boun...@paraview.orgmailto:paraview-boun...@paraview.org] On 
Behalf Of Dennis Conklin
Sent: Tuesday, April 28, 2015 11:11 AM
To: paraview@paraview.orgmailto:paraview@paraview.org
Subject: [EXTERNAL] [Paraview] Idiot's Guide to Programmable Filter

All,

I’m a little confused by what objects are inside a programmable filter.I 
have a multi-block EXODUS dataset.When I read this in it is a Exodus2Reader 
object (sp?) and I can access the blocks, pointdata, celldata, etc in a python 
script.

Once I get inside the Programmable filter, the  blocks of the input[] seem to 
have different member functions than they did in a Python script.   So I can’t 
figure out  how to get connectivity,   number of cells in a block, generate new 
cell variables, etc.

So, if I’m in a Programmable Filter, what object do I look at in either the 
Paraview or VTK class libraries to understand what the properties of the block 
are?

Thanks very much for any insight you can give.

Dennis

___
Powered by www.kitware.comhttp://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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] [EXTERNAL] Offscreen rendering? (UNCLASSIFIED)

2015-04-29 Thread Scott, W Alan
Sorry, my bad.

This is an advanced setting.  The Settings panels now have standard (default) 
and advanced layouts (sticky, which is what I currently have).  You change it 
by clicking the little gear icon in the upper right corner of the Settings 
dialog.  This setting is found in the advanced settings.

Alan

-Original Message-
From: Angelini, Richard C (Rick) CIV USARMY ARL (US) 
[mailto:richard.c.angelini@mail.mil]
Sent: Wednesday, April 29, 2015 1:13 PM
To: Scott, W Alan
Subject: RE: [EXTERNAL] [Paraview] Offscreen rendering? (UNCLASSIFIED)

CLASSIFICATION: UNCLASSIFIED

That would do it if I could find such a thing!  That exists in 4.3.1?

Would I have had to do something at build time to enable such a feature


-Original Message-
From: Scott, W Alan [mailto:wasc...@sandia.gov]
Sent: Wednesday, April 29, 2015 2:25 PM
To: Angelini, Richard C (Rick) CIV USARMY ARL (US); paraview@paraview.org
Subject: RE: [EXTERNAL] [Paraview] Offscreen rendering? (UNCLASSIFIED)

Rick,
Do you mean Edit/ Settings/ Render View/ Use Offscreen Rendering for 
Screenshots?

Alan

-Original Message-
From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Angelini, 
Richard C (Rick) CIV USARMY ARL (US)
Sent: Wednesday, April 29, 2015 11:59 AM
To: paraview@paraview.org
Subject: [EXTERNAL] [Paraview] Offscreen rendering? (UNCLASSIFIED)

CLASSIFICATION: UNCLASSIFIED

I have a standard client-server connection set up to a remote system.   I'm
dumping out a long animation, saving JPG files. If I iconify my ParaView
session or allow the Linux screenlock to kick in, my resulting saved images
are corrupted (blank, black, garbled).In this scenario, is there
some way to force ParaView to do offscreen rendering in this interactive 
session?


I've been looking at settings and command line flags, but I don't see
anything in the GUI or the client.   There does seem to be a flag on the
pvserver, but the user doesn't have access to that flag directly using the 
preconfigure job launching configuration scripts.



CLASSIFICATION: UNCLASSIFIED


CLASSIFICATION: UNCLASSIFIED
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] [EXTERNAL] Offscreen rendering? (UNCLASSIFIED)

2015-04-29 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
CLASSIFICATION: UNCLASSIFIED

Bingo!   There it is ... thanks!

-Original Message-
From: Scott, W Alan [mailto:wasc...@sandia.gov] 
Sent: Wednesday, April 29, 2015 3:22 PM
To: Angelini, Richard C (Rick) CIV USARMY ARL (US)
Cc: paraview@paraview.org
Subject: RE: [EXTERNAL] [Paraview] Offscreen rendering? (UNCLASSIFIED)

Sorry, my bad.

This is an advanced setting.  The Settings panels now have standard
(default) and advanced layouts (sticky, which is what I currently have).
You change it by clicking the little gear icon in the upper right corner of
the Settings dialog.  This setting is found in the advanced settings.

Alan

-Original Message-
From: Angelini, Richard C (Rick) CIV USARMY ARL (US)
[mailto:richard.c.angelini@mail.mil]
Sent: Wednesday, April 29, 2015 1:13 PM
To: Scott, W Alan
Subject: RE: [EXTERNAL] [Paraview] Offscreen rendering? (UNCLASSIFIED)

CLASSIFICATION: UNCLASSIFIED

That would do it if I could find such a thing!  That exists in 4.3.1?

Would I have had to do something at build time to enable such a feature


-Original Message-
From: Scott, W Alan [mailto:wasc...@sandia.gov]
Sent: Wednesday, April 29, 2015 2:25 PM
To: Angelini, Richard C (Rick) CIV USARMY ARL (US); paraview@paraview.org
Subject: RE: [EXTERNAL] [Paraview] Offscreen rendering? (UNCLASSIFIED)

Rick,
Do you mean Edit/ Settings/ Render View/ Use Offscreen Rendering for
Screenshots?

Alan

-Original Message-
From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Angelini,
Richard C (Rick) CIV USARMY ARL (US)
Sent: Wednesday, April 29, 2015 11:59 AM
To: paraview@paraview.org
Subject: [EXTERNAL] [Paraview] Offscreen rendering? (UNCLASSIFIED)

CLASSIFICATION: UNCLASSIFIED

I have a standard client-server connection set up to a remote system.   I'm
dumping out a long animation, saving JPG files. If I iconify my ParaView
session or allow the Linux screenlock to kick in, my resulting saved images
are corrupted (blank, black, garbled).In this scenario, is there
some way to force ParaView to do offscreen rendering in this interactive
session?


I've been looking at settings and command line flags, but I don't see
anything in the GUI or the client.   There does seem to be a flag on the
pvserver, but the user doesn't have access to that flag directly using the
preconfigure job launching configuration scripts.



CLASSIFICATION: UNCLASSIFIED


CLASSIFICATION: UNCLASSIFIED


CLASSIFICATION: UNCLASSIFIED


smime.p7s
Description: S/MIME cryptographic signature
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Beginner's question: new data set with same filters. How?

2015-04-29 Thread Jesse Samluk
Dr. Cohen,

   What I mean by this is, when I first start Paraview, I hit FileLoad State. 
Basically, there’s instances with the data that I used that I want saved and 
loaded when I revisit Paraview., whether it be a certain aspect of an image, a 
different field piece (I’m working with electromagnetics), etc.

  Jesse
 On Apr 29, 2015, at 1:05 PM, Salomon Turgman Cohen sturg...@gmail.com wrote:
 
 Related to this. What if I have a transient simulation and I change some 
 parameters. The two simulations have a different number of time steps. How do 
 I deal with this situation? Loading the state does not seem to work as 
 expected (not all the timesteps are visible if the second simulation has 
 more). Any ideas in this case? Also Jesse, what do you mean that you load 
 your state file first? If I do that it ask me what data set I wish to load. 
 Is that what you are referring to?
 
 -s-
 
 On Tue, Apr 28, 2015 at 10:06 PM, Stub via ParaView paraview@paraview.org 
 mailto:paraview@paraview.org wrote:
 Thank you all for the very quick and helpful response!
 R.
 
 
 
 On Wednesday, April 29, 2015 10:47 AM, Cory Quammen cory.quam...@kitware.com 
 mailto:cory.quam...@kitware.com wrote:
 
 
 Rob,
 
 There are two ways to do this:
 
 1). Once your pipeline is set up, you can right-click on the input object in 
 the Pipeline Browers and choose Change Input... If you have loaded a new data 
 set, you can change the input to this new one.
 
 2). As others have said, you can save a ParaView state file. When you reload 
 it, a dialog box asking you to confirm where the data files that were loaded 
 are located will appear, and you can change the locations of those files to 
 your new files there. Note that loading state files is cumulative - you will 
 need to reset the state manually if you want to clear your old pipeline and 
 data out. You can do this by clicking on the icon with the two computers and 
 red x.
 
 Hope that helps,
 Cory
 
 On Tue, Apr 28, 2015 at 9:26 PM, Stub via ParaView paraview@paraview.org 
 mailto:paraview@paraview.org wrote:
 Hi,
 
 After going through the tutorial, I am puzzled how to achieve the following:
 
 I have software that creates data, which I can visualize nicely with paraview.
 Different input parameters to the software create different data.
 
 Each time I want to view another dataset, I open paraview, load the data, and 
 then put all the filters again in place.
 
 I find it a bit annoying that I need to organize the filters all over again, 
 each time.
 
 I suppose there is a way that allows me to load the data into an existing 
 filter arrangement, so that I quickly can visit one dataset after another.
 
 Can somebody give me some pointers how to do this in paraview?
 
 Thank you!
 Rob.
 
 
 
 
 ___
 Powered by www.kitware.com http://www.kitware.com/
 
 Visit other Kitware open-source projects at 
 http://www.kitware.com/opensource/opensource.html 
 http://www.kitware.com/opensource/opensource.html
 
 Please keep messages on-topic and check the ParaView Wiki at: 
 http://paraview.org/Wiki/ParaView http://paraview.org/Wiki/ParaView
 
 Search the list archives at: http://markmail.org/search/?q=ParaView 
 http://markmail.org/search/?q=ParaView
 
 Follow this link to subscribe/unsubscribe:
 http://public.kitware.com/mailman/listinfo/paraview 
 http://public.kitware.com/mailman/listinfo/paraview
 
 
 
 
 -- 
 Cory Quammen
 RD Engineer
 Kitware, Inc.
 
 
 
 ___
 Powered by www.kitware.com http://www.kitware.com/
 
 Visit other Kitware open-source projects at 
 http://www.kitware.com/opensource/opensource.html 
 http://www.kitware.com/opensource/opensource.html
 
 Please keep messages on-topic and check the ParaView Wiki at: 
 http://paraview.org/Wiki/ParaView http://paraview.org/Wiki/ParaView
 
 Search the list archives at: http://markmail.org/search/?q=ParaView 
 http://markmail.org/search/?q=ParaView
 
 Follow this link to subscribe/unsubscribe:
 http://public.kitware.com/mailman/listinfo/paraview 
 http://public.kitware.com/mailman/listinfo/paraview
 
 
 
 
 -- 
 Salomon Turgman Cohen
 Assistant Professor
 Chemical Engineering
 Kettering University
 (919) 341-9650
 ___
 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
 
 Search the list archives at: http://markmail.org/search/?q=ParaView
 
 Follow this link to subscribe/unsubscribe:
 http://public.kitware.com/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

Search the list 

Re: [Paraview] [EXTERNAL] Offscreen rendering? (UNCLASSIFIED)

2015-04-29 Thread Scott, W Alan
Rick,
Do you mean Edit/ Settings/ Render View/ Use Offscreen Rendering for 
Screenshots?

Alan

-Original Message-
From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Angelini, 
Richard C (Rick) CIV USARMY ARL (US)
Sent: Wednesday, April 29, 2015 11:59 AM
To: paraview@paraview.org
Subject: [EXTERNAL] [Paraview] Offscreen rendering? (UNCLASSIFIED)

CLASSIFICATION: UNCLASSIFIED

I have a standard client-server connection set up to a remote system.   I'm
dumping out a long animation, saving JPG files. If I iconify my ParaView
session or allow the Linux screenlock to kick in, my resulting saved images
are corrupted (blank, black, garbled).In this scenario, is there
some way to force ParaView to do offscreen rendering in this interactive 
session?


I've been looking at settings and command line flags, but I don't see
anything in the GUI or the client.   There does seem to be a flag on the
pvserver, but the user doesn't have access to that flag directly using the 
preconfigure job launching configuration scripts.



CLASSIFICATION: UNCLASSIFIED
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] Offscreen rendering? (UNCLASSIFIED)

2015-04-29 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
CLASSIFICATION: UNCLASSIFIED

I have a standard client-server connection set up to a remote system.   I'm
dumping out a long animation, saving JPG files. If I iconify my ParaView
session or allow the Linux screenlock to kick in, my resulting saved images
are corrupted (blank, black, garbled).In this scenario, is there
some way to force ParaView to do offscreen rendering in this interactive
session?


I've been looking at settings and command line flags, but I don't see
anything in the GUI or the client.   There does seem to be a flag on the
pvserver, but the user doesn't have access to that flag directly using the
preconfigure job launching configuration scripts.



CLASSIFICATION: UNCLASSIFIED


smime.p7s
Description: S/MIME cryptographic signature
___
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] [EXTERNAL] Idiot's Guide to Programmable Filter

2015-04-29 Thread Berk Geveci
Hey Dennis,

Which version of ParaView are you using? We have made some significant
improvements to the way we handle multi-block datasets (which Exodus
produces) in the latest version.

The interface in the Programmable Filter is somewhat different than what
you would have in a ParaView Python script. This is because you actually
have access to the full data and the objects in there are of different
types.

If you give me some examples of what you are trying to do in the
programmable filter, I can provide code that demonstrates the use of the
API in the programmable filter.

Best,
-berk

On Tue, Apr 28, 2015 at 10:32 PM, Scott, W Alan wasc...@sandia.gov wrote:

  Dennis,

 The Python/ Programmable filter is a black box to me (i.e., I won’t be
 much additional help).  However, the place i would start would be the new,
 super-duper ParaView Guide.  Kitware – and especially Utkarsh – have done a
 great job on it.



 Rather than giving the link, here is how to find it.  It is sold in paper
 form on Amazon, and also is available as a .pdf for free (lacking 3
 chapters, not related to the python filter).



 paraview.org/ Resources/ ParaView Guide.  This includes the link to the
 .pdf.  You are interested in (at least) chapter 13.  It is listed under
 master section II, Reference Manual.





 Alan



 *From:* ParaView [mailto:paraview-boun...@paraview.org] *On Behalf Of *Dennis
 Conklin
 *Sent:* Tuesday, April 28, 2015 11:11 AM
 *To:* paraview@paraview.org
 *Subject:* [EXTERNAL] [Paraview] Idiot's Guide to Programmable Filter



 All,



 I’m a little confused by what objects are inside a programmable filter.
 I have a multi-block EXODUS dataset.When I read this in it is a
 Exodus2Reader object (sp?) and I can access the blocks, pointdata,
 celldata, etc in a python script.



 Once I get inside the Programmable filter, the  blocks of the input[] seem
 to have different member functions than they did in a Python script.   So I
 can’t figure out  how to get connectivity,   number of cells in a block,
 generate new cell variables, etc.



 So, if I’m in a Programmable Filter, what object do I look at in either
 the Paraview or VTK class libraries to understand what the properties of
 the block are?



 Thanks very much for any insight you can give.



 Dennis

 ___
 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

 Search the list archives at: http://markmail.org/search/?q=ParaView

 Follow this link to subscribe/unsubscribe:
 http://public.kitware.com/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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview