18 #ifndef __itkStandardDeviationPerComponentSampleFilter_h
19 #define __itkStandardDeviationPerComponentSampleFilter_h
48 template<
typename TSample >
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
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx)
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
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 PrintSelf(std::ostream &os, Indent indent) const
void SetInput(const SampleType *sample)
TSample::MeasurementVectorSizeType MeasurementVectorSizeType
DataObject::Pointer DataObjectPointer
const MeasurementVectorRealDecoratedType * GetStandardDeviationPerComponentOutput() const
Control indentation during Print() invocation.
virtual ~StandardDeviationPerComponentSampleFilter()
const MeasurementVectorRealDecoratedType * GetMeanPerComponentOutput() const
void operator=(const Self &)
StandardDeviationPerComponentSampleFilter Self
SmartPointer< Self > Pointer