#include <itkMeanCalculator.h>
Inheritance diagram for itk::Statistics::MeanCalculator< TSample >:
[NOHEADER] | |
virtual const char * | GetClassName () const |
Pointer | New () |
Public Types | |
typedef MeanCalculator | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Vector< double, itkGetStaticConstMacro(MeasurementVectorSize) | OutputType ) |
Public Member Functions | |
itkStaticConstMacro (MeasurementVectorSize, unsigned int, TSample::MeasurementVectorSize) | |
OutputType * | GetOutput () |
Protected Member Functions | |
MeanCalculator () | |
virtual | ~MeanCalculator () |
void | PrintSelf (std::ostream &os, Indent indent) const |
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 41 of file itkMeanCalculator.h.
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 49 of file itkMeanCalculator.h. |
|
Typedef for the mean output Definition at line 61 of file itkMeanCalculator.h. Referenced by itk::Statistics::MeanCalculator< TSample >::~MeanCalculator(). |
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 48 of file itkMeanCalculator.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 46 of file itkMeanCalculator.h. |
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 47 of file itkMeanCalculator.h. |
|
|
|
Definition at line 68 of file itkMeanCalculator.h. References itk::Statistics::MeanCalculator< TSample >::OutputType. |
|
Calculates the mean and save it Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >.
|
|
Standard Macros Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >.
|
|
Returns the mean vector |
|
|
|
Standard Macros Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >.
|
|
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::Statistics::SampleAlgorithmBase< TSample >.
|