#include <itkHistogramAlgorithmBase.h>
Inheritance diagram for itk::HistogramAlgorithmBase< TInputHistogram >:
Public Types | |
typedef HistogramAlgorithmBase | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputHistogram | InputHistogramType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
const TInputHistogram * | GetInputHistogram () const |
void | Update () |
void | SetInputHistogram (const TInputHistogram *histogram) |
Protected Member Functions | |
HistogramAlgorithmBase () | |
virtual | ~HistogramAlgorithmBase () |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | GenerateData ()=0 |
You plug in the target sample data using SetInputHistogram method. Then call the GenerateData method to run the alogithm.
Definition at line 37 of file itkHistogramAlgorithmBase.h.
|
Reimplemented from itk::Object. Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >. Definition at line 44 of file itkHistogramAlgorithmBase.h. |
|
Histogram typedefs alias Definition at line 50 of file itkHistogramAlgorithmBase.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >. Definition at line 43 of file itkHistogramAlgorithmBase.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >. Definition at line 41 of file itkHistogramAlgorithmBase.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >. Definition at line 42 of file itkHistogramAlgorithmBase.h. |
|
|
|
Definition at line 75 of file itkHistogramAlgorithmBase.h. |
|
Implemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >. Referenced by itk::HistogramAlgorithmBase< TInputHistogram >::Update(). |
|
Returns the histogram const pointer Definition at line 64 of file itkHistogramAlgorithmBase.h. |
|
Standard Macros Reimplemented from itk::Object. Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >. |
|
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::OtsuMultipleThresholdsCalculator< TInputHistogram >. |
|
Stores the histogram pointer Definition at line 53 of file itkHistogramAlgorithmBase.h. References itk::Object::Modified(). |
|
dummy function that calls the GenerateData() function to generate output. It exists for future compatibility with ProcessObject without streaming Definition at line 70 of file itkHistogramAlgorithmBase.h. References itk::HistogramAlgorithmBase< TInputHistogram >::GenerateData(). |