[vtkusers] vtkConvexHull2D not in VTK installation any more?
Dr. Roman Grothausmann
grothausmann.roman at mh-hannover.de
Tue Dec 2 07:03:46 EST 2014
Dear mailing list members,
To get vtkConvexHull2D into my VTK installation, I need to apply the following
changes to cmake-files:
diff -aur vtk-6.1.0_vanilla/Infovis/Core/CMakeLists.txt
vtk-6.1.0_splat+vtkImplicitModeller-patch/Infovis/Core/CMakeLists.txt
--- vtk-6.1.0_vanilla/Infovis/Core/CMakeLists.txt 2014-01-22 16:55:41.000000000
+0100
+++ vtk-6.1.0_splat+vtkImplicitModeller-patch/Infovis/Core/CMakeLists.txt
2014-07-07 14:32:25.074469342 +0200
@@ -1,4 +1,5 @@
set(Module_SRCS
+ vtkConvexHull2D.cxx
vtkAddMembershipArray.cxx
vtkAdjacencyMatrixToEdgeTable.cxx
vtkArrayNorm.cxx
diff -aur vtk-6.1.0_vanilla/Infovis/Core/module.cmake
vtk-6.1.0_splat+vtkImplicitModeller-patch/Infovis/Core/module.cmake
--- vtk-6.1.0_vanilla/Infovis/Core/module.cmake 2014-01-22 16:55:41.000000000 +0100
+++ vtk-6.1.0_splat+vtkImplicitModeller-patch/Infovis/Core/module.cmake
2014-07-07 14:39:59.525609602 +0200
@@ -2,6 +2,7 @@
GROUPS
StandAlone
DEPENDS
+ vtkRenderingCore
vtkCommonDataModel
vtkCommonSystem
vtkFiltersExtraction
Is there a reason vtkConvexHull2D is not included in the default installation
with Infovis enabled or do I have to enable something else in cmake?
Thanks for any help or hints.
Roman
--
Dr. Roman Grothausmann
Tomographie und Digitale Bildverarbeitung
Tomography and Digital Image Analysis
Institut für Funktionelle und Angewandte Anatomie, OE 4120
Medizinische Hochschule Hannover
Carl-Neuberg-Str. 1
D-30625 Hannover
Tel. +49 511 532-9574
More information about the vtkusers
mailing list