Home
last modified time | relevance | path

Searched refs:SimpleDataObjectDecorator (Results 1 – 25 of 34) sorted by relevance

12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkSimpleDataObjectDecorator.h66 class ITK_TEMPLATE_EXPORT SimpleDataObjectDecorator:public DataObject
69 ITK_DISALLOW_COPY_AND_ASSIGN(SimpleDataObjectDecorator);
72 using Self = SimpleDataObjectDecorator;
84 itkTypeMacro(SimpleDataObjectDecorator, DataObject);
94 SimpleDataObjectDecorator();
95 ~SimpleDataObjectDecorator() override = default;
H A DitkSimpleDataObjectDecorator.hxx40 SimpleDataObjectDecorator< T >
41 ::SimpleDataObjectDecorator() in SimpleDataObjectDecorator() function in itk::SimpleDataObjectDecorator
61 SimpleDataObjectDecorator< T >
77 SimpleDataObjectDecorator< T >
H A DitkMacro.h791 virtual void Set##name##Input(const SimpleDataObjectDecorator< type > *_arg) \
794 if ( _arg != itkDynamicCastInDebugMode< SimpleDataObjectDecorator< type > * >( \
798 #name, const_cast< SimpleDataObjectDecorator< type > * >( _arg ) ); \
802 virtual void Set##name(const SimpleDataObjectDecorator< type > *_arg) \
1240 virtual void Set##name##Output(const SimpleDataObjectDecorator< type > *_arg) \
1244 SimpleDataObjectDecorator< type > * >( \
1248 const_cast< SimpleDataObjectDecorator< type > * >( _arg ) ); \
1254 using DecoratorType = SimpleDataObjectDecorator< type >; \
1279 virtual const SimpleDataObjectDecorator< type > * Get##name##Output() const \
1284 const SimpleDataObjectDecorator< type > * >( \
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/include/
H A DitkImageToHistogramFilter.h87 using InputHistogramSizeObjectType = SimpleDataObjectDecorator<HistogramSizeType>;
90 using InputHistogramMeasurementObjectType = SimpleDataObjectDecorator<HistogramMeasurementType>;
94 …using InputHistogramMeasurementVectorObjectType = SimpleDataObjectDecorator<HistogramMeasurementVe…
97 using InputBooleanObjectType = SimpleDataObjectDecorator< bool >;
H A DitkSampleToHistogramFilter.h95 using InputHistogramSizeObjectType = SimpleDataObjectDecorator<HistogramSizeType>;
98 using InputHistogramMeasurementObjectType = SimpleDataObjectDecorator<HistogramMeasurementType>;
102 …using InputHistogramMeasurementVectorObjectType = SimpleDataObjectDecorator<HistogramMeasurementVe…
105 using InputBooleanObjectType = SimpleDataObjectDecorator< bool >;
H A DitkSampleClassifierFilter.h75 …using MembershipFunctionVectorObjectType = SimpleDataObjectDecorator<MembershipFunctionVectorType>;
81 …using MembershipFunctionsWeightsArrayObjectType = SimpleDataObjectDecorator<MembershipFunctionsWei…
86 using ClassLabelVectorObjectType = SimpleDataObjectDecorator<ClassLabelVectorType>;
H A DitkImageClassifierFilter.h96 …using MembershipFunctionVectorObjectType = SimpleDataObjectDecorator<MembershipFunctionVectorType>;
102 …using MembershipFunctionsWeightsArrayObjectType = SimpleDataObjectDecorator<MembershipFunctionsWei…
108 using ClassLabelVectorObjectType = SimpleDataObjectDecorator<ClassLabelVectorType>;
H A DitkCovarianceSampleFilter.h101 using MatrixDecoratedType = SimpleDataObjectDecorator< MatrixType >;
110 using MeasurementVectorDecoratedType = SimpleDataObjectDecorator< MeasurementVectorRealType >;
H A DitkExpectationMaximizationMixtureModelEstimator.h89 …using MembershipFunctionVectorObjectType = SimpleDataObjectDecorator<MembershipFunctionVectorType>;
120 using MembershipFunctionsWeightsArrayObjectType = SimpleDataObjectDecorator<ProportionVectorType>;
H A DitkNeighborhoodSampler.h72 using InputRadiusObjectType = SimpleDataObjectDecorator< RadiusType >;
H A DitkStandardDeviationPerComponentSampleFilter.h81 using MeasurementVectorRealDecoratedType = SimpleDataObjectDecorator< MeasurementVectorRealType >;
H A DitkMeanSampleFilter.h93 using MeasurementVectorDecoratedType = SimpleDataObjectDecorator< MeasurementVectorRealType >;
H A DitkWeightedMeanSampleFilter.h76 using InputWeightArrayObjectType = SimpleDataObjectDecorator< WeightArrayType >;
H A DitkWeightedCovarianceSampleFilter.h78 using InputWeightArrayObjectType = SimpleDataObjectDecorator< WeightArrayType >;
H A DitkHistogramToRunLengthFeaturesFilter.h100 using MeasurementObjectType = SimpleDataObjectDecorator<MeasurementType>;
H A DitkHistogramToTextureFeaturesFilter.h145 using MeasurementObjectType = SimpleDataObjectDecorator< MeasurementType >;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageStatistics/include/
H A DitkStatisticsImageFilter.h91 using RealObjectType = SimpleDataObjectDecorator< RealType >;
92 using PixelObjectType = SimpleDataObjectDecorator< PixelType >;
H A DitkMinimumMaximumImageFilter.h84 using PixelObjectType = SimpleDataObjectDecorator< PixelType >;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageFilterBase/include/
H A DitkBinaryFunctorImageFilter.h76 using DecoratedInput1ImagePixelType = SimpleDataObjectDecorator<Input1ImagePixelType>;
82 using DecoratedInput2ImagePixelType = SimpleDataObjectDecorator<Input2ImagePixelType>;
H A DitkBinaryGeneratorImageFilter.h80 using DecoratedInput1ImagePixelType = SimpleDataObjectDecorator<Input1ImagePixelType>;
86 using DecoratedInput2ImagePixelType = SimpleDataObjectDecorator<Input2ImagePixelType>;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkDecoratorTest.cxx43 using FloatObjectType = itk::SimpleDataObjectDecorator<float>; in itkDecoratorTest()
114 using VectorObjectType = itk::SimpleDataObjectDecorator<VectorType>; in itkDecoratorTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/wrapping/
H A DitkHistogram.wrap7 itk_wrap_class("itk::SimpleDataObjectDecorator" POINTER)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/wrapping/
H A DitkSimpleDataObjectDecorator.wrap1 itk_wrap_class("itk::SimpleDataObjectDecorator" POINTER)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Thresholding/include/
H A DitkHistogramThresholdCalculator.h68 using DecoratedOutputType = SimpleDataObjectDecorator<OutputType>;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/TestKernel/include/
H A DitkTestingHashImageFilter.h69 using HashObjectType = SimpleDataObjectDecorator< std::string >;

12