Re: [Paraview] Building ParaView on Windows XP

2011-05-06 Thread Natalie Happenhofer
> To: natalieh...@hotmail.com > CC: paraview@paraview.org > > Hello! > > On Fri, May 6, 2011 at 9:32 AM, Natalie Happenhofer > wrote: > >build ParaView 3.8.0-RC2 on Visual C++ Express 9 (2008). > > > > error LNK2019: Undefined symbol "_WinMain@16" in f

[Paraview] Building ParaView on Windows XP

2011-05-06 Thread Natalie Happenhofer
Hi! I'm trying to build ParaView 3.8.0-RC2 on Windows XP. I'm using Visual C++ Express 9 (2008). I've compiled Qt 4.6.2 with Visual C++ Express. Following the instructions on the "ParaView Build and Install"- page on the Wiki, I get to actually build the code, but linking the target 'para

Re: [Paraview] PV 3.10.0 filters & contributing code

2011-04-15 Thread Natalie Happenhofer
hi! Thanks for the guidelines, that's great. greetings, Natalie Am 15.04.2011 um 14:51 schrieb Utkarsh Ayachit : > I just posted these set of instructions for contributing plugins to the Wiki > > http://www.paraview.org/Wiki/ParaView/Guidelines_for_Contributing_Plugins > > Utkarsh > > On Fr

[Paraview] PV 3.10.0 filters & contributing code

2011-04-14 Thread Natalie Happenhofer
Hi! I've recently downloaded PV 3.10.0 and extended it with my own filters I've already build in PV 3.6 and PV 3.8.0. However, executing them in PV3.10.0, I get the error Warning: In /home/happenhofer/svn/paraview/branches/ParaView-3.10.0/Servers/Filters/vtkTexturePainter.cxx, line 179 vtkTe

[Paraview] problem compiling the latest Paraview version

2011-03-17 Thread Natalie Happenhofer
Dear all, I'm encountering problems compiling the latest ParaView version. I've checked out the source code via git as described on your "build and install" page in the wiki. I've configured ParaView and set the PARAVIEW_USE_MPI option to ON. Compiling ParaView, I get the error Generati

[Paraview] problems using parallel paraview in client/server mode

2011-02-25 Thread Natalie Happenhofer
Dear all, I'm encountering problems using Paraview in Client/Server Mode. I'm using ParaView 3.8.0-RC2, the remote system where the pvserver is started, is Gentoo Linux 4.4.3 and the client is started on my local Windows XP. The connection is established without problems and I have access to

[Paraview] Temporal Filter

2010-11-25 Thread Natalie Happenhofer
Hi everybody, I have written a small filter similar to the Temporal Interpolator, and it works nicely if I start calculating from the beginning of my timeseries. But I encounter problems if I jump directly to another timestep, let's say from 0 to 50. Then the filter does calculate the result c

[Paraview] vtkCurvature

2010-09-24 Thread Natalie Happenhofer
Hi everybody, I would like to implement a filter to ParaView which calculates the radius of curvature of streamlines. I've browsed a little and found that there is already a curvature filter, which calculates the Gaussian curvature and the mean curvature using vtkCurvatures. This is nearly w

[Paraview] problems starting paraview

2010-09-24 Thread Natalie Happenhofer
p 2010 09:20:58 +0100 Try ldd paraview === Adriano Gagliardi MEng PhD Business Sector Leader Computational Aerodynamics Aircraft Research Association Ltd. Manton Lane Bedford Tel: 01234 32 4644 E-mail: agaglia...@ara.co.uk Url: www.ara.co.uk

[Paraview] problems starting paraview

2010-09-24 Thread Natalie Happenhofer
Hi! Now I've successfully compiled ParaView 3.8.0, but executing ./paraview, I see that ParaView tries to start up, but exits with a segmentation fault. It seems to me, that some library it is linked to is missing, but how can I find out which one it is? Thanks a lot, Natalie

[Paraview] Problems configuring Paraview 3.6.2 and 3.4

2010-09-23 Thread Natalie Happenhofer
Hi! My system was recently updated, especially the Graphics libraries and the Qt, and now I have problems configuring ParaView 3.4 and ParaView 3.6.2. The error I get is CMake Error at Applications/Client/CMakeLists.txt:555 (FILE): file GLOB requires a glob expression after the directory I

[Paraview] problems creating a Rectilinear Grid

2010-08-20 Thread Natalie Happenhofer
Hi! I am writing a filter which should calculate the horizontal average of a given dataset and display it as a function of depth. In my case, the x-coordinate specifies the radius and therefore the depth. I chose the output to be a rectilinear grid and tried to set it like this: vtkInformat

Re: [Paraview] rotate 2D-Image

2010-07-21 Thread Natalie Happenhofer
then from the display tab, load the the image as a texture using > "Apply Texture" combo-box. > > Utkarsh > > On Tue, Jul 20, 2010 at 8:57 AM, Natalie Happenhofer > wrote: > > I'm afraid the Transform filter is not available for me. I have a 2D dataset >

Re: [Paraview] rotate 2D-Image

2010-07-20 Thread Natalie Happenhofer
eh...@hotmail.com > CC: paraview@paraview.org > > You can try the "Transform" filter. > > Utkarsh > > On Tue, Jul 20, 2010 at 5:46 AM, Natalie Happenhofer > wrote: > > Hi there, > > > > I have a 2D-dataset and I would like to view it rotated

[Paraview] rotate 2D-Image

2010-07-20 Thread Natalie Happenhofer
Hi there, I have a 2D-dataset and I would like to view it rotated around 90°. Is there any possibility to do this? Thanks a lot and greets, Natalie _ Todo lo que esperas de tu correo, Hot

Re: [Paraview] ParaView parallel - CPU-exhaustion

2010-07-02 Thread Natalie Happenhofer
. The HDF5 library included with the ParaView build is used for the XDMF reader and, yes, it is designed to do coordinated parallel reads. As such, it is probably a good first choice for files read on a large computer. -Ken On 7/1/10 6:47 AM, "Natalie Happenhofer" wrote: Hi!

[Paraview] ParaView parallel - CPU-exhaustion

2010-07-01 Thread Natalie Happenhofer
7;t really know which fileformat this requires. HDF5 can be read correctly, I think, since there is a compiler option, but other file formats - it would be nice if you could point me somewhere to read about "ParaView on supercomputers". Thanks a lot! Kind reg

Re: [Paraview] Problems with the Plot Over Line Filter in PV 3.8.0

2010-06-17 Thread Natalie Happenhofer
.hanw...@kitware.com Date: Wed, 2 Jun 2010 10:01:42 -0400? Subject: Re: [Paraview] Problems with the Plot Over Line Filter in PV 3.8.0 To: natalieh...@hotmail.com CC: paraview@paraview.org On Wed, Jun 2, 2010 at 8:37 AM, Natalie Happenhofer wrote: Hi! It seems that the Plot Over Line fil

[Paraview] Problems with the Plot Over Line Filter in PV 3.8.0

2010-06-02 Thread Natalie Happenhofer
Hi! It seems that the Plot Over Line filter is buggy in 3.8.0 - I built ParaView from source and applying the Plot Over Line filter to a 2D dataset, I get the following error message: X Error: GLXUnsupportedPrivateRequest 156 Extension:149 (Uknown extension) Minor opcode: 16 (Unknown r

Re: [Paraview] Problems running pvserver in parallel

2010-05-26 Thread Natalie Happenhofer
cking the > port (the first won't). If that name is cropped and not unique try > adding "+c15" to the lsof command line. Either kill the process that > blocks the port or use another one yourself with > $ pvserver --server-port=2 > > Sven > > > Natali

[Paraview] Problems running pvserver in parallel

2010-05-26 Thread Natalie Happenhofer
Hi! I've got another problem - kind of "from one day to the other". I remember having tested paraview in parallel yesterday, but today I try mpirun -np 4 ./pvserver and it says Listen on port: 1 Process id: 0 >> ERROR: In /home/happenhofer/svn/paraview/branches/ParaView-3.8.0-RC2/Server

[Paraview] Manta Plugin with ParaView 3.8.0 executable for windows

2010-05-25 Thread Natalie Happenhofer
Hi! Is it possible that when installing paraview from the ParaView-3.8.0-RC2-Win32-x86.exe installer, the Manta Plugin is not supported? Greets, Natalie _ Hotmail es el correo más eficient

Re: [Paraview] ParaView and Manta

2010-05-25 Thread Natalie Happenhofer
n your ParaView builds and > > let me know what happens. > > > > David E DeMarle > > Kitware, Inc. > > R&D Engineer > > 28 Corporate Drive > > Clifton Park, NY 12065-8662 > > Phone: 518-371-3971 x109 > > > > > > > > On Thu,

[Paraview] ParaView and Manta

2010-05-20 Thread Natalie Happenhofer
Hi! I've now tried to compile ParaView 3.8.0 with Manta. I followed the instructions of http://www.paraview.org/Wiki/images/a/a4/Manta_adaptive_paraview.pdf, but I running make for ParaView, I get the error [ 85%] /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld:

Re: [Paraview] Manta Download

2010-05-11 Thread Natalie Happenhofer
://mantawiki.sci.utah.edu/manta/index.php/Main_Page Seb On Tue, May 11, 2010 at 9:37 AM, Natalie Happenhofer wrote: Hi everybody, I'm looking for a Manta download to build use the Plugin in ParaView 3.8.0, but I can't find it anywhere. Could anyone mail me a link? Thank

[Paraview] Manta Download

2010-05-11 Thread Natalie Happenhofer
Hi everybody, I'm looking for a Manta download to build use the Plugin in ParaView 3.8.0, but I can't find it anywhere. Could anyone mail me a link? Thanks, Natalie _ Organizar y comparti

Re: [Paraview] Volumes of Interest

2010-02-18 Thread Natalie Happenhofer
@paraview.org The best way I can think of doing this is to add a GUI plugin that copies and modifies File->Open. It would open the file and then apply the filter with the VOI you want. On Thu, Feb 18, 2010 at 7:09 AM, Natalie Happenhofer wrote: Another topic - selecting volumes of interest: I

Re: [Paraview] problems with xdmf-files

2010-02-18 Thread Natalie Happenhofer
post a sample of your xdmf? > > Utkarsh > > On Tue, Feb 16, 2010 at 5:43 AM, Natalie Happenhofer > wrote: > > Yes, I noticed that CVS ParaView has a newer version of Xdmf Reader, the > > problem is, that the files, that were read without problems in ParaView > >

Re: [Paraview] problems with xdmf-files

2010-02-16 Thread Natalie Happenhofer
@hotmail.com > CC: paraview@paraview.org > > When you build from source, are using using CVS head? CVS ParaView has > an newer version of XdmfReader. > > Utkarsh > > On Mon, Feb 15, 2010 at 4:37 AM, Natalie Happenhofer > wrote: > > Hi! > > > > I

[Paraview] problems with xdmf-files

2010-02-15 Thread Natalie Happenhofer
Hi! I´m using the Xdmf-format for my data files and am used to visualize them with ParaView. I´ve built Paraview from source (the latest version 3.6.2) and everything works fine, but a few days ago I worked on a different computer and just wanted to look at my output, so I installed ParaView v

[Paraview] problems with Xdmf Polyline

2009-12-02 Thread Natalie Happenhofer
st connected the points 0 - 9. If that worked, I would have tried connecting them all. Well, I suspected that I got something wrong in the Geometry part, but trying it with another topology type (the commented one you see here), the grid is visualized well. trying it with the Polyline-Topology, I get

[Paraview] transferring filters from 3.4.0 to 3.6.1

2009-11-27 Thread Natalie Happenhofer
Hi! I´ve recently compiled the filters I wrote for ParaView 3.4.0 to the new release ParaView 3.6.1. Filters with just one dataset as input work fine, but trying the ones with multiple input, I get the following error: ERROR: In /home/happenhofer/svn/paraview/branches/ParaView3/VTK/Filtering/v

Re: [Paraview] Animation in Paraview

2009-09-29 Thread Natalie Happenhofer
xdmf dataset that has time. Could you describe the erroneous behavior? -Ken On 9/29/09 3:48 AM, "Natalie Happenhofer" wrote: Hi! This works very well for time series with vtk-files, but not for time series with xdmf-files .. I guess, there is no other option, is there?

Re: [Paraview] Animation in Paraview

2009-09-29 Thread Natalie Happenhofer
_ Revisa tus correos de Hotmail en tu BlackBerry - Clic Aquí http://www.windowsliveentublackberry.com___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.

[Paraview] Animation in Paraview

2009-09-28 Thread Natalie Happenhofer
Hi! I just wanted to ask if there is a possibility to play animations in paraview slower than the rendering time is? Like, you want an animation over 20 files, and the time between the files is about 1 second or so? Thx, NH _ Rev

[Paraview] problems compiling paraview

2009-09-02 Thread Natalie Happenhofer
Hi everybody, I'm trying to compile ParaView 3.6 on a new system and in the build process I get the following error: make[2]: *** No rule to make target `/usr/local/lib/libGL.so', needed by `bin/QVTKCxxTests'. Stop. make[1]: *** [VTK/GUISupport/Qt/Testing/Cxx/CMakeFiles/QVTKCxxTests.dir/all]

Re: [Paraview] problems configuring ParaView 3.6

2009-08-01 Thread Natalie Happenhofer
29 Jul 2009 08:50:25 -0400 > Subject: Re: [Paraview] problems configuring ParaView 3.6 > From: berk.gev...@kitware.com > To: natalieh...@hotmail.com > > Natalie, > > I need CMakeCache.txt from the build tree not CMakeLists.txt. > > -berk > > On Wed, Jul 29, 20

[Paraview] FW: problems configuring ParaView 3.6

2009-07-29 Thread Natalie Happenhofer
ion? Can you > send me your CMakeCache.txt from the build tree? > > -berk > > > > On Tue, Jul 28, 2009 at 3:24 AM, Natalie > Happenhofer wrote: > > Hi! > > I´ve checked out ParaView 3.6 twice, once at home on my laptop and once at > > work at the syste

Re: [Paraview] problems configuring ParaView 3.6

2009-07-28 Thread Natalie Happenhofer
Well, the building on my machine does work now, making a clean build. Still, the configuring problem remains, I found a post about this issue: http://www.paraview.org/pipermail/paraview/2008-October/009803.html and it was said that the problem was fixed in CMake. Is there a chance that it ha

[Paraview] problems configuring ParaView 3.6

2009-07-28 Thread Natalie Happenhofer
Hi! I´ve checked out ParaView 3.6 twice, once at home on my laptop and once at work at the system there: At home, using CMake 2.4-patch 7 and Qt 4.3.4, I can configure ParaView running "ccmake ", but building via "make" gets me the error /home/natalie/Paraview/ParaView3-build/bin/libvtkGr

Re: [Paraview] memory leak in writer

2009-07-22 Thread Natalie Happenhofer
oll down to the "Current development distribution" section, > you will see the commands. The module is ParaView3 > > Utkarsh > > On Tue, Jul 21, 2009 at 5:10 AM, Natalie > Happenhofer wrote: > > Or better: Which module should I check out? ParaQ, Para.old, Par

Re: [Paraview] memory leak in writer

2009-07-21 Thread Natalie Happenhofer
working on the > > 3.6 release can't remember if it made it into 3.6. I'll check it out > > once I am at work tomorrow. > > > > Utkarsh > > > > On Sat, Jul 18, 2009 at 3:10 PM, Natalie > > Happenhofer wrote: > >> This option is not ava

Re: [Paraview] memory leak in writer

2009-07-18 Thread Natalie Happenhofer
t; CC: paraview@paraview.org > > Try the following: > > cvs -d :pserver:anon...@www.paraview.org:/cvsroot/ParaView3 co -r > ParaView-3-6-1 ParaView3 > > > > > On Fri, Jul 17, 2009 at 1:41 PM, Natalie > Happenhofer wrote: > > ok, I tried cvs -d :pserver:anon...

Re: [Paraview] memory leak in writer

2009-07-17 Thread Natalie Happenhofer
rg:/cvsroot/ParaView3 co -r > ParaView-3-6-1 ParaView3 > > > > > On Fri, Jul 17, 2009 at 1:41 PM, Natalie > Happenhofer wrote: > > ok, I tried cvs -d :pserver:anon...@www.paraview.org:/cvsroot/ParaView-3-6-1 > > , but it says there is no such repository. > > >

Re: [Paraview] memory leak in writer

2009-07-17 Thread Natalie Happenhofer
> You can check out the CVS tag: ParaView-3-6 for the 3.6 branch or > ParaView-3-6-1 for the release tag. > > Utkarsh > > On Fri, Jul 17, 2009 at 1:31 PM, Natalie > Happenhofer wrote: > > But the source code is also not available yet, is it? > > > >

Re: [Paraview] memory leak in writer

2009-07-17 Thread Natalie Happenhofer
> > Utkarsh > > On Fri, Jul 17, 2009 at 7:53 AM, Natalie > Happenhofer wrote: > > Hi! > > I´ve written a Wrapper for the Legacy VTK files writer, so that it writes a > > whole timeseries if I want it to. Lamentably, applying it, it needs more and > > more mem

[Paraview] memory leak in writer

2009-07-17 Thread Natalie Happenhofer
Hi! I´ve written a Wrapper for the Legacy VTK files writer, so that it writes a whole timeseries if I want it to. Lamentably, applying it, it needs more and more memory, so I am looking for a memory leak. Here is the bit of code I suspect: vtkInformation* inInfo = inputVector[0]->GetInformat

[Paraview] usage of vtkDataObjectToDataSetFilter

2009-05-25 Thread Natalie Happenhofer
Hi! I´m trying to use the vtkDataSetObjectToDataSetFilter, but it doesn´t really work, this is my code: vtkSmartPointer inputCopy; inputCopy.TakeReference(input->NewInstance()); inputCopy->ShallowCopy(input); vtkDataObjectToDataSetFilter* DoToDS = vtkDataObjectToDataSetFilter::New();

[Paraview] retrieving timeseries

2009-05-04 Thread Natalie Happenhofer
Hi! Paraview can read in timeseries, but is there any possibility for a filter to get as input all the files of the timeseries? that would be helpful, thx, NH _ ¿Uno por uno? ¡Mejor todos a la vez! Suma a tus amigos a Windows Live

Re: [Paraview] Retrieving tuples from dataset

2009-04-23 Thread Natalie Happenhofer
e.com > To: natalieh...@hotmail.com > CC: paraview@paraview.org > > Natalie, > > Those methods definitely work otherwise our dashboards would be > showing it. You must be doing something wrong. Make sure that tuple[] > is a double array. > > -berk > > On Mon, Apr 2

[Paraview] problems with volume rendering

2009-04-22 Thread Natalie Happenhofer
Hi! I´m trying to render the volume of a vector valued dataset. That´s what I tried (and what happens): 1) I read in a scalar valued dataset and applied the gradient filter. Viewing the output as a "surface" works well and the data look ok, but clicking on "Volume", Paraview get a segmentation

[Paraview] writing timeseries

2009-04-20 Thread Natalie Happenhofer
Hi! I´m just wondering if Paraview can write time-series of files, I.e. I have as input various files grouped as a timeseries, apply a filter and then write all new files with just one command.. thanks, Natalie Happenhofer

Re: [Paraview] Retrieving tuples from dataset

2009-04-20 Thread Natalie Happenhofer
these return? > > scalars->GetValue(i*3+1) > scalars->GetValue(i*3+2) > > scalars->GetTuple(i)[1] > scalars->GetTuple(i)[2] > > -berk > > On Fri, Apr 17, 2009 at 8:58 AM, Natalie Happenhofer > wrote: > > Hi! > > I´m having trouble

[Paraview] Retrieving tuples from dataset

2009-04-17 Thread Natalie Happenhofer
Hi! I´m having trouble retrieving the data from a vector-valued vtkDoubleArray, my code looks like this: double tuple[3]; //tuple should be stored in this array scalars -> GetTupleValue(i,tuple); The first component, i.e. tuple[0] is retrieved properly, but tuple[1] and tuple[2] are definitely

Re: [Paraview] problems setting vtkDoubleArray with 3 components

2009-03-18 Thread Natalie Happenhofer
> Robert M. O'Bara, MEng. > > Research & Development Engineer > > > > On Mar 15, 2009, at 5:50 PM, Burlen Loring wrote: > > > >> Also, if you SetNumberOfComponents, and SetNumberOfTuples, you want to use > >> SetTuple(i,Tuple) not InsertNextTup

[Paraview] problems setting vtkDoubleArray with 3 components

2009-03-15 Thread Natalie Happenhofer
Hi! I´d like to set a vtkDoubleArray with 3 Components, it should be a vector array, the code looks like this: vtkDoubleArray* momentum = vtkDoubleArray::New(); momentum -> SetNumberOfTuples(numOfTuples); momentum -> SetNumberOfComponents(3); for(vtkIdType i = 0; i < numOfTuples; i++) {dou

Re: [Paraview] volume vs. surface

2009-03-11 Thread Natalie Happenhofer
e two usually look very different. > > I would have to have more details, like a stack trace or at least > error output to hazard as guess as to why it might be segfaulting for > you. > > > On Mon, Mar 9, 2009 at 2:03 PM, Natalie Happenhofer > wrote: > > Hi! &

[Paraview] volume vs. surface

2009-03-09 Thread Natalie Happenhofer
Hi! When I load 3D data into Paraview, I first get shown the outline, then I change this to "surface" to see the associated attribute data. What´s the difference between "surface" and "volume"? It looks the same to me - just that I get an segmentation fault when I apply the gradient filter to

[Paraview] XdmfReader parallel

2009-03-09 Thread Natalie Happenhofer
Hi! Trying it out, I found that the XdmfReader does not work when Paraview is started in parallel mode. How can I change that? Is it enough to compile the parallel hdf5 - library as well (in the directory Paraview3.xx/Utilities/hdf5) and then changing the XdmfReader in a way like #ifdef Parav

Re: [Paraview] Parallel Paraview

2009-03-05 Thread Natalie Happenhofer
RequestUpdateExtent, the RequestData pass happens in which each filter > executes in turn. In this pass the filter's RequestData() method uses > the input it is given to fill out the previously agreed extent and > passes it onward. > > On Wed, Mar 4, 2009 at 10:26 AM, Natalie Hap

[Paraview] Parallel Paraview

2009-03-04 Thread Natalie Happenhofer
Hi! I´m not sure if I understood well how Paraview is working in parallel mode: I have started Paraview in client/server mode, i.e. with mpirun -np 8 ./pvserver and then I started the client and connected. I´m not sure how this works with filters: I´ve written a few filters, and when I run Par

Re: [Paraview] specifying cell data

2009-02-26 Thread Natalie Happenhofer
pointid; > ptids[1] = secondpointid; > ptids[2] = thirdpointid; > ptids[3] = fourthpointid; > > vtkUnstructuredGrid *myUG = vtkUnstructuredGrid::SafeDownCast( > this->GetOutputDataObject(0)); > myUG->InsertNextCell(VTK_QUAD, 4, ptids); > > On Wed, Feb 25, 2009 at

[Paraview] specifying cell data

2009-02-25 Thread Natalie Happenhofer
Hi! I´m writing a filter that has as output an Unstructured Grid. As far as I know, to specify that grid, I need to specify the points and the cells. I´m wondering how to specify the cells - I need quadrilaterals. How can I specify them? I need a routine which lets me specify the points (4 in t

[Paraview] problems with reading hdf5-files

2009-02-24 Thread Natalie Happenhofer
Hi! I still encounter problems with paraview when I want it to visualize vector attribute data. I put it in my Xdmf-File (the xmf-part) like this: .. c2d-T358-5500K-medium_00800.h5:/Curvilinear/Coordinates .. scalar data looks like this: .. c2d-T358-5500K-medium_00800.h5:/Curvilinear/F

Re: [Paraview] use of vtkSynchronizedTemplates

2009-02-24 Thread Natalie Happenhofer
y calling Update() on SynchronizedTemplated3D instead of > ThreadedExecute()? ThreadedExecute() is really meant to be used > internally. > > -berk > > On Mon, Feb 23, 2009 at 7:48 AM, Natalie Happenhofer > wrote: > > Hi! > > I want to display isosurfaces of values I compu

[Paraview] use of vtkSynchronizedTemplates

2009-02-23 Thread Natalie Happenhofer
? That would be a great help.. and just in general - calling ThreadedExecute would execute the SynchronizedTemplate filter and return a grid with the isosurface computed, does it not? or do I have to specifiy the output somehow? thx a lot, Natalie Happenhofer

[Paraview] problems with repeatable input to filter

2009-02-20 Thread Natalie Happenhofer
Hi! I´m trying to write a filter with multiple inputs, in my case I need two datasets as input to this filter. In order to achieve that, I have the following routine in my code: int vtkTauFilter::FillInputInformation(int port, vtkInformation* info) { info -> Set(vtkAlgorithm::INPUT_REQUIRED_DA

[Paraview] problems with new version of ffmpeg

2009-01-27 Thread Natalie Happenhofer
Hi! I´ve recently updated my ffmpeg-library and it seems that the function "img_convert", used by paraview, is not implemented any more. Is there already a new paraview version without this problem or is it soon released? Just out of interest. In the meanwhile I turned the option "VTK_USE_FF

Re: [Paraview] building code as part of paraview

2009-01-21 Thread Natalie Happenhofer
d. > > I made a sub-directory named Plugins in the folder that contains the > paraview executable. I put in this subdir the dynamic lib involved in > the plugin. My surprise was that my plugin loads twice - because I set > the PV_PLUGIN_PATH env. variable - ! > > 'Hope th

[Paraview] building code as part of paraview

2009-01-20 Thread Natalie Happenhofer
Hi! I´d like to add a new writer to Paraview. I´ve already tried it as a plugin, and this works fine, but I would prefer not loading the plugin everytime I need it. I followed the instructions on the wiki called "Build code as part from paraview". Technically, everything is found, but building

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-17 Thread Natalie Happenhofer
Ok, changing the linking order fixed it. Now I can load the plugin, thanks! Natalie _ ¿Quieres saber cómo va a estar el clima mañana? Ingresa ahora a MSN. http://tiempo.latam.msn.com/ ___ P

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-17 Thread Natalie Happenhofer
_link_libraries command is not correct, but how can I link all these libraries to my code? thx Natalie > Date: Thu, 15 Jan 2009 10:15:44 -0500 > From: burlen.lor...@kitware.com > To: natalieh...@hotmail.com > CC: paraview@paraview.org > Subject: Re: [Paraview] Writer Plugin cannot be

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-15 Thread Natalie Happenhofer
Ok, maybe this is the reason for the problem: Building Paraview I just run "make" - and I do have to run "make install" too,don´t I? Is it "make install" on linux? (Under Windos I run "mingw32-make" and "mingw32-make install") Well, running "make install" I get the following error: [100%] Buil

[Paraview] Writer Plugin cannot be loaded

2009-01-15 Thread Natalie Happenhofer
d question: linux .so - files are equivalent to windows .dll-files, true? so while I´m loading my plugins as .dlls in windows, with linux they have the ending .so, right? thx a lot, Natalie Happenhofer _ ¿Qué puedes hacer con el nue

[Paraview] FW: error building my code

2009-01-12 Thread Natalie Happenhofer
use the std namespace correctly. -Ken On 1/9/09 7:43 AM, "Paul Edwards" wrote: One problem is you need the std:: prefix before string and vector. Regards, Paul 2009/1/9 Natalie Happenhofer Hi! I encounter yet another problem which is, I believe, independent from the l

[Paraview] error building my code

2009-01-09 Thread Natalie Happenhofer
Hi! I encounter yet another problem which is, I believe, independent from the library-linking issue. Trying to build my code (vtkVdcWriter.h and vtkVdcWriter.cxx) within paraview and expecting all the linker errors, I get the following error: [99%] Generating vtkVdcWriterClientServer.cxx synt

[Paraview] linking a library to paraview

2009-01-09 Thread Natalie Happenhofer
Hi! I´m trying to write a Paraview Writer which writes data in the .vdc-format i.e. the data format supported by the VAPoR visualization software. Downloading the vapor source code, there is a program which does that, so I just modified that code in a way that can be called from Paraview. The

[Paraview] problems linking my plugin

2008-12-04 Thread Natalie Happenhofer
Hi! Again, I get a linker error building my plugin for paraview, at the point "Linking CXX shared library ..\bin\libDataCalculator.dll" it says: "In function 'ZNK17vtkDataCalclulator19NewInstanceInternalEv': undefined reference to vtkDataCalculator::FillInputInformation(int,vtkInformation*

[Paraview] filter with multiple input

2008-11-23 Thread Natalie Happenhofer
Hi! I´m trying to write a filter with multiple input. Just for trying out, I want to add the scalar attribute data of two datasets (both should have the same structure) and have as an output one dataset with the same structure and the the added scalar data of the two input datasets. The he

[Paraview] error linking a plugin - dll

2008-11-21 Thread Natalie Happenhofer
Hi! I´m writing a new filter called vtkDataCalculator, which should add/subtract/multiply/ divide the point data arrays of two datasets. Having written now a very simple version which just adds the point data, I try to build it as a Plugin and I get the error Linking Cxx Shared Library ...\bin

[Paraview] (no subject)

2008-11-21 Thread Natalie Happenhofer
Hi! I´m writing a new filter called vtkDataCalculator, which should add/subtract/multiply/ divide the point data arrays of two datasets. Having written now a very simple version which just adds the point data, I try to build it as a Plugin and I get the error Linking Cxx Shared Library ...\bin

[Paraview] filter for xdmf-file

2008-11-20 Thread Natalie Happenhofer
as in the .h5 file, there must be something to get it.. (at least I hope so). thx for advice, Natalie Happenhofer _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.c

Re: [Paraview] time series with Xdmf-Files

2008-11-12 Thread Natalie Happenhofer
the data is time varying. > If that is the case you might want to post you xmf file to the list > and perhaps someone can see what is wrong. > > > On Tue, Nov 11, 2008 at 6:02 AM, Natalie Happenhofer > <[EMAIL PROTECTED]> wrote: > > Hi! > > > > This might

Re: [Paraview] time series with Xdmf-Files

2008-11-11 Thread Natalie Happenhofer
run3.h5:/iter02/cells/position fiber_run3.h5:/iter02/cells/numtype On Nov 10, 2008, at 5:34 AM, Natalie Happenhofer wrote:Hi! I have a lot of Xdmf - Files which I would

[Paraview] time series with Xdmf-Files

2008-11-10 Thread Natalie Happenhofer
Hi! I have a lot of Xdmf - Files which I would like to animate as a video in paraview. For every Time Step I have a separate .xmf -File and a corresponding .h5 file. Does anyone know how to do that? thx a lot, NH _ Express yourse

[Paraview] problems assigning vector data in xdmf-file

2008-11-03 Thread Natalie Happenhofer
Hi! I´m trying to assign vector attribute data to my grid, that´s what I put in my .xmf-File: c2d-T100-8r_1.h5:/Curvilinear/xm_ym (Before that I specify my grid and that works, I tested it without the attribute data) in my .h5 file the data is a 41525 array, i.e. 41525 rows and 3 colu

Re: [Paraview] problems with Xdmf-file

2008-10-24 Thread Natalie Happenhofer
Hi! Well, Paraview still crashes when I try to read an .xmf file. That´s what it looks like now: C:\\Dokumente und Einstellungen\\Natalie Happenhofer\\Eigene Dateien\\xdmf_files\\c1d

[Paraview] problems with building paraview

2008-10-23 Thread Natalie Happenhofer
Hi! I´ve checked paraview out and build it and building works fine, but executing paraview, I get the following error: Entry point "_z17qt_message_output9qtmsgtypebkc" was not found in "QtCore4.dll" What´s happening there? thx, NH __

Re: [Paraview] filter crashing when applied to a time series

2008-10-14 Thread Natalie Happenhofer
perating system will also help. > > On Oct 9, 2008, at 5:48 AM, Natalie Happenhofer wrote: > > > Hi everybode, > > I have written a filter for paraview and it works well when applied > > to one file, applied to a time series of files the filter is > > e

[Paraview] problems with Xdmf-file

2008-10-13 Thread Natalie Happenhofer
Hi! I´m trying to write my data in the xdmf-format and read it in paraview. I have a 3D - curvilinear grid, i.e. I have to specify every point with its coordinates and then I have scalar attribute data, to be assigned to each node. The .xmf meta-data file is recognised by paraview and works fin

[Paraview] filter crashing when applied to a time series

2008-10-09 Thread Natalie Happenhofer
Hi everybode, I have written a filter for paraview and it works well when applied to one file, applied to a time series of files the filter is executed a few times (precisely: 4 times) before paraview breaks down. Does anyone have an idea what might be the problem here? thx, NH ___

[Paraview] Strange things happening when executing a new filter

2008-10-06 Thread Natalie Happenhofer
Hi! I´ve written a new filter for paraview and built it as a plugin. This works fine, apart the fact that my filter does not work correctly, i.e. paraview breaks down when I execute it. Well, I´ve started debugging it using a std::ofstream, which writes some values of my filter in a logfile so

[Paraview] setting a point data array

2008-10-03 Thread Natalie Happenhofer
Hi! I´m having trouble setting a point data array in my filter: As I have to retrieve the point data with input -> GetPointData() -> GetArray(0) -> GetData(0,numOfTuples,1,1,scalars); I need something similiar to set the output data of my filter. I tried output -> GetPointData() -> AddArray(ne

[Paraview] setting a point data array

2008-10-03 Thread Natalie Happenhofer
Hi! I´m having trouble setting a point data array in my filter: As I have to retrieve the point data with input -> GetPointData() -> GetArray(0) -> GetData(0,numOfTuples,1,1,scalars); I need something similiar to set the output data of my filter. I tried output -> GetPointData() -> AddArray(ne

Re: [Paraview] SafeDownCast to vtkDoubleArray fails

2008-09-23 Thread Natalie Happenhofer
t; Date: Mon, 22 Sep 2008 09:18:00 -0400 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: paraview@paraview.org > Subject: Re: [Paraview] SafeDownCast to vtkDoubleArray fails > > Natalie Happenhofer wrote: > > Hi! > > Thx a lot, I get now a DataArray using > &g

Re: [Paraview] SafeDownCast to vtkDoubleArray fails

2008-09-22 Thread Natalie Happenhofer
rom: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: paraview@paraview.org > Subject: Re: [Paraview] SafeDownCast to vtkDoubleArray fails > > Natalie Happenhofer wrote: > > Hi! > > I need to cast my Point Data to a vtkDoubleArray, but it fails: > > > > vt

[Paraview] SafeDownCast to vtkDoubleArray fails

2008-09-21 Thread Natalie Happenhofer
Hi! I need to cast my Point Data to a vtkDoubleArray, but it fails: vtkPointData *scaldat = input -> GetPointData(); vtkDoubleArray *scalars = vtkDoubleArray::New(); scalars = vtkDoubleArray::SafeDownCast(scaldat); if(!scalars) vtkErrorMacro("SafeDownCast to vtkDoubleArray failed"); and everyti

Re: [Paraview] problem configuring the output of a filter

2008-09-19 Thread Natalie Happenhofer
> Date: Fri, 19 Sep 2008 08:59:19 -0400 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: paraview@paraview.org > Subject: Re: [Paraview] problem configuring the output of a filter > > Natalie Happenhofer wrote: > > Hi! > > I have problems configuring the out

[Paraview] problem configuring the output of a filter

2008-09-19 Thread Natalie Happenhofer
Hi! I have problems configuring the output of my filter, the filter is a subclass of vtkDataSetToStructuredGrid and setting the output looks as following: //setting the new point data vtkSmartPointer new_scalars = vtkSmartPointer::New(); double inPtr[numOfTuples + 1]; //pointer for casting the

Re: [Paraview] debugging the filter with gdb

2008-09-18 Thread Natalie Happenhofer
to ignore some signals as well. > > -berk > > On Thu, Sep 18, 2008 at 10:00 AM, Natalie Happenhofer > <[EMAIL PROTECTED]> wrote: > > Well, I start Paraview in gdb, go to the "tool" button in the paraview menu, > > I go to "Manage Plugins" and then

  1   2   >