[Paraview] immersive paraview for windows

Aashish Chaudhary aashish.chaudhary at kitware.com
Thu Mar 20 13:28:40 EDT 2014


Glad that you fixed the problem. I just saw your email. Let me know if you
have some more questions.

Thanks,



On Thu, Mar 20, 2014 at 1:27 PM, Hannes Hofmann <hannes at ualberta.ca> wrote:

> The problem was: I had to use Tracker ID=0. Now it's working.
> Thanks
>
>
> On Wed, Mar 19, 2014 at 6:05 PM, Hannes Hofmann <hannes at ualberta.ca>wrote:
>
>> Hello Aashish,
>>
>> As you know I managed to compile ParaView on Windows 7 with VRPN. The
>> tracking system and ParaView are both on the same pc.
>> With "vrpn_print_devices Head at localhost" I get a connection (Head is the
>> name of the trackable I defined in OptiTracks). But with ParaView I don't
>> get a connection. I suspect that I put in the wrong information in the
>> VRPlugin. Can you please help me with this?
>>
>> I used for example:
>>
>> VRConnection:
>>    Type: VRPN
>>    Name: vrconn
>>    Address: Head at localhost
>>    Tracker: ID=1 Name=Head
>> Interactions:
>>    RenderView1
>>    EyeTransformMatrix (I also tried ModelTransformMatrix)
>>    Track (I also tried Grab)
>>    Tracker: vrconn.Head
>>
>> when I press the start button camera position and ModelViewMatrix stay
>> the same even though I am moving the tracker.
>>
>> I hope you can help me with this or know someone who might be able to
>> help me.
>>
>> Thanks
>> Hannes
>>
>>
>> On Mon, Mar 17, 2014 at 11:35 AM, Hannes Hofmann <hannes at ualberta.ca>wrote:
>>
>>> Hello Aashish,
>>>
>>> after setting up a new Windows 7 professional on the computer I was able
>>> to compile a Debug version of ParaView with Python 32 bit and vrpn debug
>>> version. In the end I had to copy some DLLs from the Qt folder into the
>>> ParaView folder to make it work. My problem had obviously to do with 32 and
>>> 64 bit and release/debug versions of Python and vrpn.
>>> Do you also have an up-to-date guide on connecting paraview to a
>>> tracking system and setting up immersive paraview?
>>>
>>> Thanks for all you help so far
>>> Hannes
>>>
>>>
>>> On Wed, Feb 19, 2014 at 5:05 PM, Hannes Hofmann <hannes at ualberta.ca>wrote:
>>>
>>>> Sorry to bother you again, but after installing Python 2.7.6 (64 bit)
>>>> and building VRPN again I tried to compile and build ParaView again and it
>>>> did not work.
>>>>
>>>> The outcome is that CMake doesn't find the Python library, include dir,
>>>> and debug library anymore automatically. I set them to:
>>>> Library: Python27/lib/python27.lib
>>>> debug library: not found
>>>> include_dir: Python27/include
>>>>
>>>> Also for the vrpn debug version I can only find the file "vrpnd.lib"
>>>> (and not "vrpn.lib" as specified in the manual you gave me) in the folder
>>>> vrpn-bin-debug.
>>>>
>>>> With these specifications I get the attached error message when
>>>> building Paraview.
>>>> Also when using vrpn release version and generating with
>>>> CMAKE_Build_TYPE set to "Release" I have the same problem.
>>>>
>>>> I don't know what's wrong this time...
>>>>
>>>>
>>>> On Wed, Feb 19, 2014 at 12:05 PM, Aashish Chaudhary <
>>>> aashish.chaudhary at kitware.com> wrote:
>>>>
>>>>> Yes, you have to use 64 bit python (and use the same to build ninja as
>>>>> well if you are building it)
>>>>>
>>>>>
>>>>> On Wed, Feb 19, 2014 at 1:56 PM, Hannes Hofmann <hannes at ualberta.ca>wrote:
>>>>>
>>>>>> 64bit. I will try if it works with 64 bit python.
>>>>>>
>>>>>>
>>>>>> On Wed, Feb 19, 2014 at 11:53 AM, Aashish Chaudhary <
>>>>>> aashish.chaudhary at kitware.com> wrote:
>>>>>>
>>>>>>> And you are building ParaView for 64 or 32?
>>>>>>>
>>>>>>> - Aashish
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Feb 19, 2014 at 1:03 PM, Hannes Hofmann <hannes at ualberta.ca>wrote:
>>>>>>>
>>>>>>>> Yes, it's 2.74 (32 bit)
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Feb 19, 2014 at 10:29 AM, Hannes Hofmann <
>>>>>>>> hannes at ualberta.ca> wrote:
>>>>>>>>
>>>>>>>>> I think that might be correct. I think its Python version 2.7.4,
>>>>>>>>> but I'll have to check that later when I'm in the office.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Wed, Feb 19, 2014 at 10:21 AM, Aashish Chaudhary <
>>>>>>>>> aashish.chaudhary at kitware.com> wrote:
>>>>>>>>>
>>>>>>>>>> Looks like your paraview is not building because of vrpn and vrpn
>>>>>>>>>> is not building because of python. Is that right?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Wed, Feb 19, 2014 at 12:19 PM, Aashish Chaudhary <
>>>>>>>>>> aashish.chaudhary at kitware.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> What version (and from where did you download Python?)
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Feb 19, 2014 at 12:12 PM, Hannes Hofmann <
>>>>>>>>>>> hannes at ualberta.ca> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I was building once with the CMAKE_Build_TYPE set to "Release"
>>>>>>>>>>>> and the path to the vrpn release version and once with CMAKE_Build_TYPE set
>>>>>>>>>>>> to "Debug" and the path to the vrpn release version.
>>>>>>>>>>>>
>>>>>>>>>>>> In both cases the same error occured.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Feb 19, 2014 at 10:06 AM, Aashish Chaudhary <
>>>>>>>>>>>> aashish.chaudhary at kitware.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I sort of did. It worked for me.  Looks like you are missing
>>>>>>>>>>>>> the python library (the one with debug suffix). Do one thing, build your
>>>>>>>>>>>>> ParaView with release option. Can you try that?
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Feb 19, 2014 at 12:04 PM, Hannes Hofmann <
>>>>>>>>>>>>> hannes at ualberta.ca> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hello Aashish,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> did you have a look at the problem I ran into when building
>>>>>>>>>>>>>> Paraview on windows? And do you already have some suggestions for possible
>>>>>>>>>>>>>> solutions?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>> Hannes
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, Feb 13, 2014 at 5:42 AM, Aashish Chaudhary <
>>>>>>>>>>>>>> aashish.chaudhary at kitware.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Ok, I will have a look at it today. Thanks for the update.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Feb 12, 2014 at 2:23 PM, Hannes Hofmann <
>>>>>>>>>>>>>>> hannes at ualberta.ca> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I also cannot build vrpn because of the attached build
>>>>>>>>>>>>>>>> error.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, Feb 12, 2014 at 12:19 PM, Hannes Hofmann <
>>>>>>>>>>>>>>>> hannes at ualberta.ca> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> The same error, that occurred when building with nmake,
>>>>>>>>>>>>>>>>> vrpn release version and CMAKE_BUILD_TYPE set to "Debug" occurs when
>>>>>>>>>>>>>>>>> building ParaView with Ninja, vrpn release version and CMAKE_Build_TYPE set
>>>>>>>>>>>>>>>>> to "Release" (see attached screenshot).
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I used the vrpn binaries given in h) i. 1.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Tue, Feb 11, 2014 at 11:57 AM, Hannes Hofmann <
>>>>>>>>>>>>>>>>> hannes at ualberta.ca> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> While building the VRPlugin an error occured (see
>>>>>>>>>>>>>>>>>> attached screenshot). Do you have any ideas how to resolve this problem?
>>>>>>>>>>>>>>>>>> Also I cannot use ninja because there is already a
>>>>>>>>>>>>>>>>>> problem with CMAKE.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks for your help
>>>>>>>>>>>>>>>>>> Hannes
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Mon, Feb 10, 2014 at 8:56 PM, Aashish Chaudhary <
>>>>>>>>>>>>>>>>>> aashish.chaudhary at kitware.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Ahh.. cool.. so its building now. Let me know how it
>>>>>>>>>>>>>>>>>>> goes.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>>>>>> Aashish
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Mon, Feb 10, 2014 at 10:14 PM, Hannes Hofmann <
>>>>>>>>>>>>>>>>>>> hannes at ualberta.ca> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Yes. But I just solved this specific problem: I had to
>>>>>>>>>>>>>>>>>>>> update MSVS 2010.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Mon, Feb 10, 2014 at 8:04 PM, Aashish Chaudhary <
>>>>>>>>>>>>>>>>>>>> aashish.chaudhary at kitware.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Are you sure, you are launching cmake-gui from the
>>>>>>>>>>>>>>>>>>>>> MSVS 2010 console? as stated in the document.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> - Aashish
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Mon, Feb 10, 2014 at 9:28 PM, Hannes Hofmann <
>>>>>>>>>>>>>>>>>>>>> hannes at ualberta.ca> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Hello Aashish,
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> I did everything as stated in the document you sent
>>>>>>>>>>>>>>>>>>>>>> me, but the same error occurred as last time.
>>>>>>>>>>>>>>>>>>>>>> When configuring cmake and setting the generator to
>>>>>>>>>>>>>>>>>>>>>> "Ninja" or "nmake" there are error messages (see attached screenshots). Do
>>>>>>>>>>>>>>>>>>>>>> you have an idea what is wrong?
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>> Hannes
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Fri, Feb 7, 2014 at 11:22 AM, Aashish Chaudhary <
>>>>>>>>>>>>>>>>>>>>>> aashish.chaudhary at kitware.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Awesome!
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On Fri, Feb 7, 2014 at 1:22 PM, Hannes Hofmann <
>>>>>>>>>>>>>>>>>>>>>>> hannes at ualberta.ca> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Thanks. I will do it next week and let you know the
>>>>>>>>>>>>>>>>>>>>>>>> results and send you an updated version of this document.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On Fri, Feb 7, 2014 at 11:15 AM, Aashish Chaudhary
>>>>>>>>>>>>>>>>>>>>>>>> <aashish.chaudhary at kitware.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Hi Hannes,
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Can you follow the instructions on the attached
>>>>>>>>>>>>>>>>>>>>>>>>> document. Its bit old if you find some issues, it would be great if you can
>>>>>>>>>>>>>>>>>>>>>>>>> update it as well.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Feb 4, 2014 at 5:56 PM, Hannes Hofmann <
>>>>>>>>>>>>>>>>>>>>>>>>> hannes at ualberta.ca> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Hello Aashish,
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> thanks for your quick answer. Actually, I don't
>>>>>>>>>>>>>>>>>>>>>>>>>> really know anymore what was the problem I ran into with the windows
>>>>>>>>>>>>>>>>>>>>>>>>>> version. I will try it again and let you know. For building immersive
>>>>>>>>>>>>>>>>>>>>>>>>>> paraview for windows I used the following documents:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> http://paraview.org/Wiki/ParaView:Build_And_Install
>>>>>>>>>>>>>>>>>>>>>>>>>> http://paraview.org/Wiki/Immersive_ParaView
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> http://paraview.org/Wiki/ParaView:Build_And_Install
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> If you have any additional documentation I would
>>>>>>>>>>>>>>>>>>>>>>>>>> be happy if you could send it to me.
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> On linux (Kubuntu 12.1) I was building immersive
>>>>>>>>>>>>>>>>>>>>>>>>>> Paraview, but even though the vrpn signal from the tracking computer
>>>>>>>>>>>>>>>>>>>>>>>>>> (windows) was received by the visualization computer (linux) Paraview never
>>>>>>>>>>>>>>>>>>>>>>>>>> received a signal (with vrui it basically crashed and with vrpn it didn't
>>>>>>>>>>>>>>>>>>>>>>>>>> do anything even after "proper" configuration). That is why I wanted to try
>>>>>>>>>>>>>>>>>>>>>>>>>> it with windows, because the tracking system (6 OptiTrack cameras) is
>>>>>>>>>>>>>>>>>>>>>>>>>> running on windows only anyway. If you have any ideas how to resolve this
>>>>>>>>>>>>>>>>>>>>>>>>>> problem I might not even need the windows version.
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>>>>>> Hannes
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Feb 4, 2014 at 3:38 PM, Aashish Chaudhary
>>>>>>>>>>>>>>>>>>>>>>>>>> <aashish.chaudhary at kitware.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi Hannes,
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> We have some folks (collaborators) testing /
>>>>>>>>>>>>>>>>>>>>>>>>>>> building it on Windows. What kind of issues you are running into? We have a
>>>>>>>>>>>>>>>>>>>>>>>>>>> document that I can share with you on how to build it on Windows.
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> Let us know.
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> - Aashish
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Feb 4, 2014 at 5:01 PM, Hannes Hofmann <
>>>>>>>>>>>>>>>>>>>>>>>>>>> hannes at ualberta.ca> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Dear all,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> I was experiencing problems compiling immersive
>>>>>>>>>>>>>>>>>>>>>>>>>>>> paraview on windows (it's working on linux) when I tried it last summer.
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Before starting to work on it again I am looking for an easy solution. Does
>>>>>>>>>>>>>>>>>>>>>>>>>>>> anyone already have a version of Paraview (for windows) compiled with the
>>>>>>>>>>>>>>>>>>>>>>>>>>>> VRPlugin, VRPN and VRUI uploaded somewhere so that I can download it?
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks a lot
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hannes
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>>>>>>>>>>>>> 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
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>>> | Aashish Chaudhary
>>>>>>>>>>>>>>>>>>>>>>>>>>> | R&D Engineer
>>>>>>>>>>>>>>>>>>>>>>>>>>> | Kitware Inc.
>>>>>>>>>>>>>>>>>>>>>>>>>>> | www.kitware.com
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>> | Aashish Chaudhary
>>>>>>>>>>>>>>>>>>>>>>>>> | R&D Engineer
>>>>>>>>>>>>>>>>>>>>>>>>> | Kitware Inc.
>>>>>>>>>>>>>>>>>>>>>>>>> | www.kitware.com
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>> | Aashish Chaudhary
>>>>>>>>>>>>>>>>>>>>>>> | R&D Engineer
>>>>>>>>>>>>>>>>>>>>>>> | Kitware Inc.
>>>>>>>>>>>>>>>>>>>>>>> | www.kitware.com
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>> | Aashish Chaudhary
>>>>>>>>>>>>>>>>>>>>> | R&D Engineer
>>>>>>>>>>>>>>>>>>>>> | Kitware Inc.
>>>>>>>>>>>>>>>>>>>>> | www.kitware.com
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> | Aashish Chaudhary
>>>>>>>>>>>>>>>>>>> | R&D Engineer
>>>>>>>>>>>>>>>>>>> | Kitware Inc.
>>>>>>>>>>>>>>>>>>> | www.kitware.com
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> | Aashish Chaudhary
>>>>>>>>>>>>>>> | R&D Engineer
>>>>>>>>>>>>>>> | Kitware Inc.
>>>>>>>>>>>>>>> | www.kitware.com
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> | Aashish Chaudhary
>>>>>>>>>>>>> | R&D Engineer
>>>>>>>>>>>>> | Kitware Inc.
>>>>>>>>>>>>> | www.kitware.com
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> | Aashish Chaudhary
>>>>>>>>>>> | R&D Engineer
>>>>>>>>>>> | Kitware Inc.
>>>>>>>>>>> | www.kitware.com
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> | Aashish Chaudhary
>>>>>>>>>> | R&D Engineer
>>>>>>>>>> | Kitware Inc.
>>>>>>>>>> | www.kitware.com
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> | Aashish Chaudhary
>>>>>>> | R&D Engineer
>>>>>>> | Kitware Inc.
>>>>>>> | www.kitware.com
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> | Aashish Chaudhary
>>>>> | R&D Engineer
>>>>> | Kitware Inc.
>>>>> | www.kitware.com
>>>>>
>>>>
>>>>
>>>
>>
>


-- 
| Aashish Chaudhary
| R&D Engineer
| Kitware Inc.
| www.kitware.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140320/aa18f8b1/attachment-0001.html>


More information about the ParaView mailing list