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
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) override
Make a DataObject of the correct type to used as the specified output.
StandardDeviationPerComponentSampleFilter()
MeasurementVectorSizeType GetMeasurementVectorSize() const
Calculates the covariance matrix of the target sample data.
MeasurementVectorRealDecoratedType OutputType
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 PrintSelf(std::ostream &os, Indent indent) const override
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
SimpleDataObjectDecorator< MeasurementVectorRealType > MeasurementVectorRealDecoratedType
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx)
Make a DataObject of the correct type to used as the specified output.
void SetInput(const SampleType *sample)
TSample::MeasurementVectorSizeType MeasurementVectorSizeType
DataObject::Pointer DataObjectPointer
virtual void GenerateData() override
const MeasurementVectorRealDecoratedType * GetStandardDeviationPerComponentOutput() const
Control indentation during Print() invocation.
virtual ~StandardDeviationPerComponentSampleFilter()
const MeasurementVectorRealDecoratedType * GetMeanPerComponentOutput() const
void operator=(const Self &)
StandardDeviationPerComponentSampleFilter Self
SmartPointer< Self > Pointer