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
42fadff5
Commit
42fadff5
authored
Jan 30, 2017
by
Floris Berendsen
Browse files
COMP: rearranged includes. Removed CompontentFactory
parent
75380aa9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Modules/Core/ComponentInterface/include/selxNetworkBuilder.h
View file @
42fadff5
...
...
@@ -35,7 +35,6 @@
#include
"selxMacro.h"
#include
"selxBlueprint.h"
#include
"selxNetworkContainer.h"
#include
"selxComponentFactory.h"
#include
"selxInterfaces.h"
#include
"selxInterfaceTraits.h"
...
...
Modules/Core/ComponentInterface/include/selxNetworkBuilderBase.h
View file @
42fadff5
...
...
@@ -20,8 +20,6 @@
#ifndef NetworkBuilderBase_h
#define NetworkBuilderBase_h
#include
"selxAnyFileReader.h"
#include
"selxAnyFileWriter.h"
#include
<list>
#include
<vector>
...
...
@@ -31,12 +29,15 @@
#include
<cstring>
#include
<map>
#include
"selxComponentSelector.h"
#include
"selxComponentBase.h"
#include
"selxInterfaces.h"
#include
"selxInterfaceTraits.h"
#include
"selxMacro.h"
#include
"selxBlueprint.h"
#include
"selxNetworkContainer.h"
#include
"selxComponentFactory.h"
#include
"selxInterfaces.h"
#include
"selxInterfaceTraits.h"
#include
"selxAnyFileReader.h"
#include
"selxAnyFileWriter.h"
namespace
selx
{
...
...
Modules/Core/Filter/src/selxSuperElastixFilter.cxx
View file @
42fadff5
...
...
@@ -115,7 +115,8 @@ SuperElastixFilter
{
msg
<<
unusedInput
<<
std
::
endl
;
}
itkExceptionMacro
(
<<
msg
.
str
()
)
//itkExceptionMacro( << msg.str() )
throw
std
::
runtime_error
(
msg
.
str
());
}
}
...
...
@@ -143,7 +144,8 @@ SuperElastixFilter
{
msg
<<
unusedOutput
<<
std
::
endl
;
}
itkExceptionMacro
(
<<
msg
.
str
()
)
//itkExceptionMacro( << msg.str() )
throw
std
::
runtime_error
(
msg
.
str
());
}
}
...
...
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