#include <itkSampleAlgorithmBase.h>
Inheritance diagram for itk::Statistics::SampleAlgorithmBase< TInputSample >:
[NOHEADER] | |
virtual const char * | GetNameOfClass () const |
Pointer | New () |
Public Types | |
typedef SampleAlgorithmBase | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef unsigned int | MeasurementVectorSizeType |
typedef TInputSample | InputSampleType |
typedef InputSampleType::MeasurementVectorType | MeasurementVectorType |
Public Member Functions | |
virtual MeasurementVectorSizeType | GetMeasurementVectorSize () const |
virtual void | SetMeasurementVectorSize (MeasurementVectorSizeType _arg) |
const TInputSample * | GetInputSample () const |
void | Update () |
void | SetInputSample (const TInputSample *sample) |
Protected Member Functions | |
SampleAlgorithmBase () | |
virtual | ~SampleAlgorithmBase () |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | GenerateData () |
Definition at line 41 of file itkSampleAlgorithmBase.h.
|
|
Sample typedefs alias Reimplemented in itk::Statistics::NeighborhoodSampler< TSample >, itk::Statistics::SampleMeanShiftBlurringFilter< TSample >, and itk::Statistics::SampleToHistogramProjectionFilter< TInputSample, THistogramMeasurement >. Definition at line 59 of file itkSampleAlgorithmBase.h. |
|
Length of a measurement vector Reimplemented in itk::Statistics::CovarianceCalculator< TSample >, itk::Statistics::MeanCalculator< TSample >, itk::Statistics::SampleToHistogramProjectionFilter< TInputSample, THistogramMeasurement >, itk::Statistics::WeightedCovarianceCalculator< TSample >, and itk::Statistics::WeightedMeanCalculator< TSample >. Definition at line 56 of file itkSampleAlgorithmBase.h. |
|
|
|
|
|
|
|
Definition at line 93 of file itkSampleAlgorithmBase.h. |
|
|
Definition at line 82 of file itkSampleAlgorithmBase.h. |
|
Get Macro to get the length of a measurement vector. This is equal to the length of each measurement vector contained in the samples that are plugged in as input to this class. GetMeasurementVectorSize() will return zero until the SetInputSample() method has been called |
|
|
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Object. Reimplemented in itk::Statistics::CovarianceCalculator< TSample >, itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >, itk::Statistics::MeanCalculator< TSample >, itk::Statistics::NeighborhoodSampler< TSample >, itk::Statistics::SampleMeanShiftBlurringFilter< TSample >, itk::Statistics::SampleMeanShiftClusteringFilter< TSample >, itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >, itk::Statistics::SampleToHistogramProjectionFilter< TInputSample, THistogramMeasurement >, itk::Statistics::WeightedCovarianceCalculator< TSample >, itk::Statistics::WeightedMeanCalculator< TSample >, and itk::Statistics::GoodnessOfFitFunctionBase< typename ComponentType::HistogramType >. |
|
Stores the sample pointer Definition at line 63 of file itkSampleAlgorithmBase.h. |
|
|
|
dummy function that calls the GenerateData() function to generate output. It exists for future compatibility with ProcessObject without streaming Definition at line 88 of file itkSampleAlgorithmBase.h. |