ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Static Public Attributes
itk::Statistics::ImageJointDomainTraits< TImage > Class Template Reference

#include <itkJointDomainImageToListSampleAdaptor.h>

List of all members.

Public Types

typedef float CoordinateRepType
typedef JoinTraits
< RangeDomainMeasurementType,
CoordinateRepType
JoinTraitsType
typedef JoinTraitsType::ValueType MeasurementType
typedef FixedArray
< MeasurementType,
itkGetStaticConstMacro(Dimension) > 
MeasurementVectorType
typedef PixelTraits< typename
TImage::PixelType > 
PixelTraitsType
typedef Point
< CoordinateRepType,
itkGetStaticConstMacro(ImageDimension) > 
PointType
typedef PixelTraitsType::ValueType RangeDomainMeasurementType
typedef ImageJointDomainTraits Self

Static Public Attributes

static const unsigned int Dimension = TImage::ImageDimension + PixelTraitsType::Dimension
static const unsigned int ImageDimension = TImage::ImageDimension

Detailed Description

template<class TImage>
class itk::Statistics::ImageJointDomainTraits< TImage >

This class provides the type definition for the measurement vector in the joint domain (range domain – pixel values + spatial domain – pixel's physical coordinates).

See also:
JointDomainImageToListSampleAdaptor

Definition at line 40 of file itkJointDomainImageToListSampleAdaptor.h.


Member Typedef Documentation

template<class TImage>
typedef float itk::Statistics::ImageJointDomainTraits< TImage >::CoordinateRepType

Definition at line 51 of file itkJointDomainImageToListSampleAdaptor.h.

Definition at line 53 of file itkJointDomainImageToListSampleAdaptor.h.

Definition at line 54 of file itkJointDomainImageToListSampleAdaptor.h.

template<class TImage>
typedef FixedArray< MeasurementType, itkGetStaticConstMacro(Dimension) > itk::Statistics::ImageJointDomainTraits< TImage >::MeasurementVectorType

Definition at line 57 of file itkJointDomainImageToListSampleAdaptor.h.

template<class TImage>
typedef PixelTraits< typename TImage::PixelType > itk::Statistics::ImageJointDomainTraits< TImage >::PixelTraitsType

Definition at line 42 of file itkJointDomainImageToListSampleAdaptor.h.

template<class TImage>
typedef Point< CoordinateRepType, itkGetStaticConstMacro(ImageDimension) > itk::Statistics::ImageJointDomainTraits< TImage >::PointType

Definition at line 52 of file itkJointDomainImageToListSampleAdaptor.h.

Definition at line 43 of file itkJointDomainImageToListSampleAdaptor.h.

template<class TImage>
typedef ImageJointDomainTraits itk::Statistics::ImageJointDomainTraits< TImage >::Self

Definition at line 41 of file itkJointDomainImageToListSampleAdaptor.h.


Member Data Documentation

template<class TImage>
const unsigned int itk::Statistics::ImageJointDomainTraits< TImage >::Dimension = TImage::ImageDimension + PixelTraitsType::Dimension
static

Definition at line 49 of file itkJointDomainImageToListSampleAdaptor.h.

template<class TImage>
const unsigned int itk::Statistics::ImageJointDomainTraits< TImage >::ImageDimension = TImage::ImageDimension
static

Definition at line 45 of file itkJointDomainImageToListSampleAdaptor.h.


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