24#ifndef _SO_RESAMPLEELASTIC2D_IMAGE_FILTER_H_
25#define _SO_RESAMPLEELASTIC2D_IMAGE_FILTER_H_
110 NEAREST_NEIGHBOR = 0,
#define SO_IMAGEVIZ_ENGINE_HEADER(className)
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Abstract base class fo...
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Image Processing outpu...
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> (Preview feature) SoRe...
SoSFImageDataAdapter inImage
Input image to resample.
SoSFVec2i32 imageDimensions
The size in pixels of the output image.
ExtrapolationType
The type of extrapolation used.
SoResampleElasticProcessing2d()
Constructor.
SoSFVec2f origin
The origin in world coordinates of the output image.
SoSFDouble paddingValue
This is the padding value.
SoSFImageDataAdapter inDisplacementField
The displacement field that maps the output voxels to the input voxels.
SoSFEnum interpolationType
Type of interpolation you want to use.
SoImageVizEngineOutput< SoSFImageDataAdapter, SoImageDataAdapter * > outImage
The resampled output image.
SoSFEnum extrapolationType
The type of extrapolation used.
SoSFVec2f voxelSize
The pixel size in world coordinates for x and y directions of the output image.
InterpolationType
Type of interpolation used.
Field containing a floating-point value.
Field containing an enumerated value.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> Field containing an So...
Field containing a two-dimensional vector.
Field containing a two-dimensional vector.