18 #ifndef itkStandardDeviationPerComponentSampleFilter_h
19 #define itkStandardDeviationPerComponentSampleFilter_h
48 template<
typename TSample >
73 using Superclass::SetInput;
99 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
106 virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) ITK_OVERRIDE;
108 virtual
void GenerateData() ITK_OVERRIDE;
117 #ifndef ITK_MANUAL_INSTANTIATION
118 #include "itkStandardDeviationPerComponentSampleFilter.hxx"
Light weight base class for most itk classes.
TSample::MeasurementVectorType MeasurementVectorType
NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Calculates the covariance matrix of the target sample data.
MeasurementVectorRealDecoratedType OutputType
SmartPointer< const Self > ConstPointer
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
SimpleDataObjectDecorator< MeasurementVectorRealType > MeasurementVectorRealDecoratedType
TSample::MeasurementVectorSizeType MeasurementVectorSizeType
Control indentation during Print() invocation.
StandardDeviationPerComponentSampleFilter Self
SmartPointer< Self > Pointer
Base class for all data objects in ITK.