[Paraview] accessing vtkFieldData from calculator filter

2011-06-02 Thread Christine Corbett Moran
Hi, I'm adding meta data to my vtkPolyData via vtkFieldData per http://www.itk.org/Wiki/VTK/Examples/Cxx/PolyData/FieldData. I see this metadata fine from the ParaView GUI but can't seem to do anything with the information without manually copying and pasting. Specifically I'd like to use some of

Re: [Paraview] mysterious linker error for custom library in custom PV Plugin

2011-03-04 Thread Christine Corbett Moran
> > Takuya > > Takuya OSHIMA, Ph.D. > Faculty of Engineering, Niigata University > 8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN > > From: Christine Corbett Moran > Subject: [Paraview] mysterious linker error for custom library in custom PV > Plugin >

[Paraview] mysterious linker error for custom library in custom PV Plugin

2011-03-03 Thread Christine Corbett Moran
I have a problem with building/linking to an external library I've called libfio. The library builds, and I can link programs against it from the command line. However my final plugin always comes up with a "ld: symbol(s) not found". I have several other libraries which are linked against just fine

[Paraview] Problems with libIOKit building ParaView 3.8.0 or ParaView 3.10.0 on OS X 10.5.8

2011-02-28 Thread Christine Corbett Moran
I am helping a colleague build ParaView on their Mac running OS X 10.5.8 and running into an error with the libIOKit. At first I thought it might have something to do with PV; later I thought perhaps not as it happened with both ParaView 3.8 and 3.10. ParaView 3.10.0 RC1 (with XCode + system tools

Re: [Paraview] vtkSMExtractDocumentation linking error for ParaView 3.8.1

2010-11-04 Thread Christine Corbett Moran
in FindOpenSSL won't help > as it won't change what libraries ParaView links to. You could try adding > -lcrypto to CMAKE_CXX_FLAGS and CMAKE_C_FLAGS in ccmake/cmake-gui. But as I > said, this shouldn't be required. > > On Mon, Nov 1, 2010 at 8:47 AM, Christine Corbet

[Paraview] vtkSMExtractDocumentation linking error for ParaView 3.8.1

2010-11-01 Thread Christine Corbett Moran
I'm setting up ParaView 3.8.1 (stable version from source linked on the website) on our cluster and running into a linking error. the error is "[ 87%] Built target vtkPVServerManager Linking CXX executable ../../bin/vtkSMExtractDocumentation ../../bin/libvtkPVServerCommon.so: undefined reference t

Re: [Paraview] problems generating ghost cells, update on PKdTree questions

2009-11-23 Thread Christine Corbett Moran
ter > before calling Update is the right thing to do.  However, in your example > code I do not see where that value is getting set.  I only see the update > extent being set, and that is not sufficient to produce ghost cells. > > -Ken > > > On 11/19/09 4:50 PM, "Chr

[Paraview] problems generating ghost cells, update on PKdTree questions

2009-11-19 Thread Christine Corbett Moran
I'm having trouble with generating ghost cells, either on my own or with D3 (via the duplicate boundary points mode). In neither case am I able to see a single ghost level of value 1 for any of my points on a test data set, which has 10,000 cells, one point per cell, distributed on 4 processors. I

Re: [Paraview] D3 filter and PkdTrees: how to tell if D3 previously executed?, PkdTree point locators

2009-11-12 Thread Christine Corbett Moran
luding vtk objects > between readers,sources, and filters using the vtkInformationKey's. For > example you may use vtkInformtionObjectBaseKey to pass a vtkPKdTree > downstream between two filters. > > You'll have to modify vtkDistributedDataFilter, adding the keys you n

[Paraview] D3 filter and PkdTrees: how to tell if D3 previously executed?, PkdTree point locators

2009-11-10 Thread Christine Corbett Moran
Hi, I'm now playing around with creating some filters which use PkdTrees internally, mainly for their point locator capabilities. As the filters I'm interested in creating work best with spatial locality, I want to execute D3 if running in parallel and it has not previously been executed. I had fo

Re: [Paraview] Custom filter that contains a filename (Utkarsh Ayachit)

2009-11-03 Thread Christine Corbett Moran
Hi, I ran across something related which I am not sure if it is a bug or a feature. I found that when you have multiple file list domains in your XML, ParaView decides which one is the "main" file (i.e. the one specified with the --data= flag at the command line or the first file selected in a rea

[Paraview] ParaView plugin talk this Friday in Second Life

2009-10-28 Thread Christine Corbett Moran
stine Corbett Moran (University of Zurich) ParaViz: A parallel visualization tool for astrophysical applications. MICA small amphitheater: http://slurl.com/secondlife/StellaNova/75/210/31 The first half will be a basic introduction to VTK and ParaView, the specifics of ParaView's parallel featu

Re: [Paraview] modifying vtkInformation object to point to new vtkDataObject

2009-10-14 Thread Christine Corbett Moran
rclass' RequestData? > > > On Tue, Oct 13, 2009 at 3:38 PM, Christine Corbett Moran > wrote: >> Hi, >> >> I want to modify a vtkInformation object (specifically one within a >> vtkInformation vector) to point to a new data set. >> >> The use case

[Paraview] modifying vtkInformation object to point to new vtkDataObject

2009-10-13 Thread Christine Corbett Moran
Hi, I want to modify a vtkInformation object (specifically one within a vtkInformation vector) to point to a new data set. The use case is I have a derived class for which, in its RequestData method, I want to do some preprocessing on the input, then send the preprocessed input to the superclass

Re: [Paraview] XY plotting via filter extending vtkRectilinearGridAlgorithm, resulting plot always empty

2009-10-06 Thread Christine Corbett Moran
efault, so you wouldn't have been able to turn on > the visibility of the grid in the view as well (you have apply the > "Plot Data" filter). There's no automatic plotting for > vtkRectilinearGrid anymore. > > Hope that clears up some of the confusion. > > Utkar

Re: [Paraview] XY plotting via filter extending vtkRectilinearGridAlgorithm, resulting plot always empty

2009-10-05 Thread Christine Corbett Moran
g since the points on the line never > falls within any cells. > > Utkarsh > > On Mon, Oct 5, 2009 at 4:07 PM, Christine Corbett Moran > wrote: >> By "plotting setup" I mean that I first want to make a filter which >> plots X vs. Y for a very simple case, so

Re: [Paraview] XY plotting via filter extending vtkRectilinearGridAlgorithm, resulting plot always empty

2009-10-05 Thread Christine Corbett Moran
y about > structured extents. > > Utkarsh > > On Mon, Oct 5, 2009 at 3:38 PM, Christine Corbett Moran > wrote: >> Hi Utkarsh, >> >> Yes that works but I actually want to do more complicated things than >> just plot the data values, so first am doing somet

Re: [Paraview] XY plotting via filter extending vtkRectilinearGridAlgorithm, resulting plot always empty

2009-10-05 Thread Christine Corbett Moran
you simply want to plot the data_values from your rectilinear > grid, try applying the "Plot Data" filter instead. Does that work? > > Utkarsh > > On Mon, Oct 5, 2009 at 3:30 PM, Christine Corbett Moran > wrote: >> Hi, >> >> I want to begin addin

[Paraview] XY plotting via filter extending vtkRectilinearGridAlgorithm, resulting plot always empty

2009-10-05 Thread Christine Corbett Moran
Hi, I want to begin adding some non-trivial 2d plotting capabilities to my ParaView plugin; in that interest I've implemented a filter which is derived from vtkRectilinearGridAlgorithm. For now, I am trying only a simple example, where my X coordinates are the particle ids, my Y and Z coordinates

Re: [Paraview] ParaView Digest, Vol 65, Issue 92

2009-09-28 Thread Christine Corbett Moran
> From: "Jean M. Favre" > Subject: Re: [Paraview] forcing server to do all >        computations/rendering; unrelated, rendering    vertices as pixels > Cc: paraview@paraview.org > Message-ID: <4ac0827d.3040...@cscs> > Content-Type: text/plain; charset=ISO-8859-1

Re: [Paraview] forcing server to do all computations/rendering; unrelated, rendering vertices as pixels

2009-09-28 Thread Christine Corbett Moran
ize option. The default > is 5 I think. Change that to 1 and use points representation. > David E DeMarle > Kitware, Inc. > R&D Engineer > 28 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-371-3971 x109 > > > On Mon, Sep 28, 2009 at 5:12 AM, Christine Corb

[Paraview] forcing server to do all computations/rendering; unrelated, rendering vertices as pixels

2009-09-28 Thread Christine Corbett Moran
Hi, I have two questions I am hoping someone can give me some insight on. 1. How to force the server to do all computations and rendering? After playing around with the ParaView server settings, I haven't yet been able to force the server to do all computations and rendering, only sending images

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message (fixed)

2009-09-21 Thread Christine Corbett Moran
Ah, sorry I parsed your email wrong. I will have to look again to see if I get a reverse error I will let you know. On Mon, Sep 21, 2009 at 8:33 PM, Christine Corbett Moran wrote: > Yes, that is one of the errors. The errors I get are (as I listed in > my original email) >>>

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message (fixed)

2009-09-21 Thread Christine Corbett Moran
erver failed to gather information. On Mon, Sep 21, 2009 at 8:31 PM, Utkarsh Ayachit wrote: > Are there any error messages on the server side when you get that > error "failed to gather information" on the client? > > Utkarsh > > On Mon, Sep 21, 2009 at 2:18 PM, Christin

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message (fixed)

2009-09-21 Thread Christine Corbett Moran
ne On Thu, Sep 17, 2009 at 3:01 PM, Christine Corbett Moran wrote: > No, no crash, and I can still use the connection as normal. Only I am unable > to load the plugin. > > Christine > > On Thu, Sep 17, 2009 at 2:53 PM, Utkarsh Ayachit > wrote: >> >> After you get t

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message

2009-09-17 Thread Christine Corbett Moran
ide, has the server disconnected/crashed or something on those > lines? > > Utkarsh > > On Thu, Sep 17, 2009 at 4:20 AM, Christine Corbett Moran > wrote: > > I have created a plugin which functions on my client machine (when the > GUI > > is run on the client) as well a

[Paraview] problem getting pvserver to load plugin; possible connected error message

2009-09-17 Thread Christine Corbett Moran
I have created a plugin which functions on my client machine (when the GUI is run on the client) as well as on my server machine (when the GUI is run on the server machine), but not if I run the GUI on the client and connect to the server machine running pvserver (I am currently for the exercise ru

Re: [Paraview] problems getting ParaView to use my reader plugin

2009-09-15 Thread Christine Corbett Moran
s wrote: > I don't think you need the qrc file - try this instead for your GUI plugin > > ADD_PARAVIEW_PLUGIN(TxtReaderGUIPlugin "1.0" > GUI_RESOURCE_FILES TxtReaderGUI.xml) > > Regards, > Paul > > > 2009/9/15 Christine Corbett Moran > >&

[Paraview] problems getting ParaView to use my reader plugin

2009-09-15 Thread Christine Corbett Moran
Hi, I am having some basic problems getting Paraview to use my simple reader plugin. After loading the two plugins (one for the server side and one for the client side) in my GUI, if I try to open a new file with my new extension (txt or txts) it neither recognizes the extension, nor displays my

[Paraview] XDMF help (solved)

2009-08-24 Thread Christine Corbett Moran
> Format="HDF">examplefile.h5:/dark/position > > > > > > > - Ken > > - > Kenneth Leiter > Scientific Visualization Team > Lockheed Martin / ARL DoD Supercomputing Resource Center > 410-278-2580 > > -Original Messag

[Paraview] XDMF help

2009-08-24 Thread Christine Corbett Moran
Hi, I have an existing HDF5 file (which I did not personally create so am not familiar with other than the info I get from h5dump/h5ls) I'd like to read in with Paraview. I'm first trying to create the most basic xmf file possible which allows Paraview to read in the position array from the HDF5 f

Re: [Paraview] pvserver setup for multiple graphics cards on same node

2009-08-11 Thread Christine Corbett Moran
Thanks for the thorough answer, that covers all the issues I had with setup. I am sure others will find the details helpful as well. Cheers, Christine On Tue, Aug 11, 2009 at 5:03 PM, Moreland, Kenneth wrote: > It just occurred to me that this really should be documented on the > ParaView serve

[Paraview] pvserver setup for multiple graphics cards on same node

2009-08-11 Thread Christine Corbett Moran
Hi, I currently have one linux node with four GPUs and a single 8 core CPU I'd like to setup as a Paraview server. I am unsure how to go about setting things up so that MPI assigns each pair of cores a different GPU, or if problems would arise with the 2 core/1 GPU ratio. Could someone who has exp