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
c9123918
Commit
c9123918
authored
Aug 15, 2016
by
Floris Berendsen
Browse files
COMP: renamed Implements to SuperElastixComponent
parent
0ac374c2
Changes
28
Hide whitespace changes
Inline
Side-by-side
Modules/Components/Controller/include/selxRegistrationController.h
View file @
c9123918
...
...
@@ -29,7 +29,7 @@ namespace selx
{
template
<
bool
dummy
=
true
>
class
RegistrationControllerComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
RunRegistrationInterface
,
ReconnectTransformInterface
,
AfterRegistrationInterface
>
,
Providing
<
RegistrationControllerStartInterface
>
>
...
...
Modules/Components/Elastix/include/selxElastixComponent.h
View file @
c9123918
...
...
@@ -34,7 +34,7 @@ namespace selx
{
template
<
int
Dimensionality
,
class
TPixel
>
class
ElastixComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
itkImageFixedInterface
<
Dimensionality
,
TPixel
>
,
itkImageMovingInterface
<
Dimensionality
,
TPixel
>
...
...
Modules/Components/Elastix/include/selxMonolithicElastix.h
View file @
c9123918
...
...
@@ -34,7 +34,7 @@ namespace selx
{
template
<
int
Dimensionality
,
class
TPixel
>
class
MonolithicElastixComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
itkImageFixedInterface
<
Dimensionality
,
TPixel
>
,
itkImageMovingInterface
<
Dimensionality
,
TPixel
>
...
...
Modules/Components/Elastix/include/selxMonolithicTransformix.h
View file @
c9123918
...
...
@@ -34,7 +34,7 @@ namespace selx
{
template
<
int
Dimensionality
,
class
TPixel
>
class
MonolithicTransformixComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
itkImageDomainFixedInterface
<
Dimensionality
>
,
itkImageMovingInterface
<
Dimensionality
,
TPixel
>
,
...
...
Modules/Components/Examples/include/selxGDOptimizer3rdPartyComponent.h
View file @
c9123918
...
...
@@ -30,7 +30,7 @@ namespace selx
{
class
GDOptimizer3rdPartyComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
MetricValueInterface
,
MetricDerivativeInterface
>
,
Providing
<
OptimizerUpdateInterface
>
>
...
...
Modules/Components/Examples/include/selxGDOptimizer4thPartyComponent.h
View file @
c9123918
...
...
@@ -29,7 +29,7 @@ namespace selx
{
// wrapping into components:
class
GDOptimizer4thPartyComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
MetricValueInterface
>
,
Providing
<
OptimizerUpdateInterface
,
ConflictinUpdateInterface
>
>
...
...
Modules/Components/Examples/include/selxMetricComponent1.h
View file @
c9123918
...
...
@@ -26,7 +26,7 @@
namespace
selx
{
class
MetricComponent1
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
TransformedImageInterface
>
,
Providing
<
MetricValueInterface
>
>
...
...
Modules/Components/Examples/include/selxSSDMetric3rdPartyComponent.h
View file @
c9123918
...
...
@@ -28,7 +28,7 @@ namespace selx
{
// SSDMetric3rdPartyComponent provides a value and a derivative
class
SSDMetric3rdPartyComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<>
,
Providing
<
MetricDerivativeInterface
,
MetricValueInterface
>
>
...
...
Modules/Components/Examples/include/selxSSDMetric4thPartyComponent.h
View file @
c9123918
...
...
@@ -28,7 +28,7 @@ namespace selx
{
// SSDMetric4thPartyComponent provides only a value and not a derivative
class
SSDMetric4thPartyComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<>
,
Providing
<
MetricValueInterface
>
>
...
...
Modules/Components/Examples/include/selxTransformComponent1.h
View file @
c9123918
...
...
@@ -26,7 +26,7 @@
namespace
selx
{
class
TransformComponent1
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
>
,
Providing
<
TransformedImageInterface
>
>
...
...
Modules/Components/ItkSmoothingRecursiveGaussianImageFilter/include/selxItkSmoothingRecursiveGaussianImageFilterComponent.h
View file @
c9123918
...
...
@@ -30,7 +30,7 @@ namespace selx
{
template
<
int
Dimensionality
,
class
TPixel
>
class
ItkSmoothingRecursiveGaussianImageFilterComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
itkImageInterface
<
Dimensionality
,
TPixel
>
>
,
Providing
<
itkImageInterface
<
Dimensionality
,
TPixel
>
>
>
...
...
Modules/Components/SinksAndSources/include/selxDisplacementFieldItkImageFilterSink.h
View file @
c9123918
...
...
@@ -32,7 +32,7 @@ namespace selx
{
template
<
int
Dimensionality
,
class
TPixel
>
class
DisplacementFieldItkImageFilterSinkComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
DisplacementFieldItkImageSourceInterface
<
Dimensionality
,
TPixel
>
>
,
Providing
<
SinkInterface
>
>
...
...
Modules/Components/SinksAndSources/include/selxItkImageSink.h
View file @
c9123918
...
...
@@ -33,7 +33,7 @@ namespace selx
{
template
<
int
Dimensionality
,
class
TPixel
>
class
ItkImageSinkComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
itkImageInterface
<
Dimensionality
,
TPixel
>
>
,
Providing
<
SinkInterface
>
>
...
...
Modules/Components/SinksAndSources/include/selxItkImageSource.h
View file @
c9123918
...
...
@@ -31,7 +31,7 @@ namespace selx
{
template
<
int
Dimensionality
,
class
TPixel
>
class
ItkImageSourceComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<>
,
Providing
<
SourceInterface
,
itkImageInterface
<
Dimensionality
,
TPixel
>
>
>
...
...
Modules/Components/SinksAndSources/include/selxItkImageSourceFixed.h
View file @
c9123918
...
...
@@ -31,7 +31,7 @@ namespace selx
{
template
<
int
Dimensionality
,
class
TPixel
>
class
ItkImageSourceFixedComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<>
,
Providing
<
SourceInterface
,
itkImageFixedInterface
<
Dimensionality
,
TPixel
>
,
...
...
Modules/Components/SinksAndSources/include/selxItkImageSourceMoving.h
View file @
c9123918
...
...
@@ -31,7 +31,7 @@ namespace selx
{
template
<
int
Dimensionality
,
class
TPixel
>
class
ItkImageSourceMovingComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<>
,
Providing
<
SourceInterface
,
itkImageMovingInterface
<
Dimensionality
,
TPixel
>
>
>
...
...
Modules/Components/SinksAndSources/include/selxItkMeshSink.h
View file @
c9123918
...
...
@@ -32,7 +32,7 @@ namespace selx
{
template
<
int
Dimensionality
,
class
TPixel
>
class
ItkMeshSinkComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
itkMeshInterface
<
Dimensionality
,
TPixel
>
>
,
Providing
<
SinkInterface
,
AfterRegistrationInterface
>
>
...
...
Modules/Components/SinksAndSources/include/selxItkMeshSource.h
View file @
c9123918
...
...
@@ -32,7 +32,7 @@ namespace selx
{
template
<
int
Dimensionality
,
class
TPixel
>
class
ItkMeshSourceComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<>
,
Providing
<
SourceInterface
,
itkMeshInterface
<
Dimensionality
,
TPixel
>
>
>
...
...
Modules/Components/itkImageRegistrationMethodv4/include/selxItkANTSNeighborhoodCorrelationImageToImageMetricv4.h
View file @
c9123918
...
...
@@ -29,7 +29,7 @@ namespace selx
{
template
<
int
Dimensionality
,
class
TPixel
>
class
ItkANTSNeighborhoodCorrelationImageToImageMetricv4Component
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
>
,
Providing
<
itkMetricv4Interface
<
Dimensionality
,
TPixel
>>
>
...
...
Modules/Components/itkImageRegistrationMethodv4/include/selxItkAffineTransform.h
View file @
c9123918
...
...
@@ -29,7 +29,7 @@ namespace selx
{
template
<
class
InternalComputationValueType
,
int
Dimensionality
>
class
ItkAffineTransformComponent
:
public
Implem
ent
s
<
public
SuperElastixCompon
ent
<
Accepting
<
>
,
Providing
<
itkTransformInterface
<
InternalComputationValueType
,
Dimensionality
>>
>
...
...
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