[Paraview] C++ ProgrammableSource Servermanager

2011-03-30 Thread Atanas Atanasov
Hello, i am trying to develop a small client application for the paraview servermanager. I have managed to create views and representations. Now i need to generate source data on the fly (something like the programmablesource from pvpython). Can i do this directly from c++ without using the pyt

[Paraview] Servermanager and widgets

2011-04-05 Thread Atanas Atanasov
Hello, i want to create a line widget to seed points for the stream tracer filter. How can i do this with SMProxy concept from c++? Where can i find some examples? Regards, A.Atanasov ___ Powered by www.kitware.com Visit other Kitware open-source proj

[Paraview] programmable sourece->programmable filter -> streamtracer parallel

2011-04-06 Thread Atanas Atanasov
Hi i have created the following pipeline on c++ based servermanager plugin(without qt) ->programmable source(creates a structured grid)->programmable filter(adds velocities and pressure on the vertices) ->ArbitrarySourceStreamTracer(Seeding thorugh points or thorugh line).This setup works fine w

Re: [Paraview] programmable sourece->programmable filter -> streamtracer parallel

2011-04-06 Thread Atanas Atanasov
, then the programmable filter, to see if the problem might occur earlier in the pipeline. Sohail --- On *Wed, 4/6/11, Atanas Atanasov //* wrote: From: Atanas Atanasov Subject: [Paraview] programmable sourece->programmable filter -> streamtracer parallel To: pa

Re: [Paraview] programmable sourece->programmable filter -> streamtracer parallel

2011-04-08 Thread Atanas Atanasov
instead of "StreamTracer" especially since you say you are seeding over a line or point. Utkarsh On Thu, Apr 7, 2011 at 2:39 AM, Atanas Atanasov <mailto:atana...@in.tum.de>> wrote: Hello, yes i can render the structured grid and velocities via colormapping. Regards,

[Paraview] Volume rendering for unstructured grids

2011-06-28 Thread Atanas Atanasov
Hello, i have a c++ servermanager application and i want to display a volume for given vtk file. I am using the vtkSMProxy classes. For the file reading i have the proxy and for the volume representation i have the UnstructuredGridVolumeRepresentation. At this point i can't see anything in my

[Paraview] Some questions regarding cave mode and tiled screens

2011-06-30 Thread Atanas Atanasov
Hi , we have a system with 6 Displays. One pair of displays belongs to one node and this node two NVIDIA Quadro Plex 7000 cards. I have written a config file(.pvx) for the cave mode. When i try to connect the client with the server nodes i always get a warning that the DISPLAY on server side i

[Paraview] Paraview Tiled-screen mode with client-renderserver-dataserver blocked

2011-06-30 Thread Atanas Atanasov
Hello , i am using Paraview 3.10.1 for a tiled screen system. I have tried to visualize some simple sources as cylinder or sphere on the tiled-display(3:2). The application starts but when i try to visualize the pipeline it blocks. What could be the problem? PS: i am using the normal mpich2 pac

Re: [Paraview] Paraview Tiled-screen mode with client-renderserver-dataserver blocked

2011-06-30 Thread Atanas Atanasov
you getting any error messages on the client machine when you attempt to render or connect to the server? On Thu, Jun 30, 2011 at 6:24 AM, Atanas Atanasov <mailto:atana...@in.tum.de>> wrote: Hello , i am using Paraview 3.10.1 for a tiled screen system. I have tried to visua

Re: [Paraview] Some questions regarding cave mode and tiled screens

2011-06-30 Thread Atanas Atanasov
Hi Aashish, thank you for your answer On 06/30/2011 07:36 PM, Aashish Chaudhary wrote: Hi Atanas, On Thu, Jun 30, 2011 at 3:10 AM, Atanas Atanasov wrote: Hi , we have a system with 6 Displays. One pair of displays belongs to one node and this node two NVIDIA Quadro Plex 7000 cards. I have

[Paraview] N:M redistribution and coprocessing

2011-07-27 Thread Atanas Atanasov
Hello , i am currently working as a graduate student on a project for N:M redistribution in my university and i plan to use the coprocessing library for this. Our system consists of a vis. cluster(some workstations + tiled screen display) and a bluegene machine for the simulation. We have a c

[Paraview] Distributed source for image data

2012-02-25 Thread Atanas Atanasov
Hello. i want to create a source plugin for the vtkImageData, which generates a distributed grid. The plugin now holds variables for entering the global offset, size and dimension. How should i set the extents on the different processes? Should i set the piece_id for the different pieces? At t

Re: [Paraview] Distributed source for image data

2012-02-26 Thread Atanas Atanasov
Hi, producing the grid is not the problem. I want to produce it in such way that the data is distributed among process-ranks. For example if i run paraview with four processes and we want to have a grid with 8x8, each process holds a small piece of the grid(4x4). Regards, Atanas Atanasov On

Re: [Paraview] Distributed source for image data

2012-02-26 Thread Atanas Atanasov
AM, "Atanas Atanasov" <mailto:atana...@in.tum.de>> wrote: Hi, producing the grid is not the problem. I want to produce it in such way that the data is distributed among process-ranks. For example if i run paraview with four processes and we want to have a

Re: [Paraview] Distributed source for image data

2012-02-26 Thread Atanas Atanasov
extent for the current piece and it works. Regards, Atanas Pat On Sun, Feb 26, 2012 at 8:37 AM, Atanas Atanasov <mailto:atana...@in.tum.de>> wrote: On 02/26/2012 04:16 PM, David E DeMarle wrote: Take a look at the writing parallel readers page on the wiki. It explains wha

[Paraview] Tiles, dataserver and Volume rendering

2012-03-20 Thread Atanas Atanasov
Hello , i am currently running paraview in tile-screen mode. Currently i implemented a N:M redistribution application which streams data to all vis nodes. The N side is located on a Bluegene machine and M is 8 i want to scale the number of processors on the M Side . What is the best way to do