Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkMITKScalarImageToHistogramGenerator.h>
Public Types | |
typedef MITKScalarImageToHistogramGenerator | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TImageType | ImageType |
typedef itk::Statistics::ImageToListSampleAdaptor< ImageType > | AdaptorType |
typedef AdaptorType::Pointer | AdaptorPointer |
typedef ImageType::PixelType | PixelType |
typedef itk::Statistics::Histogram< TMeasurementType, itk::Statistics::DenseFrequencyContainer2 > | HistogramType |
typedef itk::Statistics::SampleToHistogramFilter< AdaptorType, HistogramType > | GeneratorType |
typedef GeneratorType::Pointer | GeneratorPointer |
typedef HistogramType::Pointer | HistogramPointer |
typedef HistogramType::ConstPointer | HistogramConstPointer |
Public Member Functions | |
virtual const char * | GetClassName () const |
Pointer | Clone () const |
void | Compute (void) |
void | SetInput (const ImageType *) |
const HistogramType * | GetOutput () const |
void | SetNumberOfBins (unsigned int numberOfBins) |
void | SetMarginalScale (double marginalScale) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
MITKScalarImageToHistogramGenerator () | |
virtual | ~MITKScalarImageToHistogramGenerator () |
void | PrintSelf (std::ostream &os, Indent indent) const override |
Definition at line 29 of file itkMITKScalarImageToHistogramGenerator.h.
typedef AdaptorType::Pointer itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::AdaptorPointer |
Definition at line 46 of file itkMITKScalarImageToHistogramGenerator.h.
typedef itk::Statistics::ImageToListSampleAdaptor<ImageType> itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::AdaptorType |
Definition at line 45 of file itkMITKScalarImageToHistogramGenerator.h.
typedef SmartPointer<const Self> itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::ConstPointer |
Definition at line 36 of file itkMITKScalarImageToHistogramGenerator.h.
typedef GeneratorType::Pointer itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::GeneratorPointer |
Definition at line 52 of file itkMITKScalarImageToHistogramGenerator.h.
typedef itk::Statistics::SampleToHistogramFilter<AdaptorType, HistogramType> itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::GeneratorType |
Definition at line 50 of file itkMITKScalarImageToHistogramGenerator.h.
typedef HistogramType::ConstPointer itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::HistogramConstPointer |
Definition at line 55 of file itkMITKScalarImageToHistogramGenerator.h.
typedef HistogramType::Pointer itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::HistogramPointer |
Definition at line 54 of file itkMITKScalarImageToHistogramGenerator.h.
typedef itk::Statistics::Histogram<TMeasurementType, itk::Statistics::DenseFrequencyContainer2> itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::HistogramType |
Definition at line 49 of file itkMITKScalarImageToHistogramGenerator.h.
typedef TImageType itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::ImageType |
Definition at line 44 of file itkMITKScalarImageToHistogramGenerator.h.
typedef ImageType::PixelType itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::PixelType |
Definition at line 47 of file itkMITKScalarImageToHistogramGenerator.h.
typedef SmartPointer<Self> itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::Pointer |
Definition at line 35 of file itkMITKScalarImageToHistogramGenerator.h.
typedef MITKScalarImageToHistogramGenerator itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::Self |
Standard typedefs
Definition at line 33 of file itkMITKScalarImageToHistogramGenerator.h.
typedef Object itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::Superclass |
Definition at line 34 of file itkMITKScalarImageToHistogramGenerator.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 77 of file itkMITKScalarImageToHistogramGenerator.h.
Pointer itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::Clone | ( | ) | const |
void itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::Compute | ( | void | ) |
Triggers the Computation of the histogram
|
virtual |
Run-time type information (and related methods).
const HistogramType* itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::GetOutput | ( | ) | const |
|
static |
standard New() method support
|
overrideprotected |
void itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::SetInput | ( | const ImageType * | ) |
Connects the input image for which the histogram is going to be computed
void itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::SetMarginalScale | ( | double | marginalScale | ) |
Set marginal scale value to be passed to the histogram generator
void itk::Statistics::MITKScalarImageToHistogramGenerator< TImageType, TMeasurementType >::SetNumberOfBins | ( | unsigned int | numberOfBins | ) |
Set number of histogram bins