Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Modules
Commits
8e89af10
Commit
8e89af10
authored
Jun 27, 2015
by
Alexander Wiebel
Browse files
[STYLE #42] removed unneeded commented code
parent
f6c00250
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
1 addition
and
55 deletions
+1
-55
LiDARToolbox/src/WToolkit.cpp
LiDARToolbox/src/WToolkit.cpp
+1
-2
LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp
LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp
+0
-4
LiDARToolbox/src/elevationImageExport/WMElevationImageExport.cpp
...olbox/src/elevationImageExport/WMElevationImageExport.cpp
+0
-4
LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.cpp
...olbox/src/pointGroupsTransform/WMPointGroupsTransform.cpp
+0
-4
LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.cpp
...olbox/src/pointGroupsValidator/WMPointGroupsValidator.cpp
+0
-4
LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp
LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp
+0
-4
LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp
LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp
+0
-4
LiDARToolbox/src/readLAS/WMReadLAS.cpp
LiDARToolbox/src/readLAS/WMReadLAS.cpp
+0
-4
LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp
...x/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp
+0
-4
LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp
...box/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp
+0
-4
LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp
...olbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp
+0
-4
LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp
LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp
+0
-4
LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp
LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp
+0
-4
LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp
LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp
+0
-5
No files found.
LiDARToolbox/src/WToolkit.cpp
View file @
8e89af10
...
...
@@ -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
...
...
LiDARToolbox/src/buildingsDetection/WMBuildingsDetection.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
LiDARToolbox/src/elevationImageExport/WMElevationImageExport.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
LiDARToolbox/src/readLAS/WMReadLAS.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp
View file @
8e89af10
...
...
@@ -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
()
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment