18 #ifndef itkMeanSampleFilter_h
19 #define itkMeanSampleFilter_h
47 template<
typename TSample >
80 using Superclass::SetInput;
102 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
109 virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) ITK_OVERRIDE;
111 virtual
void GenerateData() ITK_OVERRIDE;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 #include "itkMeanSampleFilter.hxx"
MeasurementVectorDecoratedType OutputType
Light weight base class for most itk classes.
NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType
SampleType::MeasurementVectorType MeasurementVectorType
SampleType::MeasurementType MeasurementType
SmartPointer< const Self > ConstPointer
SimpleDataObjectDecorator< MeasurementVectorRealType > MeasurementVectorDecoratedType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
NumericTraits< MeasurementType >::RealType MeasurementRealType
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
Given a sample, this filter computes the sample mean.
SampleType::MeasurementVectorSizeType MeasurementVectorSizeType
Base class for all data objects in ITK.