#include <itkHistogramAlgorithmBase.h>
Inheritance diagram for itk::HistogramAlgorithmBase< TInputHistogram >:
[NOHEADER] | |
virtual const char * | GetClassName () const |
Pointer | New () |
Public Types | |
typedef HistogramAlgorithmBase | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputHistogram | InputHistogramType |
Public Member Functions | |
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 () |
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 52 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 77 of file itkHistogramAlgorithmBase.h. |
|
Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >. |
|
Standard Macros Reimplemented from itk::Object. Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >. |
|
Returns the histogram const pointer Definition at line 66 of file itkHistogramAlgorithmBase.h. References HardConnectedComponentImageFilter::GenerateData(). |
|
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 55 of file itkHistogramAlgorithmBase.h. |
|
dummy function that calls the GenerateData() function to generate output. It exists for future compatibility with ProcessObject without streaming Definition at line 72 of file itkHistogramAlgorithmBase.h. |