ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkScalarImageToHistogramGenerator.h>
TODO.
Definition at line 36 of file itkScalarImageToHistogramGenerator.h.
typedef AdaptorType::Pointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::AdaptorPointer |
Definition at line 53 of file itkScalarImageToHistogramGenerator.h.
typedef itk::Statistics::ImageToListSampleAdaptor< ImageType > itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::AdaptorType |
Definition at line 52 of file itkScalarImageToHistogramGenerator.h.
typedef SmartPointer< const Self > itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::ConstPointer |
Reimplemented from itk::Object.
Definition at line 43 of file itkScalarImageToHistogramGenerator.h.
typedef GeneratorType::Pointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::GeneratorPointer |
Definition at line 60 of file itkScalarImageToHistogramGenerator.h.
typedef itk::Statistics::SampleToHistogramFilter< AdaptorType, HistogramType > itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::GeneratorType |
Definition at line 58 of file itkScalarImageToHistogramGenerator.h.
typedef HistogramType::ConstPointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::HistogramConstPointer |
Definition at line 63 of file itkScalarImageToHistogramGenerator.h.
typedef HistogramType::Pointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::HistogramPointer |
Definition at line 62 of file itkScalarImageToHistogramGenerator.h.
typedef itk::Statistics::Histogram< double > itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::HistogramType |
Definition at line 57 of file itkScalarImageToHistogramGenerator.h.
typedef TImageType itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::ImageType |
Definition at line 49 of file itkScalarImageToHistogramGenerator.h.
typedef ImageType::PixelType itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::PixelType |
Definition at line 54 of file itkScalarImageToHistogramGenerator.h.
typedef SmartPointer< Self > itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::Pointer |
Reimplemented from itk::Object.
Definition at line 42 of file itkScalarImageToHistogramGenerator.h.
typedef NumericTraits< PixelType >::RealType itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::RealPixelType |
Definition at line 55 of file itkScalarImageToHistogramGenerator.h.
typedef ScalarImageToHistogramGenerator itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::Self |
Standard typedefs
Reimplemented from itk::Object.
Definition at line 40 of file itkScalarImageToHistogramGenerator.h.
typedef Object itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::Superclass |
Reimplemented from itk::Object.
Definition at line 41 of file itkScalarImageToHistogramGenerator.h.
itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::ScalarImageToHistogramGenerator | ( | ) | [protected] |
virtual itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::~ScalarImageToHistogramGenerator | ( | ) | [inline, protected, virtual] |
Definition at line 92 of file itkScalarImageToHistogramGenerator.h.
itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::ScalarImageToHistogramGenerator | ( | const Self & | ) | [private] |
void itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::Compute | ( | void | ) |
Triggers the Computation of the histogram
virtual::itk::LightObject::Pointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
virtual const char* itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::Object.
const HistogramType* itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::GetOutput | ( | ) | const |
static Pointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::New | ( | ) | [static] |
standard New() method support
Reimplemented from itk::Object.
void itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::Object.
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.
void itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::SetHistogramMax | ( | RealPixelType | maximumValue | ) |
Set the maximum value from which the bins will be computed
void itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::SetHistogramMin | ( | RealPixelType | minimumValue | ) |
Set the minimum value from which the bins will be computed
void itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::SetInput | ( | const ImageType * | ) |
Connects the input image for which the histogram is going to be computed
void itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::SetMarginalScale | ( | double | marginalScale | ) |
Set marginal scale value to be passed to the histogram generator
void itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::SetNumberOfBins | ( | unsigned int | numberOfBins | ) |
Set number of histogram bins
GeneratorPointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::m_HistogramGenerator [private] |
Definition at line 99 of file itkScalarImageToHistogramGenerator.h.
AdaptorPointer itk::Statistics::ScalarImageToHistogramGenerator< TImageType >::m_ImageToListSampleAdaptor [private] |
Definition at line 97 of file itkScalarImageToHistogramGenerator.h.