|
ITK
6.0.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;
114 SetOutputSpacing(
const double * spacing);
118 itkGetConstReferenceMacro(OutputSpacing,
SpacingType);
123 SetOutputOrigin(
const double * origin);
146 GenerateOutputInformation()
override;
150 GetMTime()
const override;
156 PrintSelf(std::ostream & os,
Indent indent)
const override;
161 GenerateData()
override;
166 PrepareKernelBaseSpline();
185 #ifndef ITK_MANUAL_INSTANTIATION
186 # include "itkLandmarkDisplacementFieldSource.hxx"
SmartPointer< Self > Pointer
typename KernelTransformType::Pointer KernelTransformPointerType
SmartPointer< const Self > ConstPointer
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
ImageBaseType::SizeType SizeType
typename LandmarkContainer::ConstPointer LandmarkContainerPointer
Control indentation during Print() invocation.
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename KernelTransformType::PointSetType LandmarkPointSetType
ImageBaseType::RegionType RegionType
typename TOutputImage::SpacingType SpacingType
typename OutputPixelType::ValueType OutputPixelComponentType
typename TOutputImage::PointType OriginPointType
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
typename KernelTransformType::PointsContainer LandmarkContainer
Computes a displacement field from two sets of landmarks.
TOutputImage OutputImageType