//TODO: instantiating the filter in the constructor might be heavy for the use in component selector factory, since all components of the database are created during the selection process.
// we could choose to keep the component light weighted (for checking criteria such as names and connections) until the settings are passed to the filter, but this requires an additional initialization step.
typedeftypenameitkOptimizerv4Interface<double>::InternalComputationValueTypeOptimizerInternalComputationValueType;//should be from class template
typedeftypenameitkTransformInterface<double,Dimensionality>::InternalComputationValueTypeTransformInternalComputationValueType;//should be from class template
//TODO: instantiating the filter in the constructor might be heavy for the use in component selector factory, since all components of the database are created during the selection process.
...
...
@@ -157,6 +153,16 @@ int ItkImageRegistrationMethodv4Component< Dimensionality, TPixel>
//TODO: instantiating the filter in the constructor might be heavy for the use in component selector factory, since all components of the database are created during the selection process.
// we could choose to keep the component light weighted (for checking criteria such as names and connections) until the settings are passed to the filter, but this requires an additional initialization step.