![]() |
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 | |
using | ImageType = TImage |
using | PointType = typename ImageType::PointType |
using | RealType = typename NumericTraits< PixelType >::RealType |
Public Member Functions | |
ImageSample ()=default | |
~ImageSample ()=default | |
Data Fields | |
PointType | m_ImageCoordinates |
RealType | m_ImageValue |
using itk::ImageSample< TImage >::ImageType = TImage |
Typedef's.
Definition at line 42 of file itkImageSample.h.
using itk::ImageSample< TImage >::PointType = typename ImageType::PointType |
Definition at line 43 of file itkImageSample.h.
using itk::ImageSample< TImage >::RealType = typename NumericTraits<PixelType>::RealType |
Definition at line 45 of file itkImageSample.h.
|
default |
|
default |
PointType itk::ImageSample< TImage >::m_ImageCoordinates |
Member variables.
Definition at line 48 of file itkImageSample.h.
RealType itk::ImageSample< TImage >::m_ImageValue |
Definition at line 49 of file itkImageSample.h.
Generated on Wed 12 Apr 2023
for elastix by ![]() |
![]() |