18 #ifndef __itkStandardDeviationPerComponentSampleFilter_h
19 #define __itkStandardDeviationPerComponentSampleFilter_h
48 template<
typename TSample >
102 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
120 #ifndef ITK_MANUAL_INSTANTIATION
121 #include "itkStandardDeviationPerComponentSampleFilter.hxx"
Light weight base class for most itk classes.
const SampleType * GetInput() const
TSample::MeasurementVectorType MeasurementVectorType
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
const MeasurementVectorRealType GetMeanPerComponent() const
StandardDeviationPerComponentSampleFilter()
MeasurementVectorSizeType GetMeasurementVectorSize() const
Calculates the covariance matrix of the target sample data.
MeasurementVectorRealDecoratedType OutputType
virtual void GenerateData() ITK_OVERRIDE
SmartPointer< const Self > ConstPointer
const MeasurementVectorRealType GetStandardDeviationPerComponent() const
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
SimpleDataObjectDecorator< MeasurementVectorRealType > MeasurementVectorRealDecoratedType
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx)
void SetInput(const SampleType *sample)
TSample::MeasurementVectorSizeType MeasurementVectorSizeType
DataObject::Pointer DataObjectPointer
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) ITK_OVERRIDE
const MeasurementVectorRealDecoratedType * GetStandardDeviationPerComponentOutput() const
Control indentation during Print() invocation.
virtual ~StandardDeviationPerComponentSampleFilter()
const MeasurementVectorRealDecoratedType * GetMeanPerComponentOutput() const
void operator=(const Self &)
StandardDeviationPerComponentSampleFilter Self
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
SmartPointer< Self > Pointer