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 34 of file itkImageSample.h.
Public Types | |
typedef TImage | ImageType |
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 43 of file itkImageSample.h.
typedef ImageType::PointType itk::ImageSample< TImage >::PointType |
Definition at line 44 of file itkImageSample.h.
typedef NumericTraits<PixelType>::RealType itk::ImageSample< TImage >::RealType |
Definition at line 46 of file itkImageSample.h.
|
inline |
Definition at line 39 of file itkImageSample.h.
|
inline |
Definition at line 40 of file itkImageSample.h.
PointType itk::ImageSample< TImage >::m_ImageCoordinates |
Member variables.
Definition at line 49 of file itkImageSample.h.
RealType itk::ImageSample< TImage >::m_ImageValue |
Definition at line 50 of file itkImageSample.h.
Generated on 1667476801 for elastix by 1.9.4 |