<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><BR><BR><BR><BR><BR>

<HR id=stopSpelling>
<BR>
&gt; From: vtkusers-request@vtk.org<BR>&gt; Subject: vtkusers Digest, Vol 37, Issue 5<BR>&gt; To: vtkusers@vtk.org<BR>&gt; Date: Fri, 4 May 2007 12:00:52 -0400<BR>&gt; <BR>&gt; Send vtkusers mailing list submissions to<BR>&gt; vtkusers@vtk.org<BR>&gt; <BR>&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt; or, via email, send a message with subject or body 'help' to<BR>&gt; vtkusers-request@vtk.org<BR>&gt; <BR>&gt; You can reach the person managing the list at<BR>&gt; vtkusers-owner@vtk.org<BR>&gt; <BR>&gt; When replying, please edit your Subject line so it is more specific<BR>&gt; than "Re: Contents of vtkusers digest..."<BR>&gt; <BR>&gt; <BR>&gt; Today's Topics:<BR>&gt; <BR>&gt; 1. VTK Installation on MacIntel (10.4.9) Plateform (Antoine LUCAS)<BR>&gt; 2. Running Cone.cxx on Linux (Kalpana Kanthasamy)<BR>&gt; 3. Re: VTK Installation on MacIntel (10.4.9) Plateform (Mike Jackson)<BR>&gt; 4. Re: VTK Installation on MacIntel (10.4.9) Plateform<BR>&gt; (Amy Squillacote)<BR>&gt; 5. Re: VTK Installation on MacIntel (10.4.9) Plateform (Sean McBride)<BR>&gt; 6. backface property (anto scoditti)<BR>&gt; 7. Visualisation of a large vtk files (ueberdrueber@warpmail.net)<BR>&gt; 8. Re: VTK on Mac (frederika rambu ngana)<BR>&gt; 9. RE: Running Cone.cxx on Linux (Saira Saleem Pathan)<BR>&gt; 10. Retrieve poligonal data after delaunay triangulation (Godofredo)<BR>&gt; 11. RE: can we match a cropped version of a model againt the<BR>&gt; original using the vtkIterativeClosestPointTransform?<BR>&gt; (M.Salman@surrey.ac.uk)<BR>&gt; 12. Re: Retrieve poligonal data after delaunay triangulation<BR>&gt; (Luca Pallozzi Lavorante)<BR>&gt; 13. Re: can we match a cropped version of a model againt the<BR>&gt; original using the vtkIterativeClosestPointTransform? (Wes Turner)<BR>&gt; 14. changing the coordinate's system origin (Emmanouil Moschidis)<BR>&gt; 15. vtkDelaunay3D / Multithreading (Hornung, Oliver)<BR>&gt; 16. binary mask to region/polydata (Luca Pamparana)<BR>&gt; 17. [VTK 5.0, Mac OS 10.4.9] Having both a debug and a release<BR>&gt; installation (David Goldsmith)<BR>&gt; 18. Re: [VTK 5.0, Mac OS 10.4.9] Having both a debug and a<BR>&gt; release installation (David Cole)<BR>&gt; 19. Re: VTK on Mac (Sean McBride)<BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Thu, 03 May 2007 19:20:36 +0200<BR>&gt; From: Antoine LUCAS &lt;a.lucas@geolnet.net&gt;<BR>&gt; Subject: [vtkusers] VTK Installation on MacIntel (10.4.9) Plateform<BR>&gt; To: vtkusers@vtk.org<BR>&gt; Message-ID: &lt;1178212836.463a19e4ac32a@imp1.online.net&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; HI,<BR>&gt; <BR>&gt; I am trying to install VTK on my MacBook since this morning without sucess.<BR>&gt; I download VTK source at http://www.vtk.org/files/release/5.0/vtk-5.0.3.zip<BR>&gt; and Data at http://www.vtk.org/files/release/5.0/vtkdata-5.0.3.zip<BR>&gt; <BR>&gt; Then, I untar both source and data on my desktop.<BR>&gt; I make a ccmake .<BR>&gt; and a make<BR>&gt; <BR>&gt; but the last line is :<BR>&gt; [ 21%] Built target WidgetsCxxTests<BR>&gt; <BR>&gt; There is apparently no error message but seems not to be installed.<BR>&gt; <BR>&gt; I didn't find vtk in my bin/ (in vtk directory).<BR>&gt; <BR>&gt; <BR>&gt; If anybody has some ideas ?<BR>&gt; <BR>&gt; Thanks,<BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 2<BR>&gt; Date: Fri, 4 May 2007 01:21:31 +0800<BR>&gt; From: "Kalpana Kanthasamy" &lt;kalpana0611@gmail.com&gt;<BR>&gt; Subject: [vtkusers] Running Cone.cxx on Linux<BR>&gt; To: vtkusers@vtk.org<BR>&gt; Message-ID:<BR>&gt; &lt;b05971d10705031021m8362442nc2a0656ea97177d@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; Hi guys, thanks for the previous advice, I managed to install VTK on linux,<BR>&gt; and I got the executables running using XMing.<BR>&gt; I am now trying to compile Cone.cxx, but when I am lost again. I have<BR>&gt; included the error snippets with this mail, hope, someone can help me, I<BR>&gt; have a feeling its something about setting the $PATH in the linux thing.<BR>&gt; <BR>&gt; <BR>&gt; command = g++ Cone.cxx<BR>&gt; <BR>&gt; Cone.cxx:23:27: error: vtkConeSource.h: No such file or directory<BR>&gt; Cone.cxx:24:31: error: vtkPolyDataMapper.h: No such file or directory<BR>&gt; Cone.cxx:25:29: error: vtkRenderWindow.h: No such file or directory<BR>&gt; Cone.cxx:26:23: error: vtkCamera.h: No such file or directory<BR>&gt; Cone.cxx:27:22: error: vtkActor.h: No such file or directory<BR>&gt; Cone.cxx:28:25: error: vtkRenderer.h: No such file or directory<BR>&gt; Cone.cxx: In function 'int main()':<BR>&gt; Cone.cxx:38: error: 'vtkConeSource' was not declared in this scope<BR>&gt; Cone.cxx:38: error: 'cone' was not declared in this scope<BR>&gt; Cone.cxx:38: error: 'vtkConeSource' is not a class or namespace<BR>&gt; Cone.cxx:50: error: 'vtkPolyDataMapper' was not declared in this scope<BR>&gt; Cone.cxx:50: error: 'coneMapper' was not declared in this scope<BR>&gt; Cone.cxx:50: error: 'vtkPolyDataMapper' is not a class or namespace<BR>&gt; Cone.cxx:60: error: 'vtkActor' was not declared in this scope<BR>&gt; Cone.cxx:60: error: 'coneActor' was not declared in this scope<BR>&gt; Cone.cxx:60: error: 'vtkActor' is not a class or namespace<BR>&gt; Cone.cxx:69: error: 'vtkRenderer' was not declared in this scope<BR>&gt; Cone.cxx:69: error: 'ren1' was not declared in this scope<BR>&gt; Cone.cxx:69: error: 'vtkRenderer' is not a class or namespace<BR>&gt; Cone.cxx:78: error: 'vtkRenderWindow' was not declared in this scope<BR>&gt; Cone.cxx:78: error: 'renWin' was not declared in this scope<BR>&gt; Cone.cxx:78: error: 'vtkRenderWindow' is not a class or namespace<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://public.kitware.com/pipermail/vtkusers/attachments/20070504/b51c52f1/attachment-0001.htm<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 3<BR>&gt; Date: Thu, 3 May 2007 13:39:12 -0400<BR>&gt; From: Mike Jackson &lt;imikejackson@gmail.com&gt;<BR>&gt; Subject: Re: [vtkusers] VTK Installation on MacIntel (10.4.9)<BR>&gt; Plateform<BR>&gt; To: Antoine LUCAS &lt;a.lucas@geolnet.net&gt;<BR>&gt; Cc: vtkusers@vtk.org<BR>&gt; Message-ID: &lt;68D7CC15-4780-438C-80B3-0A9892E52B98@gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed<BR>&gt; <BR>&gt; First. Start over. VTK likes to have an out of source build so try <BR>&gt; the following:<BR>&gt; <BR>&gt; on your desktop remove the VTK folder that was unzipped earlier.<BR>&gt; Now unzip the vtk-5.0.3.zip.<BR>&gt; <BR>&gt; Now "mkdir vtk503"<BR>&gt; "cd vtk503"<BR>&gt; "ccmake vtk503"<BR>&gt; set the option to build Shared Libs to true.<BR>&gt; Hit the "c" key a few times.<BR>&gt; Hit the "g" key to generate the makefiles<BR>&gt; "make"<BR>&gt; <BR>&gt; wait....<BR>&gt; <BR>&gt; <BR>&gt; -- <BR>&gt; Mike Jackson Senior Research Engineer<BR>&gt; Innovative Management &amp; Technology Services<BR>&gt; <BR>&gt; <BR>&gt; On May 3, 2007, at 1:20 PM, Antoine LUCAS wrote:<BR>&gt; <BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; HI,<BR>&gt; &gt;<BR>&gt; &gt; I am trying to install VTK on my MacBook since this morning without <BR>&gt; &gt; sucess.<BR>&gt; &gt; I download VTK source at http://www.vtk.org/files/release/5.0/ <BR>&gt; &gt; vtk-5.0.3.zip<BR>&gt; &gt; and Data at http://www.vtk.org/files/release/5.0/vtkdata-5.0.3.zip<BR>&gt; &gt;<BR>&gt; &gt; Then, I untar both source and data on my desktop.<BR>&gt; &gt; I make a ccmake .<BR>&gt; &gt; and a make<BR>&gt; &gt;<BR>&gt; &gt; but the last line is :<BR>&gt; &gt; [ 21%] Built target WidgetsCxxTests<BR>&gt; &gt;<BR>&gt; &gt; There is apparently no error message but seems not to be installed.<BR>&gt; &gt;<BR>&gt; &gt; I didn't find vtk in my bin/ (in vtk directory).<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; If anybody has some ideas ?<BR>&gt; &gt;<BR>&gt; &gt; Thanks,<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; This is the private VTK discussion list.<BR>&gt; &gt; Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/ <BR>&gt; &gt; Wiki/VTK_FAQ<BR>&gt; &gt; Follow this link to subscribe/unsubscribe:<BR>&gt; &gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 4<BR>&gt; Date: Thu, 03 May 2007 15:22:16 -0400<BR>&gt; From: Amy Squillacote &lt;amylists@gmail.com&gt;<BR>&gt; Subject: Re: [vtkusers] VTK Installation on MacIntel (10.4.9)<BR>&gt; Plateform<BR>&gt; To: Mike Jackson &lt;imikejackson@gmail.com&gt;<BR>&gt; Cc: Antoine LUCAS &lt;a.lucas@geolnet.net&gt;, vtkusers@vtk.org<BR>&gt; Message-ID: &lt;463A3668.5000501@gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Mike Jackson wrote:<BR>&gt; &gt; First. Start over. VTK likes to have an out of source build so try the <BR>&gt; &gt; following:<BR>&gt; &gt;<BR>&gt; &gt; on your desktop remove the VTK folder that was unzipped earlier.<BR>&gt; &gt; Now unzip the vtk-5.0.3.zip.<BR>&gt; &gt;<BR>&gt; &gt; Now "mkdir vtk503"<BR>&gt; &gt; "cd vtk503"<BR>&gt; &gt; "ccmake vtk503"<BR>&gt; I think you mean "ccmake ../vtk-5.0.3" (i.e., the source tree, not the <BR>&gt; build tree since the build tree is empty at this point).<BR>&gt; &gt; set the option to build Shared Libs to true.<BR>&gt; &gt; Hit the "c" key a few times.<BR>&gt; &gt; Hit the "g" key to generate the makefiles<BR>&gt; &gt; "make"<BR>&gt; &gt;<BR>&gt; &gt; wait....<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; --Mike Jackson Senior Research Engineer<BR>&gt; &gt; Innovative Management &amp; Technology Services<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; On May 3, 2007, at 1:20 PM, Antoine LUCAS wrote:<BR>&gt; &gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; HI,<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; I am trying to install VTK on my MacBook since this morning without <BR>&gt; &gt;&gt; sucess.<BR>&gt; &gt;&gt; I download VTK source at <BR>&gt; &gt;&gt; http://www.vtk.org/files/release/5.0/vtk-5.0.3.zip<BR>&gt; &gt;&gt; and Data at http://www.vtk.org/files/release/5.0/vtkdata-5.0.3.zip<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Then, I untar both source and data on my desktop.<BR>&gt; &gt;&gt; I make a ccmake .<BR>&gt; &gt;&gt; and a make<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; but the last line is :<BR>&gt; &gt;&gt; [ 21%] Built target WidgetsCxxTests<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; There is apparently no error message but seems not to be installed.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; I didn't find vtk in my bin/ (in vtk directory).<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; If anybody has some ideas ?<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Thanks,<BR>&gt; &gt;&gt; _______________________________________________<BR>&gt; &gt;&gt; This is the private VTK discussion list.<BR>&gt; &gt;&gt; Please keep messages on-topic. Check the FAQ at: <BR>&gt; &gt;&gt; http://www.vtk.org/Wiki/VTK_FAQ<BR>&gt; &gt;&gt; Follow this link to subscribe/unsubscribe:<BR>&gt; &gt;&gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; This is the private VTK discussion list.Please keep messages on-topic. <BR>&gt; &gt; Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ<BR>&gt; &gt; Follow this link to subscribe/unsubscribe:<BR>&gt; &gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt; &gt;<BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 5<BR>&gt; Date: Thu, 3 May 2007 15:40:20 -0400<BR>&gt; From: "Sean McBride" &lt;sean@rogue-research.com&gt;<BR>&gt; Subject: Re: [vtkusers] VTK Installation on MacIntel (10.4.9)<BR>&gt; Plateform<BR>&gt; To: "Antoine LUCAS" &lt;a.lucas@geolnet.net&gt;, &lt;vtkusers@vtk.org&gt;<BR>&gt; Message-ID: &lt;20070503194020.494356590@smtp1.sympatico.ca&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1<BR>&gt; <BR>&gt; On 2007-05-03 19:20, Antoine LUCAS said:<BR>&gt; <BR>&gt; &gt;I am trying to install VTK on my MacBook since this morning without sucess.<BR>&gt; <BR>&gt; Have you looked at this:<BR>&gt; &lt;http://www.vtk.org/Wiki/Cocoa_VTK&gt;<BR>&gt; <BR>&gt; -- <BR>&gt; ____________________________________________________________<BR>&gt; Sean McBride, B. Eng sean@rogue-research.com<BR>&gt; Rogue Research www.rogue-research.com <BR>&gt; Mac Software Developer Montréal, Québec, Canada<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 6<BR>&gt; Date: Fri, 04 May 2007 08:39:49 +0200<BR>&gt; From: "anto scoditti" &lt;scoditti@hotmail.it&gt;<BR>&gt; Subject: [vtkusers] backface property<BR>&gt; To: vtkusers@vtk.org<BR>&gt; Message-ID: &lt;BAY118-F91DE62BC36B8C2DBB1493A8400@phx.gbl&gt;<BR>&gt; Content-Type: text/plain; charset=iso-8859-1; format=flowed<BR>&gt; <BR>&gt; I have developed a project sphere.I trace as angles phi and theta.Theta that <BR>&gt; is of 270° ransom so the sphere and it allows me to visualize the backface <BR>&gt; of it.But does the backface visualize him/it to me black, as can I change <BR>&gt; the color of it?<BR>&gt; <BR>&gt; _________________________________________________________________<BR>&gt; Sai cosa è successo oggi?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http://notizie.msn.it<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 7<BR>&gt; Date: Fri, 04 May 2007 00:09:00 -0700<BR>&gt; From: ueberdrueber@warpmail.net<BR>&gt; Subject: [vtkusers] Visualisation of a large vtk files<BR>&gt; To: vtkusers@vtk.org<BR>&gt; Message-ID: &lt;1178262540.15622.1188051539@webmail.messagingengine.com&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; <BR>&gt; Hi!<BR>&gt; <BR>&gt; I have some problems displaying a 2-dimensional vtk file with the<BR>&gt; dimensions 1185 x 2986 x 1. My small command line test program reads in<BR>&gt; the data correctly (I have checked that by producing some output) but<BR>&gt; when it comes to visualization the hard disk is getting very busy for a<BR>&gt; while (whereas CPU is not used extensively) and then it crashes. <BR>
&nbsp;<BR>
Your grid size is quite large i.e. above 3 million grid points, which is generally <BR>
difficult for VTK to handle on a single machine.<BR>
<BR>&gt; <BR>&gt; I used a debugger to try to find the cause. It detects an access<BR>&gt; violation in vtkOpenGLPolyDataMapper. The last call is<BR>&gt; vtkOpenGLPolyDataMapper::DrawPolygons( ... ) which then seems to cause<BR>&gt; some problem in the Windows system library nvoglnt.dll.<BR>&gt; <BR>&gt; I tried to solve the problem by following the advices at <BR>&gt; http://www.vtk.org/Wiki/VTK_FAQ#How_to_handle_large_data_sets_in_VTK<BR>&gt; but that didn't solve my problem. However, it has to be possible as<BR>&gt; visualisation of the same file in fact works in Paraview.<BR>
&nbsp;<BR>
Paraview has an intelligent mechanism by which is uses different filters <BR>
(which are more efficient and are panented ones) when the grid size becomes <BR>
large, if those generic filters are also available on VTK you can also replace <BR>
the simple filters (that you are using now) and achieve the same performance <BR>
as paraview.<BR>
<BR>&gt; I'm using VTK Version 5.0.3.<BR>&gt; <BR>&gt; I would be glad if someone had some advice.<BR>&gt; <BR>&gt; Regards,<BR>&gt; Patrick <BR>&gt; -- <BR>&gt; <BR>&gt; ueberdrueber@warpmail.net<BR>&gt; <BR>&gt; -- <BR>&gt; http://www.fastmail.fm - Does exactly what it says on the tin<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 8<BR>&gt; Date: Fri, 4 May 2007 01:25:44 -0700 (PDT)<BR>&gt; From: frederika rambu ngana &lt;frederikarambungana@yahoo.com&gt;<BR>&gt; Subject: Re: [vtkusers] VTK on Mac<BR>&gt; To: Amy Squillacote &lt;amy.squillacote@kitware.com&gt;<BR>&gt; Cc: VTK Users &lt;vtkusers@vtk.org&gt;<BR>&gt; Message-ID: &lt;57284.35194.qm@web52806.mail.re2.yahoo.com&gt;<BR>&gt; Content-Type: text/plain; charset=iso-8859-1<BR>&gt; <BR>&gt; &gt;&gt; What error message did you get?<BR>&gt; &gt; <BR>&gt; Here is the error message I got :<BR>&gt; <BR>&gt; CMake Error: Error in cmake code at<BR>&gt; <BR>&gt; /Development/VTKsource/CMake/vtkLoadCMakeExtensions.cmake:7:<BR>&gt; LOAD_COMMAND Attempt to load the library<BR>&gt; /Development/VKTbuild/CMake/libcmVTK_WRAP_TCL2.so<BR>&gt; failed.<BR>&gt; <BR>&gt; CMake Error: Error in cmake code at<BR>&gt; <BR>&gt; /Development/VTKsource/CMake/vtkLoadCMakeExtensions.cmake:17:<BR>&gt; A command failed during the invocation of macro<BR>&gt; "VTK_LOAD_SINGLE_CMAKE_EXTENSION".<BR>&gt; <BR>&gt; Loading VTK command VTK_WRAP_TCL2 - failed<BR>&gt; <BR>&gt; NOTE: I also have followed advice from Sean to make<BR>&gt; folder Source and Build separately on folder<BR>&gt; Development: VTKsource folder for SOURCE tree,<BR>&gt; VTKbuild for BUILD tree.<BR>&gt; <BR>&gt; First, untared+installed cmake-2.0.3-darwin.tar.gz.<BR>&gt; Second, copied vtk-src-unix from CD to VTKsource<BR>&gt; Third, on VTKbuild typed : ccmake ../VTKsource/<BR>&gt; <BR>&gt; result : I got terminal of ccmake. After typing "c"<BR>&gt; for configure, there was a error message.<BR>&gt; <BR>&gt; -Frederika-<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; --- Amy Squillacote &lt;amy.squillacote@kitware.com&gt;<BR>&gt; wrote:<BR>&gt; <BR>&gt; &gt; Hi Frederika,<BR>&gt; &gt; <BR>&gt; &gt; Don't worry about it. The main reasons for keeping<BR>&gt; &gt; the discussion on the <BR>&gt; &gt; mailing list is so other people can contribute to<BR>&gt; &gt; the discussion and so <BR>&gt; &gt; the whole thing is archived.<BR>&gt; &gt; <BR>&gt; &gt; cmake-2.0.3-darwin.tar.gz shouldn't need to be<BR>&gt; &gt; compiled, just untarred <BR>&gt; &gt; and installed.<BR>&gt; &gt; <BR>&gt; &gt; What error message did you get?<BR>&gt; &gt; <BR>&gt; &gt; - Amy<BR>&gt; &gt; <BR>&gt; <BR>&gt; <BR>&gt; __________________________________________________<BR>&gt; Do You Yahoo!?<BR>&gt; Tired of spam? Yahoo! Mail has the best spam protection around <BR>&gt; http://mail.yahoo.com <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 9<BR>&gt; Date: Fri, 4 May 2007 09:49:45 +0000<BR>&gt; From: Saira Saleem Pathan &lt;sarakhan_engr@hotmail.com&gt;<BR>&gt; Subject: RE: [vtkusers] Running Cone.cxx on Linux<BR>&gt; To: Kalpana Kanthasamy &lt;kalpana0611@gmail.com&gt;<BR>&gt; Cc: vtkusers@vtk.org<BR>&gt; Message-ID: &lt;BAY121-W60F6BDDF8382982ACF31783400@phx.gbl&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; <BR>&gt; hiwhy dont install CMAKE and then set path for cmake file.if ur working on bash then u can set the path &gt;&gt;vi .bashrcexport = &lt;add the path &gt; /cmake (version) /bin: $PATH&gt;&gt; cmake &lt;enter&gt;i think this the easiest way to work as u can get rid from compiler errors :)cheers!<BR>&gt; Saira Saleem Pathan<BR>&gt; Ph.D. Student<BR>&gt; Univerity of Leeds <BR>&gt; United Kingdom.Date: Fri, 4 May 2007 01:21:31 +0800From: kalpana0611@gmail.comTo: vtkusers@vtk.orgSubject: [vtkusers] Running Cone.cxx on Linux Hi guys, thanks for the previous advice, I managed to install VTK on linux, and I got the executables running using XMing. <BR>&gt; I am now trying to compile Cone.cxx, but when I am lost again. I have included the error snippets with this mail, hope, someone can help me, I have a feeling its something about setting the $PATH in the linux thing.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; command = g++ Cone.cxx<BR>&gt; Cone.cxx:23:27: error: vtkConeSource.h: No such file or directoryCone.cxx:24:31: error: vtkPolyDataMapper.h: No such file or directoryCone.cxx:25:29: error: vtkRenderWindow.h: No such file or directory<BR>&gt; Cone.cxx:26:23: error: vtkCamera.h: No such file or directoryCone.cxx:27:22: error: vtkActor.h: No such file or directoryCone.cxx:28:25: error: vtkRenderer.h: No such file or directoryCone.cxx: In function 'int main()':<BR>&gt; Cone.cxx:38: error: 'vtkConeSource' was not declared in this scopeCone.cxx:38: error: 'cone' was not declared in this scopeCone.cxx:38: error: 'vtkConeSource' is not a class or namespace<BR>&gt; Cone.cxx:50: error: 'vtkPolyDataMapper' was not declared in this scopeCone.cxx:50: error: 'coneMapper' was not declared in this scopeCone.cxx:50: error: 'vtkPolyDataMapper' is not a class or namespace<BR>&gt; Cone.cxx:60: error: 'vtkActor' was not declared in this scopeCone.cxx:60: error: 'coneActor' was not declared in this scopeCone.cxx:60: error: 'vtkActor' is not a class or namespace<BR>&gt; Cone.cxx:69: error: 'vtkRenderer' was not declared in this scopeCone.cxx:69: error: 'ren1' was not declared in this scopeCone.cxx:69: error: 'vtkRenderer' is not a class or namespaceCone.cxx<BR>&gt; :78: error: 'vtkRenderWindow' was not declared in this scopeCone.cxx:78: error: 'renWin' was not declared in this scopeCone.cxx:78: error: 'vtkRenderWindow' is not a class or namespace <BR>&gt; <BR>&gt; <BR>&gt; _________________________________________________________________<BR>&gt; Connect to the next generation of MSN Messenger&nbsp;<BR>&gt; http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&amp;source=wlmailtagline<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://public.kitware.com/pipermail/vtkusers/attachments/20070504/6d884370/attachment-0001.html<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 10<BR>&gt; Date: Fri, 4 May 2007 03:13:53 -0700 (PDT)<BR>&gt; From: Godofredo &lt;godofredoiii@gmail.com&gt;<BR>&gt; Subject: [vtkusers] Retrieve poligonal data after delaunay<BR>&gt; triangulation<BR>&gt; To: vtkusers@vtk.org<BR>&gt; Message-ID: &lt;10320141.post@talk.nabble.com&gt;<BR>&gt; Content-Type: text/plain; charset=us-ascii<BR>&gt; <BR>&gt; <BR>&gt; Hi. I'm making a Delaunay2D triangulation over a set of 3D point cloud. I've<BR>&gt; followed some examples and managed to do it. What I would like to do now is<BR>&gt; to obtain the triangles and vertex of the triangulation as arrays. I'm new<BR>&gt; with vtks so there's a lot of knowledge I'm missing. Is there a way to<BR>&gt; obtain triangles and vertex as a vrml fashion for example? I mean, points<BR>&gt; coordinates and triangle vertex index to that points? Hope I've explained<BR>&gt; myself. Thanks in advance.<BR>&gt; -- <BR>&gt; View this message in context: http://www.nabble.com/Retrieve-poligonal-data-after-delaunay-triangulation-tf3691278.html#a10320141<BR>&gt; Sent from the VTK - Users mailing list archive at Nabble.com.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 11<BR>&gt; Date: Fri, 4 May 2007 12:30:58 +0100<BR>&gt; From: &lt;M.Salman@surrey.ac.uk&gt;<BR>&gt; Subject: RE: [vtkusers] can we match a cropped version of a model<BR>&gt; againt the original using the vtkIterativeClosestPointTransform?<BR>&gt; To: &lt;wes.turner@kitware.com&gt;<BR>&gt; Cc: vtkusers@vtk.org<BR>&gt; Message-ID:<BR>&gt; &lt;6A5F24CF338E23438ABBE3392E35AFBD18169D@EVS-EC1-NODE1.surrey.ac.uk&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; Thanks Turner,<BR>&gt; I understand what you are saying but I don't know how to code this, Can you please elaborate it a bit more ? I really appreciate your help.<BR>&gt; <BR>&gt; Best Regards,<BR>&gt; <BR>&gt; M.Salman <BR>&gt; University of Surrey,U.K.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; -----Original Message-----<BR>&gt; From: Wes Turner [mailto:wes.turner@kitware.com]<BR>&gt; Sent: Thu 03/05/2007 4:09 PM<BR>&gt; To: Salman M Mr (PG/R - Electronic Eng)<BR>&gt; Cc: vtkusers@vtk.org<BR>&gt; Subject: Re: [vtkusers] can we match a cropped version of a model againt the original using the vtkIterativeClosestPointTransform?<BR>&gt; <BR>&gt; The source and target landmarks need to have the same number of points for<BR>&gt; the point-to-point metric to work. However, the number of points in the two<BR>&gt; models you are registering need not (and generally won't) be the same. The<BR>&gt; trick is to subsample from the source and to pick the closest points on the<BR>&gt; target as the matches. For matching patches to their appropriate location,<BR>&gt; you may have to find a starting position sufficiently close to the correct<BR>&gt; position of the patch to ensure that you do not get trapped in a local<BR>&gt; minima.<BR>&gt; <BR>&gt; - Wes<BR>&gt; <BR>&gt; On 5/3/07, M.Salman@surrey.ac.uk &lt;M.Salman@surrey.ac.uk&gt; wrote:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Hi all,<BR>&gt; &gt; The cropped version of a model doesnt necessarily consists of equal number<BR>&gt; &gt; of points as of the original.While vtkIterativeClosestPointTransform makes<BR>&gt; &gt; use of vtkLandmarkTransform internally to compute the best fit which<BR>&gt; &gt; further calls for equal number of points in both landmarks.<BR>&gt; &gt; "Call SetSourceLandmarks and SetTargetLandmarks to specify the two sets of<BR>&gt; &gt; landmarks, ensure they have the same number of points"<BR>&gt; &gt;<BR>&gt; &gt; Can we still use the vtkIterativeClosestPointTransform to match the<BR>&gt; &gt; cropped version to the original model...<BR>&gt; &gt; Any thoughts?<BR>&gt; &gt;<BR>&gt; &gt; Regards,<BR>&gt; &gt;<BR>&gt; &gt; M.Salman<BR>&gt; &gt; University of Surrey,U.K.<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; This is the private VTK discussion list.<BR>&gt; &gt; Please keep messages on-topic. Check the FAQ at:<BR>&gt; &gt; http://www.vtk.org/Wiki/VTK_FAQ<BR>&gt; &gt; Follow this link to subscribe/unsubscribe:<BR>&gt; &gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; <BR>&gt; <BR>&gt; -- <BR>&gt; Wesley D. Turner, Ph.D.<BR>&gt; Kitware, Inc.<BR>&gt; R&amp;D Engineer<BR>&gt; 28 Corporate Drive<BR>&gt; Clifton Park, NY 12065-8662<BR>&gt; Phone: 518-371-3971 x120<BR>&gt; <BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://public.kitware.com/pipermail/vtkusers/attachments/20070504/0f3ee7ac/attachment-0001.htm<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 12<BR>&gt; Date: Fri, 4 May 2007 10:32:12 -0300<BR>&gt; From: "Luca Pallozzi Lavorante" &lt;lplavorante@gmail.com&gt;<BR>&gt; Subject: Re: [vtkusers] Retrieve poligonal data after delaunay<BR>&gt; triangulation<BR>&gt; To: vtkusers@vtk.org<BR>&gt; Message-ID:<BR>&gt; &lt;ec04740f0705040632r18ffbfdbi9334797f71fd4703@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; Godofredo,<BR>&gt; the vtkVRMLExporter class will generate a VRML file for you. Its input is a<BR>&gt; vtkRenderWindow instance, as it exports the entire scene.<BR>&gt; Have a look at the example Rendering/Testing/Tcl/cells.tcl, as well as the<BR>&gt; vtkVRMLExporter online documentation.<BR>&gt; <BR>&gt; Luca<BR>&gt; <BR>&gt; <BR>&gt; On 5/4/07, Godofredo &lt;godofredoiii@gmail.com&gt; wrote:<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Hi. I'm making a Delaunay2D triangulation over a set of 3D point cloud.<BR>&gt; &gt; I've<BR>&gt; &gt; followed some examples and managed to do it. What I would like to do now<BR>&gt; &gt; is<BR>&gt; &gt; to obtain the triangles and vertex of the triangulation as arrays. I'm new<BR>&gt; &gt; with vtks so there's a lot of knowledge I'm missing. Is there a way to<BR>&gt; &gt; obtain triangles and vertex as a vrml fashion for example? I mean, points<BR>&gt; &gt; coordinates and triangle vertex index to that points? Hope I've explained<BR>&gt; &gt; myself. Thanks in advance.<BR>&gt; &gt; --<BR>&gt; &gt; View this message in context:<BR>&gt; &gt; http://www.nabble.com/Retrieve-poligonal-data-after-delaunay-triangulation-tf3691278.html#a10320141<BR>&gt; &gt; Sent from the VTK - Users mailing list archive at Nabble.com.<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; This is the private VTK discussion list.<BR>&gt; &gt; Please keep messages on-topic. Check the FAQ at:<BR>&gt; &gt; http://www.vtk.org/Wiki/VTK_FAQ<BR>&gt; &gt; Follow this link to subscribe/unsubscribe:<BR>&gt; &gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt; &gt;<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://public.kitware.com/pipermail/vtkusers/attachments/20070504/bfabb1f1/attachment.html<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 13<BR>&gt; Date: Fri, 4 May 2007 09:41:36 -0400<BR>&gt; From: "Wes Turner" &lt;wes.turner@kitware.com&gt;<BR>&gt; Subject: Re: [vtkusers] can we match a cropped version of a model<BR>&gt; againt the original using the vtkIterativeClosestPointTransform?<BR>&gt; To: "M.Salman@surrey.ac.uk" &lt;M.Salman@surrey.ac.uk&gt;<BR>&gt; Cc: vtkusers@vtk.org<BR>&gt; Message-ID:<BR>&gt; &lt;7ade83390705040641h49b66e65ma0a8928e2bb86514@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; The filter handles the selection automatically. Your just need to set the<BR>&gt; maximum number of points you want to use for the landmarks. Check out<BR>&gt; /Hybrid/Testing/Tcl/TestICPTransform.tcl<BR>&gt; &lt;http://public.kitware.com/cgi-bin/viewcvs.cgi/*checkout*/Hybrid/Testing/Tcl/TestICPTransform.tcl?root=VTK&amp;content-type=text/plain&gt;for<BR>&gt; an example of using the filter.<BR>&gt; <BR>&gt; Note that if you are trying to register a patch to a whole, then you may<BR>&gt; need to manually move your patch close to the correct position and call<BR>&gt; StartByMatchingCentroidsOff&lt;http://www.vtk.org/doc/nightly/html/classvtkIterativeClosestPointTransform.html#295d56e80cf959f5cde91201371b7afd&gt;()<BR>&gt; on the ICP transform before starting the registration. Otherwise the<BR>&gt; registration is likely to get stuck in a local minima.<BR>&gt; <BR>&gt; - Wes<BR>&gt; <BR>&gt; <BR>&gt; On 5/4/07, M.Salman@surrey.ac.uk &lt;M.Salman@surrey.ac.uk&gt; wrote:<BR>&gt; &gt;<BR>&gt; &gt; Thanks Turner,<BR>&gt; &gt; I understand what you are saying but I don't know how to code this, Can<BR>&gt; &gt; you please elaborate it a bit more ? I really appreciate your help.<BR>&gt; &gt;<BR>&gt; &gt; Best Regards,<BR>&gt; &gt;<BR>&gt; &gt; M.Salman<BR>&gt; &gt; University of Surrey,U.K.<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; From: Wes Turner [mailto:wes.turner@kitware.com &lt;wes.turner@kitware.com&gt;]<BR>&gt; &gt; Sent: Thu 03/05/2007 4:09 PM<BR>&gt; &gt; To: Salman M Mr (PG/R - Electronic Eng)<BR>&gt; &gt; Cc: vtkusers@vtk.org<BR>&gt; &gt; Subject: Re: [vtkusers] can we match a cropped version of a model againt<BR>&gt; &gt; the original using the vtkIterativeClosestPointTransform?<BR>&gt; &gt;<BR>&gt; &gt; The source and target landmarks need to have the same number of points for<BR>&gt; &gt; the point-to-point metric to work. However, the number of points in the<BR>&gt; &gt; two<BR>&gt; &gt; models you are registering need not (and generally won't) be the same.<BR>&gt; &gt; The<BR>&gt; &gt; trick is to subsample from the source and to pick the closest points on<BR>&gt; &gt; the<BR>&gt; &gt; target as the matches. For matching patches to their appropriate<BR>&gt; &gt; location,<BR>&gt; &gt; you may have to find a starting position sufficiently close to the correct<BR>&gt; &gt; position of the patch to ensure that you do not get trapped in a local<BR>&gt; &gt; minima.<BR>&gt; &gt;<BR>&gt; &gt; - Wes<BR>&gt; &gt;<BR>&gt; &gt; On 5/3/07, M.Salman@surrey.ac.uk &lt;M.Salman@surrey.ac.uk&gt; wrote:<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Hi all,<BR>&gt; &gt; &gt; The cropped version of a model doesnt necessarily consists of equal<BR>&gt; &gt; number<BR>&gt; &gt; &gt; of points as of the original.While vtkIterativeClosestPointTransform<BR>&gt; &gt; makes<BR>&gt; &gt; &gt; use of vtkLandmarkTransform internally to compute the best fit which<BR>&gt; &gt; &gt; further calls for equal number of points in both landmarks.<BR>&gt; &gt; &gt; "Call SetSourceLandmarks and SetTargetLandmarks to specify the two sets<BR>&gt; &gt; of<BR>&gt; &gt; &gt; landmarks, ensure they have the same number of points"<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Can we still use the vtkIterativeClosestPointTransform to match the<BR>&gt; &gt; &gt; cropped version to the original model...<BR>&gt; &gt; &gt; Any thoughts?<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Regards,<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; M.Salman<BR>&gt; &gt; &gt; University of Surrey,U.K.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; This is the private VTK discussion list.<BR>&gt; &gt; &gt; Please keep messages on-topic. Check the FAQ at:<BR>&gt; &gt; &gt; http://www.vtk.org/Wiki/VTK_FAQ<BR>&gt; &gt; &gt; Follow this link to subscribe/unsubscribe:<BR>&gt; &gt; &gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; --<BR>&gt; &gt; Wesley D. Turner, Ph.D.<BR>&gt; &gt; Kitware, Inc.<BR>&gt; &gt; R&amp;D Engineer<BR>&gt; &gt; 28 Corporate Drive<BR>&gt; &gt; Clifton Park, NY 12065-8662<BR>&gt; &gt; Phone: 518-371-3971 x120<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; <BR>&gt; <BR>&gt; -- <BR>&gt; Wesley D. Turner, Ph.D.<BR>&gt; Kitware, Inc.<BR>&gt; R&amp;D Engineer<BR>&gt; 28 Corporate Drive<BR>&gt; Clifton Park, NY 12065-8662<BR>&gt; Phone: 518-371-3971 x120<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://public.kitware.com/pipermail/vtkusers/attachments/20070504/efeb911e/attachment.htm<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 14<BR>&gt; Date: Fri, 4 May 2007 06:48:00 -0700 (PDT)<BR>&gt; From: Emmanouil Moschidis &lt;moshman65@yahoo.com&gt;<BR>&gt; Subject: [vtkusers] changing the coordinate's system origin<BR>&gt; To: vtkusers@vtk.org<BR>&gt; Message-ID: &lt;608639.77539.qm@web36713.mail.mud.yahoo.com&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; Hello as far as i know vtk's coordinate system origin is the lower left corner. (correct me if i am wrong). <BR>&gt; <BR>&gt; I would like to change my x,y,z coordinates so that they are visualized as the origin would be the upper left corner. <BR>&gt; <BR>&gt; Do you know how should i change them? <BR>&gt; <BR>&gt; Thanks<BR>&gt; <BR>&gt; <BR>&gt; ---------------------------------<BR>&gt; Ahhh...imagining that irresistible "new car" smell?<BR>&gt; Check outnew cars at Yahoo! Autos.<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://public.kitware.com/pipermail/vtkusers/attachments/20070504/82f859c0/attachment.html<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 15<BR>&gt; Date: Fri, 4 May 2007 16:03:00 +0200<BR>&gt; From: "Hornung, Oliver" &lt;oliver.oh.hornung@siemens.com&gt;<BR>&gt; Subject: [vtkusers] vtkDelaunay3D / Multithreading<BR>&gt; To: &lt;vtkusers@vtk.org&gt;<BR>&gt; Message-ID:<BR>&gt; &lt;DCB2F238E0B0844AB343A0D8A70953BD6187D0@ERLM862A.ww001.siemens.net&gt;<BR>&gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt; <BR>&gt; Hi!<BR>&gt; <BR>&gt; I am using vtkDelaunay3D on point clouds. The results are very promising<BR>&gt; except the fact that it takes a long time to produce them. The point<BR>&gt; clouds are fairly large consisting out of about 1e06 Points. Since I<BR>&gt; have a multicore computer available my question is, if there is a way to<BR>&gt; use multithreading or anything like it to speed up calculations. The<BR>&gt; system runs at only 25% CPU usage at the moment. Does anyone have<BR>&gt; experiences concerning this topic?<BR>&gt; <BR>&gt; Thanks in advance,<BR>&gt; Oliver<BR>&gt; <BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://public.kitware.com/pipermail/vtkusers/attachments/20070504/746af9bf/attachment.htm<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 16<BR>&gt; Date: Fri, 4 May 2007 15:25:12 +0100<BR>&gt; From: "Luca Pamparana" &lt;luca.pamparana@gmail.com&gt;<BR>&gt; Subject: [vtkusers] binary mask to region/polydata<BR>&gt; To: vtkusers &lt;vtkusers@vtk.org&gt;<BR>&gt; Message-ID:<BR>&gt; &lt;94ca0b990705040725n6456a819i15f51240ecf52f0c@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; Hi everyone,<BR>&gt; <BR>&gt; I am wondering if there is a vtk filter that can do the following:<BR>&gt; <BR>&gt; - I have some medical data which is simply a binary image that defines a<BR>&gt; closed region (like a segmented structure for example).<BR>&gt; <BR>&gt; So, is there any vtk filter that will give me this region as a set of<BR>&gt; numbers for example. I am not sure how these numbers will be seperated in<BR>&gt; space. Ideally, "curvy" regions should have more sample points than linear<BR>&gt; ones. Anyways, basically what I am looking for is an image-&gt;polydata kind of<BR>&gt; filter, I guess.<BR>&gt; <BR>&gt; I would be really grateful if you could give some suggestions.<BR>&gt; <BR>&gt; Thanks,<BR>&gt; Luca<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://public.kitware.com/pipermail/vtkusers/attachments/20070504/db43b7ef/attachment.html<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 17<BR>&gt; Date: Fri, 04 May 2007 07:58:25 -0700<BR>&gt; From: David Goldsmith &lt;David.L.Goldsmith@noaa.gov&gt;<BR>&gt; Subject: [vtkusers] [VTK 5.0, Mac OS 10.4.9] Having both a debug and a<BR>&gt; release installation<BR>&gt; To: vtkusers@vtk.org<BR>&gt; Message-ID: &lt;463B4A11.8090603@noaa.gov&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>&gt; <BR>&gt; Hi! Installing VTK on a Mac running 10.4.9. So far w/out incident (at <BR>&gt; least none that I haven't been able to resolve :-) ) but...<BR>&gt; I want to have both a debug and a release install; out-of-source I built <BR>&gt; separate, labeled build structures w/ the appropriate ccmake modifiers; <BR>&gt; I installed the debug version first and noted as it was spewing forth <BR>&gt; that there was nothing in the path names to distinguish it as a debug <BR>&gt; version, so I'm concerned that when I install the release build it will <BR>&gt; just overwrite everything the debug build installed - what gives? Thanks!<BR>&gt; <BR>&gt; DG<BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 18<BR>&gt; Date: Fri, 4 May 2007 11:03:36 -0400<BR>&gt; From: "David Cole" &lt;david.cole@kitware.com&gt;<BR>&gt; Subject: Re: [vtkusers] [VTK 5.0, Mac OS 10.4.9] Having both a debug<BR>&gt; and a release installation<BR>&gt; To: "David Goldsmith" &lt;David.L.Goldsmith@noaa.gov&gt;<BR>&gt; Cc: vtkusers@vtk.org<BR>&gt; Message-ID:<BR>&gt; &lt;f435c2c50705040803x57740860n64b88e1a47fbe671@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; Set CMAKE_INSTALL_PREFIX in each build to give it separate locations for<BR>&gt; Debug and Release. Otherwise, each will simply use the default value for<BR>&gt; CMAKE_INSTALL_PREFIX.<BR>&gt; <BR>&gt; HTH,<BR>&gt; David<BR>&gt; <BR>&gt; On 5/4/07, David Goldsmith &lt;David.L.Goldsmith@noaa.gov&gt; wrote:<BR>&gt; &gt;<BR>&gt; &gt; Hi! Installing VTK on a Mac running 10.4.9. So far w/out incident (at<BR>&gt; &gt; least none that I haven't been able to resolve :-) ) but...<BR>&gt; &gt; I want to have both a debug and a release install; out-of-source I built<BR>&gt; &gt; separate, labeled build structures w/ the appropriate ccmake modifiers;<BR>&gt; &gt; I installed the debug version first and noted as it was spewing forth<BR>&gt; &gt; that there was nothing in the path names to distinguish it as a debug<BR>&gt; &gt; version, so I'm concerned that when I install the release build it will<BR>&gt; &gt; just overwrite everything the debug build installed - what gives? Thanks!<BR>&gt; &gt;<BR>&gt; &gt; DG<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; This is the private VTK discussion list.<BR>&gt; &gt; Please keep messages on-topic. Check the FAQ at:<BR>&gt; &gt; http://www.vtk.org/Wiki/VTK_FAQ<BR>&gt; &gt; Follow this link to subscribe/unsubscribe:<BR>&gt; &gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt; &gt;<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://public.kitware.com/pipermail/vtkusers/attachments/20070504/d84f7663/attachment.htm<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 19<BR>&gt; Date: Fri, 4 May 2007 11:32:24 -0400<BR>&gt; From: "Sean McBride" &lt;sean@rogue-research.com&gt;<BR>&gt; Subject: Re: [vtkusers] VTK on Mac<BR>&gt; To: "frederika rambu ngana" &lt;frederikarambungana@yahoo.com&gt;, "Amy<BR>&gt; Squillacote" &lt;amy.squillacote@kitware.com&gt;<BR>&gt; Cc: VTK Users &lt;vtkusers@vtk.org&gt;<BR>&gt; Message-ID: &lt;20070504153224.1358771169@smtp1.sympatico.ca&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1<BR>&gt; <BR>&gt; On 2007-05-04 01:25, frederika rambu ngana said:<BR>&gt; <BR>&gt; &gt;Here is the error message I got :<BR>&gt; &gt;<BR>&gt; &gt;CMake Error: Error in cmake code at<BR>&gt; &gt;<BR>&gt; &gt;/Development/VTKsource/CMake/vtkLoadCMakeExtensions.cmake:7:<BR>&gt; &gt; LOAD_COMMAND Attempt to load the library<BR>&gt; &gt;/Development/VKTbuild/CMake/libcmVTK_WRAP_TCL2.so<BR>&gt; &gt;failed.<BR>&gt; &gt;<BR>&gt; &gt; CMake Error: Error in cmake code at<BR>&gt; &gt;<BR>&gt; &gt;/Development/VTKsource/CMake/vtkLoadCMakeExtensions.cmake:17:<BR>&gt; &gt; A command failed during the invocation of macro<BR>&gt; &gt;"VTK_LOAD_SINGLE_CMAKE_EXTENSION".<BR>&gt; &gt;<BR>&gt; &gt; Loading VTK command VTK_WRAP_TCL2 - failed<BR>&gt; &gt;<BR>&gt; &gt;NOTE: I also have followed advice from Sean to make<BR>&gt; &gt;folder Source and Build separately on folder<BR>&gt; &gt;Development: VTKsource folder for SOURCE tree,<BR>&gt; &gt;VTKbuild for BUILD tree.<BR>&gt; &gt;<BR>&gt; &gt;First, untared+installed cmake-2.0.3-darwin.tar.gz.<BR>&gt; &gt;Second, copied vtk-src-unix from CD to VTKsource<BR>&gt; &gt;Third, on VTKbuild typed : ccmake ../VTKsource/<BR>&gt; &gt;<BR>&gt; &gt;result : I got terminal of ccmake. After typing "c"<BR>&gt; &gt;for configure, there was a error message.<BR>&gt; <BR>&gt; At the risk of repeating myself.... why are you still trying with CMake<BR>&gt; 2.0.3? Please use this version:<BR>&gt; &lt;http://www.cmake.org/files/v2.4/cmake-2.4.6-Darwin-universal.tar.gz&gt;<BR>&gt; <BR>&gt; It's only 7.4 MB.<BR>&gt; <BR>&gt; Also, which version of Mac OS X are you using? And PowerPC or Intel?<BR>&gt; <BR>&gt; -- <BR>&gt; ____________________________________________________________<BR>&gt; Sean McBride, B. Eng sean@rogue-research.com<BR>&gt; Rogue Research www.rogue-research.com <BR>&gt; Mac Software Developer Montréal, Québec, Canada<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; vtkusers mailing list<BR>&gt; vtkusers@vtk.org<BR>&gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt; <BR>&gt; <BR>&gt; End of vtkusers Digest, Vol 37, Issue 5<BR>&gt; ***************************************<BR><BR><br /><hr />Connect to the next generation of MSN Messenger   <a href='http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline' target='_new'>Get it now! </a></body>
</html>