18 #ifndef itkLandmarkDisplacementFieldSource_h
19 #define itkLandmarkDisplacementFieldSource_h
48 template<
typename TOutputImage >
70 itkStaticConstMacro(ImageDimension,
unsigned int,
71 TOutputImage::ImageDimension);
114 virtual void SetOutputSpacing(
const double *values);
118 itkGetConstReferenceMacro(OutputSpacing,
SpacingType);
122 virtual void SetOutputOrigin(
const double *values);
143 virtual void GenerateOutputInformation() ITK_OVERRIDE;
150 ~LandmarkDisplacementFieldSource() ITK_OVERRIDE {}
151 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
157 void GenerateData() ITK_OVERRIDE;
162 void PrepareKernelBaseSpline();
182 #ifndef ITK_MANUAL_INSTANTIATION
183 #include "itkLandmarkDisplacementFieldSource.hxx"
TOutputImage::PointType OriginPointType
KernelTransformType::PointsContainer LandmarkContainer
OutputImageType::RegionType OutputImageRegionType
TOutputImage::DirectionType DirectionType
TOutputImage OutputImageType
unsigned long ModifiedTimeType
OutputImageType::SizeType OutputSizeType
ImageSource< TOutputImage > Superclass
KernelTransform< double, itkGetStaticConstMacro(ImageDimension) > KernelTransformType
LandmarkDisplacementFieldSource Self
Base class for all process objects that output image data.
LandmarkPointSetType::PointType LandmarkPointType
TOutputImage::SpacingType SpacingType
ImageBaseType::DirectionType DirectionType
LandmarkContainer::ConstPointer LandmarkContainerPointer
Computes a displacement field from two sets of landmarks.
SmartPointer< Self > Pointer
OutputPixelType::ValueType OutputPixelComponentType
OutputImageType::IndexType OutputIndexType
ImageBaseType::PointType PointType
SmartPointer< const Self > ConstPointer
TOutputImage::PixelType OutputPixelType
A superclass of the N-dimensional mesh structure; supports point (geometric coordinate and attribute)...
KernelTransformType::Pointer KernelTransformPointerType
KernelTransformType::PointSetType LandmarkPointSetType
MeshTraits::PointType PointType
OutputImageType::Pointer OutputImagePointer
OutputImageType::RegionType OutputImageRegionType
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType