![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkImageSample.h>
Public Types | |
typedef TImage | ImageType |
typedef ImageType::PixelType | PixelType |
typedef ImageType::PointType | PointType |
typedef NumericTraits < PixelType >::RealType | RealType |
Public Member Functions | |
ImageSample () | |
~ImageSample () | |
Data Fields | |
PointType | m_ImageCoordinates |
RealType | m_ImageValue |
A class that defines an image sample, which is the coordinates of a point and its value.
Definition at line 31 of file itkImageSample.h.
typedef TImage itk::ImageSample< TImage >::ImageType |
Typedef's.
Definition at line 37 of file itkImageSample.h.
typedef ImageType::PixelType itk::ImageSample< TImage >::PixelType |
Definition at line 42 of file itkImageSample.h.
typedef ImageType::PointType itk::ImageSample< TImage >::PointType |
Definition at line 41 of file itkImageSample.h.
typedef NumericTraits<PixelType>::RealType itk::ImageSample< TImage >::RealType |
Definition at line 43 of file itkImageSample.h.
itk::ImageSample< TImage >::ImageSample | ( | ) | [inline] |
Definition at line 36 of file itkImageSample.h.
itk::ImageSample< TImage >::~ImageSample | ( | ) | [inline] |
Definition at line 37 of file itkImageSample.h.
PointType itk::ImageSample< TImage >::m_ImageCoordinates |
Member variables.
Definition at line 46 of file itkImageSample.h.
RealType itk::ImageSample< TImage >::m_ImageValue |
Definition at line 47 of file itkImageSample.h.
Generated on 24-05-2012 for elastix by ![]() |
![]() |