Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Modules
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Modules
Commits
8e89af10
Commit
8e89af10
authored
Jun 27, 2015
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[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 @@
...
@@ -45,8 +45,7 @@
#include "tempLeastSquaresTest/WMTempLeastSquaresTest.h"
#include "tempLeastSquaresTest/WMTempLeastSquaresTest.h"
#include "tempRandomPoints/WMTempRandomPoints.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
* 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 @@
...
@@ -44,10 +44,6 @@
#include "WBuildingDetector.h"
#include "WBuildingDetector.h"
#include "../common/datastructures/octree/WOctree.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
()
:
WMBuildingsDetection
::
WMBuildingsDetection
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
m_propCondition
(
new
WCondition
()
)
...
...
LiDARToolbox/src/elevationImageExport/WMElevationImageExport.cpp
View file @
8e89af10
...
@@ -42,10 +42,6 @@
...
@@ -42,10 +42,6 @@
#include "WMElevationImageExport.xpm"
#include "WMElevationImageExport.xpm"
#include "WMElevationImageExport.h"
#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
()
:
WMElevationImageExport
::
WMElevationImageExport
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
m_propCondition
(
new
WCondition
()
)
...
...
LiDARToolbox/src/pointGroupsTransform/WMPointGroupsTransform.cpp
View file @
8e89af10
...
@@ -43,10 +43,6 @@
...
@@ -43,10 +43,6 @@
#include "WMPointGroupsTransform.h"
#include "WMPointGroupsTransform.h"
#include "../common/datastructures/octree/WOctree.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
()
:
WMPointGroupsTransform
::
WMPointGroupsTransform
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
m_propCondition
(
new
WCondition
()
)
...
...
LiDARToolbox/src/pointGroupsValidator/WMPointGroupsValidator.cpp
View file @
8e89af10
...
@@ -43,10 +43,6 @@
...
@@ -43,10 +43,6 @@
#include "WMPointGroupsValidator.h"
#include "WMPointGroupsValidator.h"
#include "../common/datastructures/octree/WOctree.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
()
:
WMPointGroupsValidator
::
WMPointGroupsValidator
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
m_propCondition
(
new
WCondition
()
)
...
...
LiDARToolbox/src/pointsCutOutliers/WMPointsCutOutliers.cpp
View file @
8e89af10
...
@@ -43,10 +43,6 @@
...
@@ -43,10 +43,6 @@
#include "../common/datastructures/octree/WOctree.h"
#include "../common/datastructures/octree/WOctree.h"
#include "WCutOutliersDeamon.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
()
:
WMPointsCutOutliers
::
WMPointsCutOutliers
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
m_propCondition
(
new
WCondition
()
)
...
...
LiDARToolbox/src/pointsTransform/WMPointsTransform.cpp
View file @
8e89af10
...
@@ -44,10 +44,6 @@
...
@@ -44,10 +44,6 @@
#include "WMPointsTransform.h"
#include "WMPointsTransform.h"
#include "../common/datastructures/octree/WOctree.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
()
:
WMPointsTransform
::
WMPointsTransform
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
m_propCondition
(
new
WCondition
()
)
...
...
LiDARToolbox/src/readLAS/WMReadLAS.cpp
View file @
8e89af10
...
@@ -43,10 +43,6 @@
...
@@ -43,10 +43,6 @@
#include "WMReadLAS.h"
#include "WMReadLAS.h"
#include "WLasReader.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
()
:
WMReadLAS
::
WMReadLAS
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
m_propCondition
(
new
WCondition
()
)
...
...
LiDARToolbox/src/surfaceDetectionByLari/WMSurfaceDetectionByLari.cpp
View file @
8e89af10
...
@@ -43,10 +43,6 @@
...
@@ -43,10 +43,6 @@
#include "WMSurfaceDetectionByLari.h"
#include "WMSurfaceDetectionByLari.h"
#include "WLariPointClassifier.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
()
:
WMSurfaceDetectionByLari
::
WMSurfaceDetectionByLari
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
m_propCondition
(
new
WCondition
()
)
...
...
LiDARToolbox/src/surfaceDetectionByPCL/WMSurfaceDetectionByPCL.cpp
View file @
8e89af10
...
@@ -43,10 +43,6 @@
...
@@ -43,10 +43,6 @@
#include "WMSurfaceDetectionByPCL.h"
#include "WMSurfaceDetectionByPCL.h"
#include "WSurfaceDetectorPCL.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
()
:
WMSurfaceDetectionByPCL
::
WMSurfaceDetectionByPCL
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
m_propCondition
(
new
WCondition
()
)
...
...
LiDARToolbox/src/tempLeastSquaresTest/WMTempLeastSquaresTest.cpp
View file @
8e89af10
...
@@ -43,10 +43,6 @@
...
@@ -43,10 +43,6 @@
#include "WMTempLeastSquaresTest.h"
#include "WMTempLeastSquaresTest.h"
#include "../common/datastructures/octree/WOctree.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
()
:
WMTempLeastSquaresTest
::
WMTempLeastSquaresTest
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
m_propCondition
(
new
WCondition
()
)
...
...
LiDARToolbox/src/tempRandomPoints/WMTempRandomPoints.cpp
View file @
8e89af10
...
@@ -43,10 +43,6 @@
...
@@ -43,10 +43,6 @@
#include "WMTempRandomPoints.h"
#include "WMTempRandomPoints.h"
#include "../common/datastructures/octree/WOctree.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
()
:
WMTempRandomPoints
::
WMTempRandomPoints
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
m_propCondition
(
new
WCondition
()
)
...
...
LiDARToolbox/src/treeDetectionByPCA/WMTreeDetectionByPCA.cpp
View file @
8e89af10
...
@@ -44,10 +44,6 @@
...
@@ -44,10 +44,6 @@
#include "WPCADetector.h"
#include "WPCADetector.h"
#include "../common/datastructures/octree/WOctree.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
()
:
WMTreeDetectionByPCA
::
WMTreeDetectionByPCA
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
m_propCondition
(
new
WCondition
()
)
...
...
LiDARToolbox/src/wallDetectionByPCA/WMWallDetectionByPCA.cpp
View file @
8e89af10
...
@@ -43,11 +43,6 @@
...
@@ -43,11 +43,6 @@
#include "WMWallDetectionByPCA.h"
#include "WMWallDetectionByPCA.h"
#include "WPCAWallDetector.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
()
:
WMWallDetectionByPCA
::
WMWallDetectionByPCA
()
:
WModule
(),
WModule
(),
m_propCondition
(
new
WCondition
()
)
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