#include <itkSampleAlgorithmBase.h>
Inheritance diagram for itk::Statistics::SampleAlgorithmBase< TInputSample >:
[NOHEADER] | |
virtual const char * | GetClassName () const |
Pointer | New () |
Public Types | |
typedef SampleAlgorithmBase | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputSample | InputSampleType |
Public Member Functions | |
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 () |
You plug in the target sample data using SetSample method. Then call the GenerateData method to run the alogithm.
The return value that the GetOutput method where is the number of measurement vectors in the target
Definition at line 44 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. |
|
|
|
|
|
|
Definition at line 83 of file itkSampleAlgorithmBase.h. |
|
|
|
Definition at line 72 of file itkSampleAlgorithmBase.h. |
|
|
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 >, and itk::Statistics::WeightedMeanCalculator< TSample >.
|
|
Stores the sample pointer Definition at line 62 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 78 of file itkSampleAlgorithmBase.h. |