Home
last modified time | relevance | path

Searched refs:itkSetObjectMacro (Results 1 – 25 of 103) sorted by relevance

12345

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/include/
H A DitkMultiResolutionImageRegistrationMethod.h149 itkSetObjectMacro(Optimizer, OptimizerType);
153 itkSetObjectMacro(Metric, MetricType);
161 itkSetObjectMacro(Transform, TransformType);
165 itkSetObjectMacro(Interpolator, InterpolatorType);
169 itkSetObjectMacro(FixedImagePyramid, FixedImagePyramidType);
173 itkSetObjectMacro(MovingImagePyramid, MovingImagePyramidType);
H A DitkImageToSpatialObjectRegistrationMethod.h148 itkSetObjectMacro(Optimizer, OptimizerType);
152 itkSetObjectMacro(Metric, MetricType);
156 itkSetObjectMacro(Transform, TransformType);
160 itkSetObjectMacro(Interpolator, InterpolatorType);
H A DitkPointSetToImageRegistrationMethod.h129 itkSetObjectMacro(Optimizer, OptimizerType);
133 itkSetObjectMacro(Metric, MetricType);
137 itkSetObjectMacro(Transform, TransformType);
141 itkSetObjectMacro(Interpolator, InterpolatorType);
H A DitkImageRegistrationMethod.h133 itkSetObjectMacro(Optimizer, OptimizerType);
137 itkSetObjectMacro(Metric, MetricType);
141 itkSetObjectMacro(Transform, TransformType);
145 itkSetObjectMacro(Interpolator, InterpolatorType);
H A DitkPointSetToPointSetRegistrationMethod.h124 itkSetObjectMacro(Optimizer, OptimizerType);
128 itkSetObjectMacro(Metric, MetricType);
132 itkSetObjectMacro(Transform, TransformType);
H A DitkImageToSpatialObjectMetric.h143 itkSetObjectMacro(Interpolator, InterpolatorType);
164 itkSetObjectMacro(Transform, TransformType);
H A DitkCompareHistogramImageToImageMetric.h115 itkSetObjectMacro(TrainingTransform, TransformType);
119 itkSetObjectMacro(TrainingInterpolator, InterpolatorType);
H A DitkPointSetToImageMetric.h129 itkSetObjectMacro(Transform, TransformType);
135 itkSetObjectMacro(Interpolator, InterpolatorType);
H A DitkImageToImageMetric.h147 itkSetObjectMacro( Transform, TransformType );
153 itkSetObjectMacro(Interpolator, InterpolatorType);
173 itkSetObjectMacro(MovingImageMask, MovingImageMaskType);
178 itkSetObjectMacro(FixedImageMask, FixedImageMaskType);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FastMarching/include/
H A DitkFastMarchingBase.h170 itkSetObjectMacro( TrialPoints, NodePairContainerType );
174 itkSetObjectMacro( AlivePoints, NodePairContainerType );
178 itkSetObjectMacro( ProcessedPoints, NodePairContainerType );
182 itkSetObjectMacro( ForbiddenPoints, NodePairContainerType );
186 itkSetObjectMacro( StoppingCriterion, StoppingCriterionType );
H A DitkFastMarchingExtensionImageFilterBase.h117 itkSetObjectMacro(AuxiliaryAliveValues, AuxValueContainerType );
121 itkSetObjectMacro(AuxiliaryTrialValues, AuxValueContainerType );
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/PDEDeformable/include/
H A DitkMultiResolutionPDEDeformableRegistration.h182 itkSetObjectMacro(RegistrationFilter, RegistrationType);
186 itkSetObjectMacro(FixedImagePyramid, FixedImagePyramidType);
190 itkSetObjectMacro(MovingImagePyramid, MovingImagePyramidType);
203 itkSetObjectMacro(FieldExpander, FieldExpanderType);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/include/
H A DitkImageToImageMetricv4.h393 itkSetObjectMacro(FixedInterpolator, FixedInterpolatorType);
398 itkSetObjectMacro(MovingInterpolator, MovingInterpolatorType);
403 itkSetObjectMacro(MovingImageMask, MovingImageMaskType);
408 itkSetObjectMacro(FixedImageMask, FixedImageMaskType);
415 itkSetObjectMacro(FixedSampledPointSet, FixedSampledPointSetType);
420 itkSetObjectMacro(VirtualSampledPointSet, VirtualPointSetType);
445 itkSetObjectMacro( FixedImageGradientFilter, FixedImageGradientFilterType );
447 itkSetObjectMacro( MovingImageGradientFilter, MovingImageGradientFilterType );
451 itkSetObjectMacro( FixedImageGradientCalculator, FixedImageGradientCalculatorType);
453 itkSetObjectMacro( MovingImageGradientCalculator, MovingImageGradientCalculatorType);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/DisplacementField/include/
H A DitkTimeVaryingVelocityFieldIntegrationImageFilter.h97 itkSetObjectMacro( VelocityFieldInterpolator, VelocityFieldInterpolatorType );
104 itkSetObjectMacro( DisplacementFieldInterpolator, DisplacementFieldInterpolatorType );
110 itkSetObjectMacro( InitialDiffeomorphism, DisplacementFieldType );
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSetsv4/include/
H A DitkLevelSetEvolutionBase.h93 itkSetObjectMacro( LevelSetContainer, LevelSetContainerType );
104 itkSetObjectMacro( EquationContainer, EquationContainerType );
108 itkSetObjectMacro( StoppingCriterion, StoppingCriterionType );
H A DitkUpdateShiSparseLevelSet.h94 itkSetObjectMacro( InputLevelSet, LevelSetType );
101 itkSetObjectMacro( EquationContainer, EquationContainerType );
H A DitkUpdateMalcolmSparseLevelSet.h94 itkSetObjectMacro( InputLevelSet, LevelSetType );
101 itkSetObjectMacro( EquationContainer, EquationContainerType );
H A DitkUpdateWhitakerSparseLevelSet.h107 itkSetObjectMacro( InputLevelSet, LevelSetType );
118 itkSetObjectMacro( EquationContainer, EquationContainerType );
H A DitkLevelSetEquationContainer.h109 itkSetObjectMacro( Input, InputImageType );
112 itkSetObjectMacro( LevelSetContainer, LevelSetContainerType );
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkDomainThreader.h93 itkSetObjectMacro( DomainPartitioner, DomainPartitionerType );
149 itkSetObjectMacro( MultiThreader, MultiThreaderBase );
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/include/
H A DitkRayCastInterpolateImageFunction.h134 itkSetObjectMacro(Transform, TransformType);
138 itkSetObjectMacro(Interpolator, InterpolatorType);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSets/include/
H A DitkShapePriorSegmentationLevelSetImageFilter.h131 itkSetObjectMacro(CostFunction, CostFunctionType);
135 itkSetObjectMacro(Optimizer, OptimizerType);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizersv4/include/
H A DitkObjectToObjectOptimizerBase.h123 itkSetObjectMacro( Metric, MetricType );
174 itkSetObjectMacro(ScalesEstimator, ScalesEstimatorType);
H A DitkRegistrationParameterScalesEstimator.h120 itkSetObjectMacro(Metric, MetricType);
130 itkSetObjectMacro(VirtualDomainPointSet, VirtualPointSetType);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/SignedDistanceFunction/include/
H A DitkPCAShapeSignedDistanceFunction.h138 itkSetObjectMacro(MeanImage, ImageType);
153 itkSetObjectMacro(Transform, TransformType);

12345