Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
SuperElastix
Commits
05d39407
Commit
05d39407
authored
Aug 11, 2016
by
Floris Berendsen
Browse files
COMP: renamed ModuleCore files by prepending selx
parent
7237f9f9
Changes
57
Hide whitespace changes
Inline
Side-by-side
Modules/Core/ComponentInterface/include/Interfaces.h
→
Modules/Core/ComponentInterface/include/
selx
Interfaces.h
View file @
05d39407
...
...
@@ -20,7 +20,7 @@
#ifndef Interfaces_h
#define Interfaces_h
#include
"ComponentBase.h"
#include
"
selx
ComponentBase.h"
#include
<typeinfo>
#include
<string>
...
...
@@ -285,7 +285,7 @@ protected:
}
// end namespace selx
#ifndef ITK_MANUAL_INSTANTIATION
#include
"Interfaces.hxx"
#include
"
selx
Interfaces.hxx"
#endif
#endif // #define Interfaces_h
\ No newline at end of file
Modules/Core/ComponentInterface/include/Interfaces.hxx
→
Modules/Core/ComponentInterface/include/
selx
Interfaces.hxx
View file @
05d39407
...
...
@@ -20,7 +20,7 @@
#ifndef Interfaces_hxx
#define Interfaces_hxx
#include
"InterfaceTraits.h"
#include
"
selx
InterfaceTraits.h"
namespace
selx
{
template
<
class
InterfaceT
>
...
...
Modules/Core/ComponentInterface/include/Overlord.h
→
Modules/Core/ComponentInterface/include/
selx
Overlord.h
View file @
05d39407
...
...
@@ -37,8 +37,8 @@
#include
"selxMacro.h"
#include
"selxBlueprint.h"
#include
"ComponentFactory.h"
#include
"Interfaces.h"
#include
"
selx
ComponentFactory.h"
#include
"
selx
Interfaces.h"
namespace
selx
{
...
...
Modules/Core/ComponentInterface/src/ComponentBase.cxx
→
Modules/Core/ComponentInterface/src/
selx
ComponentBase.cxx
View file @
05d39407
...
...
@@ -17,7 +17,7 @@
*
*=========================================================================*/
#include
"ComponentBase.h"
#include
"
selx
ComponentBase.h"
namespace
selx
{
...
...
Modules/Core/ComponentInterface/src/ComponentSelector.cxx
→
Modules/Core/ComponentInterface/src/
selx
ComponentSelector.cxx
View file @
05d39407
...
...
@@ -19,7 +19,7 @@
//#ifndef ComponentSelector_hxx
//#define ComponentSelector_hxx
#include
"ComponentSelector.h"
#include
"
selx
ComponentSelector.h"
namespace
selx
{
...
...
Modules/Core/ComponentInterface/src/Overlord.cxx
→
Modules/Core/ComponentInterface/src/
selx
Overlord.cxx
View file @
05d39407
...
...
@@ -17,7 +17,7 @@
*
*=========================================================================*/
#include
"Overlord.h"
#include
"
selx
Overlord.h"
#include
"selxKeys.h"
namespace
selx
...
...
Modules/Core/ComponentInterface/test/selxComponentFactoryTest.cxx
View file @
05d39407
...
...
@@ -25,7 +25,7 @@
#include
"MetricComponent1.h"
//#include "itkMetricComponent1Factory.h"
#include
"ComponentFactory.h"
#include
"
selx
ComponentFactory.h"
#include
"GDOptimizer3rdPartyComponent.h"
#include
"GDOptimizer4thPartyComponent.h"
#include
"SSDMetric3rdPartyComponent.h"
...
...
Modules/Core/ComponentInterface/test/selxOverlordTest.cxx
View file @
05d39407
...
...
@@ -17,7 +17,7 @@
*
*=========================================================================*/
#include
"Overlord.h"
#include
"
selx
Overlord.h"
//#include "ComponentFactory.h"
#include
"TransformComponent1.h"
...
...
Modules/Core/ComponentRegistration/include/CustomComponents.h
deleted
100644 → 0
View file @
7237f9f9
#include
"selxMeta.h"
using
CustomComponents
=
TypeList
<>
;
\ No newline at end of file
Modules/Core/ComponentRegistration/include/selxCustomComponents.h
0 → 100644
View file @
05d39407
#include
"selxMeta.h"
namespace
selx
{
using
CustomComponents
=
TypeList
<>
;
}
\ No newline at end of file
Modules/Core/ComponentRegistration/include/DefaultComponents.h
→
Modules/Core/ComponentRegistration/include/
selx
DefaultComponents.h
View file @
05d39407
File moved
Modules/Core/ComponentRegistration/include/RegisterByTypeList.h
→
Modules/Core/ComponentRegistration/include/
selx
Register
ComponentFactories
ByTypeList.h
View file @
05d39407
File moved
Modules/Core/Filter/include/selxSuperElastixFilter.h
View file @
05d39407
...
...
@@ -3,7 +3,7 @@
#include
"itkProcessObject.h"
#include
"selxBlueprint.h"
#include
"Overlord.h"
#include
"
selx
Overlord.h"
#include
"selxAnyFileReader.h"
#include
"selxAnyFileWriter.h"
...
...
Modules/Core/Filter/include/selxSuperElastixFilter.hxx
View file @
05d39407
...
...
@@ -2,7 +2,7 @@
#define selxSuperElastixFilter_hxx
#include
"selxSuperElastixFilter.h"
#include
"RegisterByTypeList.h"
#include
"
selx
Register
ComponentFactories
ByTypeList.h"
namespace
selx
{
...
...
Modules/Core/Filter/test/selxSuperElastixFilterTest.cxx
View file @
05d39407
...
...
@@ -41,7 +41,7 @@
#include
"itkMeshFileReader.h"
#include
"itkMeshFileWriter.h"
#include
"DefaultComponents.h"
#include
"
selx
DefaultComponents.h"
#include
"selxDataManager.h"
#include
"gtest/gtest.h"
...
...
Modules/Core/ModuleCore.cmake
View file @
05d39407
...
...
@@ -55,9 +55,9 @@ set( ${MODULE}_TESTS
# Module source files
set
(
${
MODULE
}
_SOURCE_FILES
${${
MODULE
}
_SOURCE_DIR
}
/Blueprints/src/selxBlueprint.cxx
${${
MODULE
}
_SOURCE_DIR
}
/ComponentInterface/src/ComponentBase.cxx
${${
MODULE
}
_SOURCE_DIR
}
/ComponentInterface/src/Overlord.cxx
${${
MODULE
}
_SOURCE_DIR
}
/ComponentInterface/src/ComponentSelector.cxx
${${
MODULE
}
_SOURCE_DIR
}
/ComponentInterface/src/
selx
ComponentBase.cxx
${${
MODULE
}
_SOURCE_DIR
}
/ComponentInterface/src/
selx
Overlord.cxx
${${
MODULE
}
_SOURCE_DIR
}
/ComponentInterface/src/
selx
ComponentSelector.cxx
${${
MODULE
}
_SOURCE_DIR
}
/ConfigurationReader/src/selxConfigurationReader.cxx
${${
MODULE
}
_SOURCE_DIR
}
/Filter/src/selxSuperElastixFilter.cxx
)
...
...
Testing/Unit/selxitkImageFilterTest.cxx
View file @
05d39407
...
...
@@ -26,7 +26,7 @@
#include
"itkImageFileReader.h"
#include
"itkImageFileWriter.h"
#include
"DefaultComponents.h"
#include
"
selx
DefaultComponents.h"
#include
"selxDataManager.h"
#include
"gtest/gtest.h"
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
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