|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkMeanSampleFilter_h
19 #define itkMeanSampleFilter_h
48 template <
typename TSample>
83 using Superclass::SetInput;
105 GetMeasurementVectorSize()
const;
115 using Superclass::MakeOutput;
120 GenerateData()
override;
125 #ifndef ITK_MANUAL_INSTANTIATION
126 # include "itkMeanSampleFilter.hxx"
Decorates any "simple" data type (data types without smart pointers) with a DataObject API.
typename SampleType::MeasurementVectorType MeasurementVectorType
typename SampleType::MeasurementType MeasurementType
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
typename NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType
Light weight base class for most itk classes.
typename SampleType::MeasurementVectorSizeType MeasurementVectorSizeType
Given a sample, this filter computes the sample mean.
typename NumericTraits< MeasurementType >::RealType MeasurementRealType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
class ITK_FORWARD_EXPORT ProcessObject
SmartPointer< Self > Pointer