|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkLandmarkDisplacementFieldSource_h
19 #define itkLandmarkDisplacementFieldSource_h
48 template <
typename TOutputImage>
71 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
115 SetOutputSpacing(
const double * spacing);
119 itkGetConstReferenceMacro(OutputSpacing,
SpacingType);
124 SetOutputOrigin(
const double * origin);
146 GenerateOutputInformation()
override;
150 GetMTime()
const override;
156 PrintSelf(std::ostream & os,
Indent indent)
const override;
163 GenerateData()
override;
169 PrepareKernelBaseSpline();
187 #ifndef ITK_MANUAL_INSTANTIATION
188 # include "itkLandmarkDisplacementFieldSource.hxx"
typename KernelTransformType::Pointer KernelTransformPointerType
OutputImageRegionType m_OutputRegion
KernelTransformPointerType m_KernelTransform
typename OutputImageType::SizeType OutputSizeType
ImageBaseType::DirectionType DirectionType
typename OutputImageType::Pointer OutputImagePointer
A superclass of the N-dimensional mesh structure; supports point (geometric coordinate and attribute)...
SizeValueType ModifiedTimeType
typename TOutputImage::PixelType OutputPixelType
typename TOutputImage::DirectionType DirectionType
ImageBaseType::PointType PointType
LandmarkContainerPointer m_TargetLandmarks
ImageBaseType::SizeType SizeType
typename LandmarkContainer::ConstPointer LandmarkContainerPointer
Control indentation during Print() invocation.
OriginPointType m_OutputOrigin
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename KernelTransformType::PointSetType LandmarkPointSetType
SpacingType m_OutputSpacing
ImageBaseType::RegionType RegionType
typename TOutputImage::SpacingType SpacingType
typename OutputPixelType::ValueType OutputPixelComponentType
typename TOutputImage::PointType OriginPointType
DirectionType m_OutputDirection
typename OutputImageType::RegionType OutputImageRegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename LandmarkPointSetType::PointType LandmarkPointType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::IndexType OutputIndexType
LandmarkContainerPointer m_SourceLandmarks
typename KernelTransformType::PointsContainer LandmarkContainer
Computes a displacement field from two sets of landmarks.
TOutputImage OutputImageType