18 #ifndef itkCovarianceSampleFilter_h
19 #define itkCovarianceSampleFilter_h
51 template<
typename TSample >
87 using Superclass::SetInput;
121 void PrintSelf(std::ostream & os,
Indent indent)
const override;
127 using Superclass::MakeOutput;
130 void GenerateData()
override;
135 #ifndef ITK_MANUAL_INSTANTIATION
136 #include "itkCovarianceSampleFilter.hxx"
Light weight base class for most itk classes.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
Define numeric traits for std::vector.
A templated class holding a M x N size Matrix.
typename NumericTraits< MeasurementType >::RealType MeasurementRealType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
class ITK_FORWARD_EXPORT ProcessObject
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
typename SampleType::MeasurementType MeasurementType
typename SampleType::MeasurementVectorSizeType MeasurementVectorSizeType
typename SampleType::MeasurementVectorType MeasurementVectorType
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
typename NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType
Calculates the covariance matrix of the target sample data.