#include <itkSampleAlgorithmBase.h>
Inheritance diagram for itk::Statistics::SampleAlgorithmBase:
[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 Methods | |
TInputSample * | GetInputSample () |
void | Update () |
void | SetInputSample (TInputSample *sample) |
Protected Methods | |
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 42 of file itkSampleAlgorithmBase.h.
|
|
Sample typedefs alias Reimplemented in itk::Statistics::NeighborhoodSampler< TSample >, and itk::Statistics::SampleToHistogramProjectionFilter< TInputSample, THistogramMeasurement >. Definition at line 57 of file itkSampleAlgorithmBase.h. |
|
|
|
|
|
|
Definition at line 81 of file itkSampleAlgorithmBase.h. |
|
|
|
Definition at line 70 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::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 60 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 76 of file itkSampleAlgorithmBase.h. |