|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkStandardDeviationPerComponentSampleFilter_h
19 #define itkStandardDeviationPerComponentSampleFilter_h
49 template <
typename TSample>
75 using Superclass::SetInput;
90 GetStandardDeviationPerComponent()
const;
93 GetStandardDeviationPerComponentOutput()
const;
97 GetMeanPerComponent()
const;
100 GetMeanPerComponentOutput()
const;
106 PrintSelf(std::ostream & os,
Indent indent)
const override;
112 using Superclass::MakeOutput;
117 GenerateData()
override;
120 GetMeasurementVectorSize()
const;
127 #ifndef ITK_MANUAL_INSTANTIATION
128 # include "itkStandardDeviationPerComponentSampleFilter.hxx"
Decorates any "simple" data type (data types without smart pointers) with a DataObject API.
Control indentation during Print() invocation.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
typename NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType
Light weight base class for most itk classes.
typename TSample::MeasurementVectorType MeasurementVectorType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename TSample::MeasurementVectorSizeType MeasurementVectorSizeType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
class ITK_FORWARD_EXPORT ProcessObject
Calculates the covariance matrix of the target sample data.
SmartPointer< Self > Pointer