Skip to content
GitLab
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
0ac374c2
Commit
0ac374c2
authored
Aug 11, 2016
by
Floris Berendsen
Browse files
COMP: renamed Example and Commandline files by prepending selx
parent
05d39407
Changes
31
Hide whitespace changes
Inline
Side-by-side
Modules/CommandLine/src/CommandLine.cxx
→
Modules/CommandLine/src/
selx
CommandLine.cxx
View file @
0ac374c2
File moved
Modules/Components/Examples/ModuleExamples.cmake
View file @
0ac374c2
...
...
@@ -34,16 +34,16 @@ set( ${MODULE}_LIBRARIES
# Module source files
set
(
${
MODULE
}
_SOURCE_FILES
${${
MODULE
}
_SOURCE_DIR
}
/src/Example3rdPartyCode.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/Example4thPartyCode.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/GDOptimizer3rdPartyComponent.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/GDOptimizer4thPartyComponent.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/Metric3rdPartyWrapper.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/Metric4thPartyWrapper.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/SSDMetric3rdPartyComponent.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/SSDMetric4thPartyComponent.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/TransformComponent1.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/MetricComponent1.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/
selx
Example3rdPartyCode.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/
selx
Example4thPartyCode.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/
selx
GDOptimizer3rdPartyComponent.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/
selx
GDOptimizer4thPartyComponent.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/
selx
Metric3rdPartyWrapper.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/
selx
Metric4thPartyWrapper.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/
selx
SSDMetric3rdPartyComponent.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/
selx
SSDMetric4thPartyComponent.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/
selx
TransformComponent1.cxx
${${
MODULE
}
_SOURCE_DIR
}
/src/
selx
MetricComponent1.cxx
)
# Compile library
...
...
Modules/Components/Examples/include/Example3rdPartyCode.h
→
Modules/Components/Examples/include/
selx
Example3rdPartyCode.h
View file @
0ac374c2
File moved
Modules/Components/Examples/include/Example4thPartyCode.h
→
Modules/Components/Examples/include/
selx
Example4thPartyCode.h
View file @
0ac374c2
File moved
Modules/Components/Examples/include/GDOptimizer3rdPartyComponent.h
→
Modules/Components/Examples/include/
selx
GDOptimizer3rdPartyComponent.h
View file @
0ac374c2
...
...
@@ -22,8 +22,8 @@
#include
"selxComponentBase.h"
#include
"selxInterfaces.h"
#include
"Example3rdPartyCode.h"
#include
"Metric3rdPartyWrapper.h"
#include
"
selx
Example3rdPartyCode.h"
#include
"
selx
Metric3rdPartyWrapper.h"
#include
<string.h>
namespace
selx
...
...
Modules/Components/Examples/include/GDOptimizer4thPartyComponent.h
→
Modules/Components/Examples/include/
selx
GDOptimizer4thPartyComponent.h
View file @
0ac374c2
...
...
@@ -22,8 +22,8 @@
#include
"selxComponentBase.h"
#include
"selxInterfaces.hxx"
#include
"Example4thPartyCode.h"
#include
"Metric4thPartyWrapper.h"
#include
"
selx
Example4thPartyCode.h"
#include
"
selx
Metric4thPartyWrapper.h"
namespace
selx
{
...
...
Modules/Components/Examples/include/Metric3rdPartyWrapper.h
→
Modules/Components/Examples/include/
selx
Metric3rdPartyWrapper.h
View file @
0ac374c2
...
...
@@ -20,7 +20,7 @@
#ifndef Metric3rdPartyWrapper_h
#define Metric3rdPartyWrapper_h
#include
"Example3rdPartyCode.h"
#include
"
selx
Example3rdPartyCode.h"
#include
"selxInterfaces.hxx"
namespace
selx
{
...
...
Modules/Components/Examples/include/Metric4thPartyWrapper.h
→
Modules/Components/Examples/include/
selx
Metric4thPartyWrapper.h
View file @
0ac374c2
...
...
@@ -20,7 +20,7 @@
#ifndef Metric4thPartyWrapper_h
#define Metric4thPartyWrapper_h
#include
"Example4thPartyCode.h"
#include
"
selx
Example4thPartyCode.h"
#include
"selxInterfaces.hxx"
namespace
selx
{
...
...
Modules/Components/Examples/include/MetricComponent1.h
→
Modules/Components/Examples/include/
selx
MetricComponent1.h
View file @
0ac374c2
File moved
Modules/Components/Examples/include/MetricComponent1Factory.h
→
Modules/Components/Examples/include/
selx
MetricComponent1Factory.h
View file @
0ac374c2
File moved
Modules/Components/Examples/include/MetricComponent1Factory.hxx
→
Modules/Components/Examples/include/
selx
MetricComponent1Factory.hxx
View file @
0ac374c2
File moved
Modules/Components/Examples/include/SSDMetric3rdPartyComponent.h
→
Modules/Components/Examples/include/
selx
SSDMetric3rdPartyComponent.h
View file @
0ac374c2
...
...
@@ -22,7 +22,7 @@
#include
"selxComponentBase.h"
#include
"selxInterfaces.hxx"
#include
"Example3rdPartyCode.h"
#include
"
selx
Example3rdPartyCode.h"
namespace
selx
{
...
...
Modules/Components/Examples/include/SSDMetric4thPartyComponent.h
→
Modules/Components/Examples/include/
selx
SSDMetric4thPartyComponent.h
View file @
0ac374c2
...
...
@@ -22,7 +22,7 @@
#include
"selxComponentBase.h"
#include
"selxInterfaces.hxx"
#include
"Example4thPartyCode.h"
#include
"
selx
Example4thPartyCode.h"
namespace
selx
{
...
...
Modules/Components/Examples/include/TransformComponent1.h
→
Modules/Components/Examples/include/
selx
TransformComponent1.h
View file @
0ac374c2
File moved
Modules/Components/Examples/include/TransformComponent1Factory.h
→
Modules/Components/Examples/include/
selx
TransformComponent1Factory.h
View file @
0ac374c2
File moved
Modules/Components/Examples/include/TransformComponent1Factory.hxx
→
Modules/Components/Examples/include/
selx
TransformComponent1Factory.hxx
View file @
0ac374c2
File moved
Modules/Components/Examples/src/Example3rdPartyCode.cxx
→
Modules/Components/Examples/src/
selx
Example3rdPartyCode.cxx
View file @
0ac374c2
...
...
@@ -17,7 +17,7 @@
*
*=========================================================================*/
#include
"Example3rdPartyCode.h"
#include
"
selx
Example3rdPartyCode.h"
namespace
Example3rdParty
{
GDOptimizer3rdParty
::
GDOptimizer3rdParty
()
...
...
Modules/Components/Examples/src/Example4thPartyCode.cxx
→
Modules/Components/Examples/src/
selx
Example4thPartyCode.cxx
View file @
0ac374c2
...
...
@@ -17,7 +17,7 @@
*
*=========================================================================*/
#include
"Example4thPartyCode.h"
#include
"
selx
Example4thPartyCode.h"
namespace
Example4thParty
{
GDOptimizer4thParty
::
GDOptimizer4thParty
()
...
...
Modules/Components/Examples/src/GDOptimizer3rdPartyComponent.cxx
→
Modules/Components/Examples/src/
selx
GDOptimizer3rdPartyComponent.cxx
View file @
0ac374c2
...
...
@@ -17,7 +17,7 @@
*
*=========================================================================*/
#include
"GDOptimizer3rdPartyComponent.h"
#include
"
selx
GDOptimizer3rdPartyComponent.h"
namespace
selx
{
...
...
Modules/Components/Examples/src/GDOptimizer4thPartyComponent.cxx
→
Modules/Components/Examples/src/
selx
GDOptimizer4thPartyComponent.cxx
View file @
0ac374c2
...
...
@@ -17,7 +17,7 @@
*
*=========================================================================*/
#include
"GDOptimizer4thPartyComponent.h"
#include
"
selx
GDOptimizer4thPartyComponent.h"
namespace
selx
{
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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