ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | Private Attributes
itk::HistogramAlgorithmBase< TInputHistogram > Class Template Reference

base class for algorithms operating on histograms More...

#include <itkHistogramAlgorithmBase.h>

Inheritance diagram for itk::HistogramAlgorithmBase< TInputHistogram >:
Collaboration diagram for itk::HistogramAlgorithmBase< TInputHistogram >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef TInputHistogram InputHistogramType
typedef SmartPointer< SelfPointer
typedef HistogramAlgorithmBase Self
typedef Object Superclass

Public Member Functions

const TInputHistogram * GetInputHistogram () const
virtual const char * GetNameOfClass () const
void SetInputHistogram (const TInputHistogram *histogram)

Protected Member Functions

virtual void GenerateData ()=0

Private Attributes

TInputHistogram::ConstPointer m_InputHistogram
void Update ()
 HistogramAlgorithmBase ()
virtual ~HistogramAlgorithmBase ()
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

template<class TInputHistogram>
class itk::HistogramAlgorithmBase< TInputHistogram >

base class for algorithms operating on histograms

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.


Member Typedef Documentation

template<class TInputHistogram >
typedef SmartPointer< const Self > itk::HistogramAlgorithmBase< TInputHistogram >::ConstPointer

Reimplemented from itk::Object.

Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >.

Definition at line 44 of file itkHistogramAlgorithmBase.h.

template<class TInputHistogram >
typedef TInputHistogram itk::HistogramAlgorithmBase< TInputHistogram >::InputHistogramType

Histogram typedefs alias

Definition at line 47 of file itkHistogramAlgorithmBase.h.

template<class TInputHistogram >
typedef SmartPointer< Self > itk::HistogramAlgorithmBase< TInputHistogram >::Pointer

Reimplemented from itk::Object.

Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >.

Definition at line 43 of file itkHistogramAlgorithmBase.h.

template<class TInputHistogram >
typedef HistogramAlgorithmBase itk::HistogramAlgorithmBase< TInputHistogram >::Self

Standard class typedefs.

Reimplemented from itk::Object.

Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >.

Definition at line 41 of file itkHistogramAlgorithmBase.h.

template<class TInputHistogram >
typedef Object itk::HistogramAlgorithmBase< TInputHistogram >::Superclass

Reimplemented from itk::Object.

Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >.

Definition at line 42 of file itkHistogramAlgorithmBase.h.


Constructor & Destructor Documentation

template<class TInputHistogram >
itk::HistogramAlgorithmBase< TInputHistogram >::HistogramAlgorithmBase ( ) [protected]

dummy function that calls the GenerateData() function to generate output. It exists for future compatibility with ProcessObject without streaming

template<class TInputHistogram >
virtual itk::HistogramAlgorithmBase< TInputHistogram >::~HistogramAlgorithmBase ( ) [inline, protected, virtual]

dummy function that calls the GenerateData() function to generate output. It exists for future compatibility with ProcessObject without streaming

Definition at line 74 of file itkHistogramAlgorithmBase.h.


Member Function Documentation

template<class TInputHistogram >
virtual void itk::HistogramAlgorithmBase< TInputHistogram >::GenerateData ( ) [protected, pure virtual]
template<class TInputHistogram >
const TInputHistogram* itk::HistogramAlgorithmBase< TInputHistogram >::GetInputHistogram ( ) const [inline]

Returns the histogram const pointer

Definition at line 64 of file itkHistogramAlgorithmBase.h.

template<class TInputHistogram >
virtual const char* itk::HistogramAlgorithmBase< TInputHistogram >::GetNameOfClass ( ) const [virtual]

Standard Macros

Reimplemented from itk::Object.

Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >.

template<class TInputHistogram >
void itk::HistogramAlgorithmBase< TInputHistogram >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

dummy function that calls the GenerateData() function to generate output. It exists for future compatibility with ProcessObject without streaming

Reimplemented from itk::Object.

Reimplemented in itk::OtsuMultipleThresholdsCalculator< TInputHistogram >.

template<class TInputHistogram >
void itk::HistogramAlgorithmBase< TInputHistogram >::SetInputHistogram ( const TInputHistogram *  histogram) [inline]

Stores the histogram pointer

Definition at line 53 of file itkHistogramAlgorithmBase.h.

template<class TInputHistogram >
void itk::HistogramAlgorithmBase< TInputHistogram >::Update ( void  ) [inline]

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.


Member Data Documentation

template<class TInputHistogram >
TInputHistogram::ConstPointer itk::HistogramAlgorithmBase< TInputHistogram >::m_InputHistogram [private]

Target histogram data pointer

Definition at line 82 of file itkHistogramAlgorithmBase.h.


The documentation for this class was generated from the following file: