<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma; COLOR: #000000">
<DIV>Lisa,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks for the response.&nbsp; I will use v4.4.2 for my project, if I can get the VolumePro classes to compile.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I still have an issue when adding the volumepro support, even in 4.4.2.&nbsp; I get a large number of ambiguous symbol errors (see earlier post below), apparantly related to the namespace vli3 that is defined in vtkVolumeProMapper.h.&nbsp; This is particularly frustrating because during my initial learning curve of using cmake and compiling vtk numerous times I'm pretty sure I had a good compile without these errors.&nbsp; I get them now, though, on two different computers using the .Net 2003 compiler and with the VC++6 compiler, so maybe I was dreaming the good compiles.&nbsp; I am (obviously) not a C++ guru and have little experience with namespaces, so looking at the class&nbsp;header files and implementations&nbsp;has not revealed any obvious issues to me.&nbsp; Perhaps there is a compiler setting or something similar I am missing?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any thoughts, workarounds (even painful ones if doable) would be greatly appreciated!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Kent<BR><BR>&gt;&gt;&gt; Lisa Avila &lt;lisa.avila@kitware.com&gt; 3/9/2006 2:23:45 PM &gt;&gt;&gt;<BR></DIV>
<DIV style="COLOR: #000000"><BR>Hi Kent,<BR><BR>VTK does not support VolumePro in VTK 5.0 (those classes should have been <BR>removed).<BR><BR>We have not been keeping up-to-date with the changes in vli and therefore <BR>it is likely that the classes (as exist in the repository) will not work <BR>with newer version of vli (although I suspect the changes are fairly minimal).<BR><BR>Lisa<BR><BR><BR><BR>At 04:16 PM 2/22/2006, Kent Ogden wrote:<BR>&gt;Hi,<BR>&gt;<BR>&gt;I am wondering about the status of Volume Pro support in version 5.&nbsp; I see<BR>&gt;that the VTK classes are still present, but the VolumePro support options<BR>&gt;were not included in the makefiles so the VTK_USE_VOLUMEPRO option is not<BR>&gt;available in Cmake.&nbsp; With a little poking around in the 4.4.2 files I was<BR>&gt;able to insert the appropriate stuff to get the VP classes to be included in<BR>&gt;the vtkVolumeRendering project (I am using VC++ in Visual Studio 2003 and<BR>&gt;XP).&nbsp; During the compile there are several hundred errors of the following<BR>&gt;flavor:<BR>&gt;<BR>&gt;c:\VTK\VolumePro\inc\vli.h(3082): error C2872: 'VLIContext' : ambiguous<BR>&gt;symbol<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; could be 'c:/VTK\VolumePro\inc\vli.h(1597) : VLIContext'<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; or&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'c:\VTK\VolumeRendering\vtkVolumeProMapper.h(56) :<BR>&gt;vli3::VLIContext'<BR>&gt;<BR>&gt;c:\VTK\VolumePro\inc\vli.h(3641): error C2872: 'VLILookupTable' : ambiguous<BR>&gt;symbol<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; could be 'c:/VTK\VolumePro\inc\vli.h(3146) : VLILookupTable'<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; or&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'c:\VTK\VolumeRendering\vtkVolumeProMapper.h(58) :<BR>&gt;vli3::VLILookupTable'<BR>&gt;<BR>&gt;c:\VTK\VolumePro\inc\vli.h(3857): error C2872: 'VLILight' : ambiguous<BR>&gt;symbol<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; could be 'c:/VTK\VolumePro\inc\vli.h(1673) : VLILight'<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; or&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'c:\VTK\VolumeRendering\vtkVolumeProMapper.h(59) :<BR>&gt;vli3::VLILight'<BR>&gt;<BR>&gt;<BR>&gt;The VP support files are all dated 11/8/2001 so no changes there in quite<BR>&gt;some time.&nbsp; Might there be a setting somewhere that can 'fix' this?&nbsp; Have<BR>&gt;the vtkVolumePro&nbsp; classes changed since version 4, requiring a different set<BR>&gt;of support files?&nbsp; There is one setting in VLI.h I tried changing,<BR>&gt;VLIAllowDeprecated, that had no effect.&nbsp; Any input appreciated . . .<BR>&gt;<BR>&gt;Kent Ogden<BR>&gt;<BR>&gt;Kent Ogden PhD<BR>&gt;Assistant Professor, Radiology<BR>&gt;SUNY Upstate Medical University<BR>&gt;750 E. Adams Street<BR>&gt;Syracuse, NY&nbsp; 13210<BR>&gt;<BR>&gt;email:&nbsp; ogdenk@upstate.edu<BR>&gt;voice:&nbsp; (315) 464-5083<BR>&gt;fax:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (315) 464-5095<BR>&gt;_______________________________________________<BR>&gt;This is the private VTK discussion list.<BR>&gt;Please keep messages on-topic. Check the FAQ at: <BR>&gt;<A href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</A><BR>&gt;Follow this link to subscribe/unsubscribe:<BR>&gt;<A href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</A><BR><BR><BR>_______________________________________________<BR>This is the private VTK discussion list. <BR>Please keep messages on-topic. Check the FAQ at: <A href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</A><BR>Follow this link to subscribe/unsubscribe:<BR><A href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</A><BR></DIV></BODY></HTML>