#include <itkRayCastInterpolateImageFunction.h>
Inheritance diagram for itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >:
RayCastInterpolateImageFunction casts rays through a 3-dimensional image and uses bilinear interpolation to integrate each plane of voxels traversed.
Definition at line 39 of file itkRayCastInterpolateImageFunction.h.
|
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 47 of file itkRayCastInterpolateImageFunction.h. |
|
ContinuousIndex typedef support. Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 102 of file itkRayCastInterpolateImageFunction.h. Referenced by itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::IsInsideBuffer(). |
|
Definition at line 69 of file itkRayCastInterpolateImageFunction.h. |
|
Index typedef support. Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 99 of file itkRayCastInterpolateImageFunction.h. Referenced by itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::IsInsideBuffer(). |
|
InputImageType typedef support. Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 87 of file itkRayCastInterpolateImageFunction.h. |
|
Definition at line 60 of file itkRayCastInterpolateImageFunction.h. |
|
Definition at line 74 of file itkRayCastInterpolateImageFunction.h. |
|
Type of the Interpolator Base class Definition at line 72 of file itkRayCastInterpolateImageFunction.h. |
|
Definition at line 61 of file itkRayCastInterpolateImageFunction.h. |
|
OutputType typedef support. Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 84 of file itkRayCastInterpolateImageFunction.h. |
|
Definition at line 65 of file itkRayCastInterpolateImageFunction.h. |
|
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 46 of file itkRayCastInterpolateImageFunction.h. |
|
Point typedef support. Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 96 of file itkRayCastInterpolateImageFunction.h. |
|
RealType typedef support. Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 90 of file itkRayCastInterpolateImageFunction.h. |
|
Standard class typedefs. Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 44 of file itkRayCastInterpolateImageFunction.h. |
|
Definition at line 67 of file itkRayCastInterpolateImageFunction.h. |
|
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. Definition at line 45 of file itkRayCastInterpolateImageFunction.h. |
|
Definition at line 63 of file itkRayCastInterpolateImageFunction.h. |
|
Definition at line 62 of file itkRayCastInterpolateImageFunction.h. |
|
Definition at line 59 of file itkRayCastInterpolateImageFunction.h. |
|
Type of the Transform Base class The fixed image should be a 3D image Definition at line 57 of file itkRayCastInterpolateImageFunction.h. |
|
Constructor.
|
|
Destructor.
Definition at line 180 of file itkRayCastInterpolateImageFunction.h. |
|
Interpolate the image at a point position. Returns the interpolated image intensity at a specified point position. No bounds checking is done. The point is assume to lie within the image buffer. ImageFunction::IsInsideBuffer() can be used to check bounds before calling the method. Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. |
|
Interpolate the image at a continuous index position Returns the interpolated image intensity at a specified index position. No bounds checking is done. The point is assume to lie within the image buffer. Subclasses must override this method. ImageFunction::IsInsideBuffer() can be used to check bounds before calling the method. Implements itk::InterpolateImageFunction< TInputImage, TCoordRep >. |
|
Get a pointer to the Interpolator. |
|
Get a pointer to the Interpolator. |
|
Run-time type information (and related methods). Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. |
|
Get a pointer to the Transform. |
|
Get a pointer to the Transform. |
|
Check if a point is inside the image buffer.
Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 168 of file itkRayCastInterpolateImageFunction.h. |
|
Check if a point is inside the image buffer.
Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 164 of file itkRayCastInterpolateImageFunction.h. References itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::IndexType. |
|
Check if a point is inside the image buffer.
Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 160 of file itkRayCastInterpolateImageFunction.h. References itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::ContinuousIndexType. |
|
Dimension underlying input image. Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. |
|
Constants for the image dimensions |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Print the object.
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >. |
|
Connect the Interpolator. |
|
Connect the Interpolator. |
|
Connect the Transform. |
|
Connect the Transform. |
|
The focal point or position of the ray source.
Definition at line 189 of file itkRayCastInterpolateImageFunction.h. |
|
Pointer to the interpolator.
Definition at line 195 of file itkRayCastInterpolateImageFunction.h. |
|
The threshold above which voxels along the ray path are integrated.
Definition at line 192 of file itkRayCastInterpolateImageFunction.h. |
|
Transformation used to calculate the new focal point position.
Definition at line 186 of file itkRayCastInterpolateImageFunction.h. |