#include <itkHistogramAlgorithmBase.h>
Inheritance diagram for itk::HistogramAlgorithmBase< TInputHistogram >:


[NOHEADER] | |
| virtual const char * | GetNameOfClass () const |
| static 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 48 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 >. Referenced by itk::HistogramAlgorithmBase< TInputHistogram >::GetInputHistogram(). |
|
|||||||||
|
Returns the histogram const pointer Definition at line 66 of file itkHistogramAlgorithmBase.h. References itk::HistogramAlgorithmBase< TInputHistogram >::GenerateData(). |
|
|||||||||
|
Standard Macros Reimplemented from itk::Object. Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >. |
|
|||||||||
|
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. 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 72 of file itkHistogramAlgorithmBase.h. |
1.4.1 written by Dimitri van Heesch,
© 1997-2000