[vtkusers] Re: vtkusers Digest, Vol 14, Issue 42
Sivasundaram Suharnan
ssivasundaram at axiohelix.com
Wed Jun 15 10:21:22 EDT 2005
DearAmy Squillacote,
Thank you very much for your kind information.
I able to get my vtk.jar
I appricate for your help
Regards,
Suharnan
vtkusers-request at vtk.org wrote:
>Send vtkusers mailing list submissions to
> vtkusers at vtk.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://www.vtk.org/mailman/listinfo/vtkusers
>or, via email, send a message with subject or body 'help' to
> vtkusers-request at vtk.org
>
>You can reach the person managing the list at
> vtkusers-owner at vtk.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of vtkusers digest..."
>
>
>Today's Topics:
>
> 1. How to upgrade vtk4.2-4.4 (Sivasundaram Suharnan)
> 2. build vtk.jar from source (Sivasundaram Suharnan)
> 3. Pick a position on an isosurface based on volume rendering
> (LingXiao Zhao)
> 4. Re: build vtk.jar from source (Amy Squillacote)
> 5. Re: Multiple Volumes (Lisa Avila)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Wed, 15 Jun 2005 16:32:39 +0900
>From: Sivasundaram Suharnan <ssivasundaram at axiohelix.com>
>Subject: [vtkusers] How to upgrade vtk4.2-4.4
>To: vtkusers at vtk.org, vtkusers-owner at vtk.org
>Message-ID: <42AFD997.3050906 at axiohelix.com>
>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>I install VTK 4.2 by implementing the binary
>
>but for some application I need VTK 4.4
>infact I need the dll and the vtk.jar of vtk 4.4
>
>
>please let me know how to obtaion vtk 4.4
>
>when I try to install by cmake it give somany problems such as class are
>not found etc.
>
>best regards,
>
>Suharnan
>
>
>
>
>------------------------------
>
>Message: 2
>Date: Wed, 15 Jun 2005 18:43:41 +0900
>From: Sivasundaram Suharnan <ssivasundaram at axiohelix.com>
>Subject: [vtkusers] build vtk.jar from source
>To: vtkusers at vtk.org
>Message-ID: <42AFF84D.50405 at axiohelix.com>
>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>Hi there,
>
>I have vtk4.4.2 soruce dode
>
>I compile by cmak and have dsw file
>which I build vc++ 6.0
>
>How can I get the vtk.jar for my java programs
>
>Best regards,
>
>Suharnan
>
>
>
>
>------------------------------
>
>Message: 3
>Date: Wed, 15 Jun 2005 12:18:18 +0200
>From: LingXiao Zhao <lingxiao.zhao at gmail.com>
>Subject: [vtkusers] Pick a position on an isosurface based on volume
> rendering
>To: vtkusers at vtk.org
>Message-ID: <5cf67e0605061503184a73734b at mail.gmail.com>
>Content-Type: text/plain; charset=ISO-8859-1
>
>Dear all:
>
>Is there anyone who can help me with the problem of picking a position
>on an isosurface? The visualization is based on the VTK volume
>rendering classes:
>
>1) vtkStructuredPoints as the dataset;
>2) vtkVolumeRayCastIsosurfaceFunction as the transfer function;
>3) vtkVolumeRayCastMapper as the mapper;
>4) vtkVolume as the Prop3D objects.
>
>The problem is how to pick a position on such a generated isosurface.
>Cause vtkPicker or similar existing functionalities only handle the
>polygonal surface mesh. What's the pipeline to do vtkPicker in Volume
>Rendering? I am looking forward for your hints.
>
>Thanks a lot!
>Lingxiao
>
>
>------------------------------
>
>Message: 4
>Date: Wed, 15 Jun 2005 09:02:34 -0400
>From: Amy Squillacote <amy.squillacote at kitware.com>
>Subject: Re: [vtkusers] build vtk.jar from source
>To: vtkusers at vtk.org
>Message-ID: <6.2.1.2.2.20050615085855.03f26c70 at pop.biz.rr.com>
>Content-Type: text/plain; charset="us-ascii"; format=flowed
>
>Hi Suharnan,
>
>Rerun CMakeSetup. Change the value of VTK_WRAP_JAVA to ON. Make sure the
>Java-related path(s) and library file(s) are set correctly in the
>CMakeSetup interface. When CMakeSetup finishes running, a new .dsw file
>will have been created. Build VTK again using this new .dsw file.
>
>- Amy
>
>At 05:43 AM 6/15/2005, Sivasundaram Suharnan wrote:
>
>
>>Hi there,
>>
>>I have vtk4.4.2 soruce dode
>>
>>I compile by cmak and have dsw file
>>which I build vc++ 6.0
>>
>>How can I get the vtk.jar for my java programs
>>
>>Best regards,
>>
>>Suharnan
>>
>>
>>_______________________________________________
>>This is the private VTK discussion list. Please keep messages on-topic.
>>Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>>Follow this link to subscribe/unsubscribe:
>>http://www.vtk.org/mailman/listinfo/vtkusers
>>
>>
>
>
>
>------------------------------
>
>Message: 5
>Date: Wed, 15 Jun 2005 09:56:09 -0400
>From: Lisa Avila <lisa.avila at kitware.com>
>Subject: Re: [vtkusers] Multiple Volumes
>To: Hxsham Fire <hxsham at yahoo.com>, Lisa Avila
> <lisa.avila at kitware.com>, vtkusers at vtk.org
>Message-ID: <6.2.0.14.2.20050615095421.06f89320 at pop.biz.rr.com>
>Content-Type: text/plain; charset="us-ascii"; format=flowed
>
>Hello Hxsham,
>
>Overlapping volumes are not supported - the volume mappers render
>independently and there is no way to handle such overlapping volumes
>without combining the data. If you can resample one volume into the other
>(creating a two component volume) then you can use the
>vtkFixedPointVolumeRayCastMapper to render the combined data.
>
>Lisa
>
>
>At 02:23 PM 6/14/2005, Hxsham Fire wrote:
>
>
>>Thanks Lisa,
>>I have tried the vtkFrustumCoverageCuller... However
>>that does not entirely solve my problem...
>>I have two structures each found in a separate volume.
>>The volumes overlap exactly, that is they represent
>>the same volume in space.
>>The two structures are interleaved. That is part of
>>the first structure is behind the second structure,
>>and another part of the first structure is in front of
>>the second structure.
>>The vtkFrustumCoverageCuller seems to display, either
>>the first structure all in front of the second
>>structure, or the inverse.
>>Is there a way that these structures can be displayed
>>properly?
>>Thanks,
>>Hxsham
>>
>>--- Lisa Avila <lisa.avila at kitware.com> wrote:
>>
>>
>>
>>>Hell Hxsham,
>>>
>>>You need to get the vtkCuller from the vtkRenderer
>>>(should be a
>>>vtkFrustumCoverageCuller) and tell it to sort the
>>>props in a back to front
>>>order.
>>>
>>>Lisa
>>>
>>>
>>>At 05:17 PM 6/13/2005, Hxsham Fire wrote:
>>>
>>>
>>>>Hi,
>>>>
>>>>I am trying to render two vtkVolumes that overlap.
>>>>The problem I am facing is that one of the two
>>>>
>>>>
>>>volumes
>>>
>>>
>>>>is coming out as dominant, and even when it is more
>>>>distant to the second volume, it is still
>>>>
>>>>
>>>projecting
>>>
>>>
>>>>to the screen instead of the other volume. In
>>>>
>>>>
>>>other
>>>
>>>
>>>>words, for some reason the z-buffering between
>>>>
>>>>
>>>these
>>>
>>>
>>>>two volumes is not working and the volume rendered
>>>>second is getting displayed dominantly over the
>>>>
>>>>
>>>first
>>>
>>>
>>>>volume. Can anybody help me with this problem???
>>>>
>>>>Thank you
>>>>Hxsham
>>>>
>>>>__________________________________________________
>>>>Do You Yahoo!?
>>>>Tired of spam? Yahoo! Mail has the best spam
>>>>
>>>>
>>>protection around
>>>
>>>
>>>>http://mail.yahoo.com
>>>>_______________________________________________
>>>>This is the private VTK discussion list.
>>>>Please keep messages on-topic. Check the FAQ at:
>>>>http://www.vtk.org/Wiki/VTK_FAQ
>>>>Follow this link to subscribe/unsubscribe:
>>>>http://www.vtk.org/mailman/listinfo/vtkusers
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>>
>>__________________________________
>>Discover Yahoo!
>>Stay in touch with email, IM, photo sharing and more. Check it out!
>>http://discover.yahoo.com/stayintouch.html
>>
>>
>
>
>
>
>------------------------------
>
>_______________________________________________
>vtkusers mailing list
>vtkusers at vtk.org
>http://www.vtk.org/mailman/listinfo/vtkusers
>
>
>End of vtkusers Digest, Vol 14, Issue 42
>****************************************
>
>
>
More information about the vtkusers
mailing list