[vtkusers] Help for vtkPointSetSurfaceReconstruction

David Doria daviddoria at gmail.com
Fri Aug 10 07:32:36 EDT 2012


On Fri, Aug 10, 2012 at 2:32 AM, Rong Xu <xurong1981 at gmail.com> wrote:
> Hello, everyone:
>
> I want to use vtkPointSetSurfaceReconstruction from
> "http://www.midasjournal.org/browse/publication/713/", but I cmaked the
> package of vtkPointSetSurfaceReconstruction. After compiling, there is no
> lib or dll files. Do you have any ideas about this problem ?

You are correct that there is no library created. If you look in the
CMakeLists.txt:

https://github.com/daviddoria/PointSetSurfaceReconstruction/blob/master/CMakeLists.txt

you can see that the project is very simple - you can just compile two
files (vtkPointSetSurfaceReconstruction.cxx and
vtkVoxelizePolyData.cxx) along with your code to enable this
functionality.

David



More information about the vtkusers mailing list