Skip to content

Commit

Permalink
Remove the interpolation classes that are in the analysis lib now
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11554 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Sep 5, 2009
1 parent fe3b1d6 commit 0ad2a70
Show file tree
Hide file tree
Showing 29 changed files with 1 addition and 6,753 deletions.
15 changes: 1 addition & 14 deletions src/plugins/interpolation/CMakeLists.txt
Expand Up @@ -3,24 +3,10 @@

SET (INTERPOLATION_SRCS
qgsinterpolationplugin.cpp
qgsgridfilewriter.cpp
qgsidwinterpolator.cpp
qgsidwinterpolatordialog.cpp
qgsinterpolationdialog.cpp
qgsinterpolator.cpp
qgsinterpolatordialog.cpp
qgstininterpolator.cpp
qgstininterpolatordialog.cpp
DualEdgeTriangulation.cc
HalfEdge.cc
Line3D.cc
LinTriangleInterpolator.cc
MathUtils.cc
Node.cc
Point3D.cc
TriangleInterpolator.cc
Triangulation.cc
Vector3D.cc
)

SET (INTERPOLATION_UIS
Expand Down Expand Up @@ -55,6 +41,7 @@ ADD_LIBRARY (interpolationplugin MODULE
INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}
${GEOS_INCLUDE_DIR}
../../analysis/interpolation
../../core
../../core/raster
../../core/renderer
Expand Down
3,275 changes: 0 additions & 3,275 deletions src/plugins/interpolation/DualEdgeTriangulation.cc

This file was deleted.

239 changes: 0 additions & 239 deletions src/plugins/interpolation/DualEdgeTriangulation.h

This file was deleted.

3 changes: 0 additions & 3 deletions src/plugins/interpolation/HalfEdge.cc

This file was deleted.

0 comments on commit 0ad2a70

Please sign in to comment.