ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkRayCastInterpolateImageFunction.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::InterpolateImageFunction< TInputImage, TCoordRep > | |
Static Public Attributes inherited from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep > |
Protected Attributes | |
InputPointType | m_FocalPoint |
InterpolatorPointer | m_Interpolator |
double | m_Threshold |
TransformPointer | m_Transform |
Private Member Functions | |
void | operator= (const Self &) |
RayCastInterpolateImageFunction (const Self &) |
Projective interpolation of an image at specified positions.
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.
typedef SmartPointer< const Self > itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::ConstPointer |
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 47 of file itkRayCastInterpolateImageFunction.h.
typedef Superclass::ContinuousIndexType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
ContinuousIndex typedef support.
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 101 of file itkRayCastInterpolateImageFunction.h.
typedef Vector< TCoordRep, 3 > itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::DirectionType |
Definition at line 69 of file itkRayCastInterpolateImageFunction.h.
typedef Superclass::IndexType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::IndexType |
Index typedef support.
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 98 of file itkRayCastInterpolateImageFunction.h.
typedef Superclass::InputImageType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::InputImageType |
InputImageType typedef support.
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 86 of file itkRayCastInterpolateImageFunction.h.
typedef TransformType::InputPointType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::InputPointType |
Definition at line 60 of file itkRayCastInterpolateImageFunction.h.
typedef InterpolatorType::Pointer itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::InterpolatorPointer |
Definition at line 74 of file itkRayCastInterpolateImageFunction.h.
typedef InterpolateImageFunction< TInputImage, TCoordRep > itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::InterpolatorType |
Type of the Interpolator Base class
Definition at line 72 of file itkRayCastInterpolateImageFunction.h.
typedef TransformType::OutputPointType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::OutputPointType |
Definition at line 61 of file itkRayCastInterpolateImageFunction.h.
typedef Superclass::OutputType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::OutputType |
OutputType typedef support.
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 80 of file itkRayCastInterpolateImageFunction.h.
typedef Superclass::InputPixelType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::PixelType |
Definition at line 65 of file itkRayCastInterpolateImageFunction.h.
typedef SmartPointer< Self > itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::Pointer |
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 46 of file itkRayCastInterpolateImageFunction.h.
typedef Superclass::PointType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::PointType |
Point typedef support.
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 95 of file itkRayCastInterpolateImageFunction.h.
typedef Superclass::RealType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::RealType |
RealType typedef support.
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 89 of file itkRayCastInterpolateImageFunction.h.
typedef RayCastInterpolateImageFunction itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 44 of file itkRayCastInterpolateImageFunction.h.
typedef TInputImage::SizeType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::SizeType |
Definition at line 67 of file itkRayCastInterpolateImageFunction.h.
typedef InterpolateImageFunction< TInputImage, TCoordRep > itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::Superclass |
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 45 of file itkRayCastInterpolateImageFunction.h.
typedef TransformType::JacobianType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::TransformJacobianType |
Definition at line 63 of file itkRayCastInterpolateImageFunction.h.
typedef TransformType::ParametersType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::TransformParametersType |
Definition at line 62 of file itkRayCastInterpolateImageFunction.h.
typedef TransformType::Pointer itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::TransformPointer |
Definition at line 59 of file itkRayCastInterpolateImageFunction.h.
typedef Transform< TCoordRep, 3, 3 > itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::TransformType |
Type of the Transform Base class The fixed image should be a 3D image
Definition at line 57 of file itkRayCastInterpolateImageFunction.h.
|
protected |
Constructor.
|
inlineprotected |
Destructor.
Definition at line 177 of file itkRayCastInterpolateImageFunction.h.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
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 >.
|
virtual |
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 >.
|
virtual |
Get a pointer to the Interpolator.
|
virtual |
Get a pointer to the Interpolator.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
|
virtual |
Get a pointer to the Transform.
|
virtual |
Get a pointer to the Transform.
|
inlinevirtual |
Check if a point is inside the image buffer.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Definition at line 156 of file itkRayCastInterpolateImageFunction.h.
|
inline |
Definition at line 161 of file itkRayCastInterpolateImageFunction.h.
|
inline |
Definition at line 166 of file itkRayCastInterpolateImageFunction.h.
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
|
protectedvirtual |
Print the object.
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
|
virtual |
Connect the Interpolator.
|
virtual |
Connect the Interpolator.
|
virtual |
Connect the Transform.
|
virtual |
Connect the Transform.
|
static |
Dimension underlying input image.
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 92 of file itkRayCastInterpolateImageFunction.h.
|
static |
Constants for the image dimensions
Definition at line 51 of file itkRayCastInterpolateImageFunction.h.
|
protected |
The focal point or position of the ray source.
Definition at line 186 of file itkRayCastInterpolateImageFunction.h.
|
protected |
Pointer to the interpolator.
Definition at line 192 of file itkRayCastInterpolateImageFunction.h.
|
protected |
The threshold above which voxels along the ray path are integrated.
Definition at line 189 of file itkRayCastInterpolateImageFunction.h.
|
protected |
Transformation used to calculate the new focal point position.
Definition at line 183 of file itkRayCastInterpolateImageFunction.h.