![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkImageSample.h>
A class that defines an image sample, which is the coordinates of a point and its value.
Definition at line 35 of file 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 |
typedef TImage itk::ImageSample< TImage >::ImageType |
Typedef's.
Definition at line 44 of file itkImageSample.h.
typedef ImageType::PixelType itk::ImageSample< TImage >::PixelType |
Definition at line 46 of file itkImageSample.h.
typedef ImageType::PointType itk::ImageSample< TImage >::PointType |
Definition at line 45 of file itkImageSample.h.
typedef NumericTraits< PixelType >::RealType itk::ImageSample< TImage >::RealType |
Definition at line 47 of file itkImageSample.h.
|
inline |
Definition at line 40 of file itkImageSample.h.
|
inline |
Definition at line 41 of file itkImageSample.h.
PointType itk::ImageSample< TImage >::m_ImageCoordinates |
Member variables.
Definition at line 50 of file itkImageSample.h.
RealType itk::ImageSample< TImage >::m_ImageValue |
Definition at line 51 of file itkImageSample.h.
Generated on 07-03-2016 for elastix by ![]() |
![]() |