Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Statistics::ScalarImageToHistogramGenerator< TImageType > Class Template Reference

#include <itkScalarImageToHistogramGenerator.h>

Inheritance diagram for itk::Statistics::ScalarImageToHistogramGenerator< TImageType >:

Inheritance graph
[legend]
Collaboration diagram for itk::Statistics::ScalarImageToHistogramGenerator< TImageType >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ScalarImageToHistogramGenerator Self
typedef Object Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TImageType ImageType
typedef itk::Statistics::ScalarImageToListAdaptor<
ImageType
AdaptorType
typedef AdaptorType::Pointer AdaptorPointer
typedef ImageType::PixelType PixelType
typedef NumericTraits< PixelType
>::RealType 
ValueRealType
typedef itk::Statistics::ListSampleToHistogramGenerator<
AdaptorType, ValueRealType
GeneratorType
typedef GeneratorType::Pointer GeneratorPointer
typedef GeneratorType::HistogramType HistogramType
typedef HistogramType::Pointer HistogramPointer
typedef HistogramType::ConstPointer HistogramConstPointer

Public Member Functions

virtual const char * GetClassName () const
void Compute (void)
void SetInput (const ImageType *)
const HistogramTypeGetOutput () const
void SetNumberOfBins (unsigned int numberOfBins)
void SetMarginalScale (double marginalScale)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 ScalarImageToHistogramGenerator ()
virtual ~ScalarImageToHistogramGenerator ()
void PrintSelf (std::ostream &os, Indent indent) const

template<class TImageType>
class itk::Statistics::ScalarImageToHistogramGenerator< TImageType >


Member Typedef Documentation

template<class TImageType>
typedef AdaptorType::Pointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::AdaptorPointer
 

Definition at line 49 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef itk::Statistics::ScalarImageToListAdaptor< ImageType > itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::AdaptorType
 

Definition at line 48 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef SmartPointer<const Self> itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::ConstPointer
 

Reimplemented from itk::Object.

Definition at line 37 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef GeneratorType::Pointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::GeneratorPointer
 

Definition at line 58 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef itk::Statistics::ListSampleToHistogramGenerator< AdaptorType, ValueRealType > itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::GeneratorType
 

Definition at line 56 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef HistogramType::ConstPointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::HistogramConstPointer
 

Definition at line 62 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef HistogramType::Pointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::HistogramPointer
 

Definition at line 61 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef GeneratorType::HistogramType itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::HistogramType
 

Definition at line 60 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef TImageType itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::ImageType
 

Definition at line 45 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef ImageType::PixelType itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::PixelType
 

Definition at line 50 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef SmartPointer<Self> itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::Pointer
 

Reimplemented from itk::Object.

Definition at line 36 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef ScalarImageToHistogramGenerator itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::Self
 

Standard typedefs

Reimplemented from itk::Object.

Definition at line 34 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef Object itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::Superclass
 

Reimplemented from itk::Object.

Definition at line 35 of file itkScalarImageToHistogramGenerator.h.

template<class TImageType>
typedef NumericTraits< PixelType >::RealType itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::ValueRealType
 

Definition at line 51 of file itkScalarImageToHistogramGenerator.h.


Constructor & Destructor Documentation

template<class TImageType>
itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::ScalarImageToHistogramGenerator  )  [protected]
 

template<class TImageType>
virtual itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::~ScalarImageToHistogramGenerator  )  [inline, protected, virtual]
 

Definition at line 86 of file itkScalarImageToHistogramGenerator.h.


Member Function Documentation

template<class TImageType>
void itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::Compute void   ) 
 

Triggers the Computation of the histogram

template<class TImageType>
virtual const char* itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::Object.

template<class TImageType>
const HistogramType* itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::GetOutput  )  const
 

Return the histogram. o

Warning:
This output is only valid after the Compute() method has been invoked
See also:
Compute

template<class TImageType>
Pointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::New  )  [static]
 

standard New() method support

Reimplemented from itk::Object.

template<class TImageType>
void itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

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.

template<class TImageType>
void itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::SetInput const ImageType  ) 
 

Connects the input image for which the histogram is going to be computed

template<class TImageType>
void itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::SetMarginalScale double  marginalScale  ) 
 

Set marginal scale value to be passed to the histogram generator

template<class TImageType>
void itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::SetNumberOfBins unsigned int  numberOfBins  ) 
 

Set number of histogram bins


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:24:44 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000