From 8e89af10a985f272b90af56dd5f4c86edefa74d9 Mon Sep 17 00:00:00 2001 From: Alexander Wiebel Date: Sat, 27 Jun 2015 10:40:04 +0200 Subject: [PATCH] [STYLE #42] removed unneeded commented code --- LiDARToolbox/src/WToolkit.cpp | 3 +-- LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp | 4 ---- .../src/elevationImageExport/WMElevationImageExport.cpp | 4 ---- .../src/pointGroupsTransform/WMPointGroupsTransform.cpp | 4 ---- .../src/pointGroupsValidator/WMPointGroupsValidator.cpp | 4 ---- LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp | 4 ---- LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp | 4 ---- LiDARToolbox/src/readLAS/WMReadLAS.cpp | 4 ---- .../src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp | 4 ---- .../src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp | 4 ---- .../src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp | 4 ---- LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp | 4 ---- LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp | 4 ---- LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp | 5 ----- 14 files changed, 1 insertion(+), 55 deletions(-) diff --git a/LiDARToolbox/src/WToolkit.cpp b/LiDARToolbox/src/WToolkit.cpp index e357c52..f82e0b2 100644 --- a/LiDARToolbox/src/WToolkit.cpp +++ b/LiDARToolbox/src/WToolkit.cpp @@ -45,8 +45,7 @@ #include "tempLeastSquaresTest/WMTempLeastSquaresTest.h" #include "tempRandomPoints/WMTempRandomPoints.h" - -// #include "WToolkit.h" +#include "WToolkit.h" /** * This function is called by OpenWalnut, when loading your library to learn about the modules you provide. The function is called with a given diff --git a/LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp b/LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp index 725855f..dbe1bd2 100644 --- a/LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp +++ b/LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp @@ -44,10 +44,6 @@ #include "WBuildingDetector.h" #include "../common/datastructures/octree/WOctree.h" -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMBuildingsDetection ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMBuildingsDetection::WMBuildingsDetection(): WModule(), m_propCondition( new WCondition() ) diff --git a/LiDARToolbox/src/elevationImageExport/WMElevationImageExport.cpp b/LiDARToolbox/src/elevationImageExport/WMElevationImageExport.cpp index f45b48e..e971179 100644 --- a/LiDARToolbox/src/elevationImageExport/WMElevationImageExport.cpp +++ b/LiDARToolbox/src/elevationImageExport/WMElevationImageExport.cpp @@ -42,10 +42,6 @@ #include "WMElevationImageExport.xpm" #include "WMElevationImageExport.h" -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMElevationImageExport ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMElevationImageExport::WMElevationImageExport(): WModule(), m_propCondition( new WCondition() ) diff --git a/LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.cpp b/LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.cpp index 9661fc9..944e054 100644 --- a/LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.cpp +++ b/LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.cpp @@ -43,10 +43,6 @@ #include "WMPointGroupsTransform.h" #include "../common/datastructures/octree/WOctree.h" -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMPointGroupsTransform ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMPointGroupsTransform::WMPointGroupsTransform(): WModule(), m_propCondition( new WCondition() ) diff --git a/LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.cpp b/LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.cpp index 5dd5169..5e98d06 100644 --- a/LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.cpp +++ b/LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.cpp @@ -43,10 +43,6 @@ #include "WMPointGroupsValidator.h" #include "../common/datastructures/octree/WOctree.h" -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMPointGroupsValidator ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMPointGroupsValidator::WMPointGroupsValidator(): WModule(), m_propCondition( new WCondition() ) diff --git a/LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp b/LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp index 874bf05..4780464 100644 --- a/LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp +++ b/LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp @@ -43,10 +43,6 @@ #include "../common/datastructures/octree/WOctree.h" #include "WCutOutliersDeamon.h" -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMPointsCutOutliers ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMPointsCutOutliers::WMPointsCutOutliers(): WModule(), m_propCondition( new WCondition() ) diff --git a/LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp b/LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp index b731697..f2330bd 100644 --- a/LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp +++ b/LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp @@ -44,10 +44,6 @@ #include "WMPointsTransform.h" #include "../common/datastructures/octree/WOctree.h" -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMPointsTransform ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMPointsTransform::WMPointsTransform(): WModule(), m_propCondition( new WCondition() ) diff --git a/LiDARToolbox/src/readLAS/WMReadLAS.cpp b/LiDARToolbox/src/readLAS/WMReadLAS.cpp index c904d88..b71b425 100644 --- a/LiDARToolbox/src/readLAS/WMReadLAS.cpp +++ b/LiDARToolbox/src/readLAS/WMReadLAS.cpp @@ -43,10 +43,6 @@ #include "WMReadLAS.h" #include "WLasReader.h" -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMReadLAS ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMReadLAS::WMReadLAS(): WModule(), m_propCondition( new WCondition() ) diff --git a/LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp b/LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp index dd139a7..7f5e8c4 100644 --- a/LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp +++ b/LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp @@ -43,10 +43,6 @@ #include "WMSurfaceDetectionByLari.h" #include "WLariPointClassifier.h" -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMSurfaceDetectionByLari ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMSurfaceDetectionByLari::WMSurfaceDetectionByLari(): WModule(), m_propCondition( new WCondition() ) diff --git a/LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp b/LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp index 0239905..4380d19 100644 --- a/LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp +++ b/LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp @@ -43,10 +43,6 @@ #include "WMSurfaceDetectionByPCL.h" #include "WSurfaceDetectorPCL.h" -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMSurfaceDetectionByPCL ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMSurfaceDetectionByPCL::WMSurfaceDetectionByPCL(): WModule(), m_propCondition( new WCondition() ) diff --git a/LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp b/LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp index 80e450d..2197c29 100644 --- a/LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp +++ b/LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp @@ -43,10 +43,6 @@ #include "WMTempLeastSquaresTest.h" #include "../common/datastructures/octree/WOctree.h" -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMTempLeastSquaresTest ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMTempLeastSquaresTest::WMTempLeastSquaresTest(): WModule(), m_propCondition( new WCondition() ) diff --git a/LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp b/LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp index 9a4c860..cd9805d 100644 --- a/LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp +++ b/LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp @@ -43,10 +43,6 @@ #include "WMTempRandomPoints.h" #include "../common/datastructures/octree/WOctree.h" -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMTempRandomPoints ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMTempRandomPoints::WMTempRandomPoints(): WModule(), m_propCondition( new WCondition() ) diff --git a/LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp b/LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp index 6634c94..67bd741 100644 --- a/LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp +++ b/LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp @@ -44,10 +44,6 @@ #include "WPCADetector.h" #include "../common/datastructures/octree/WOctree.h" -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMTreeDetectionByPCA ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMTreeDetectionByPCA::WMTreeDetectionByPCA(): WModule(), m_propCondition( new WCondition() ) diff --git a/LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp b/LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp index ae3e2c7..2232f61 100644 --- a/LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp +++ b/LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp @@ -43,11 +43,6 @@ #include "WMWallDetectionByPCA.h" #include "WPCAWallDetector.h" - -// This line is needed by the module loader to actually find your module. -//W_LOADABLE_MODULE( WMWallDetectionByPCA ) -//TODO(aschwarzkopf): Reenable above after solving the toolbox problem - WMWallDetectionByPCA::WMWallDetectionByPCA(): WModule(), m_propCondition( new WCondition() ) -- GitLab