ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkRayCastInterpolateImageFunction.h>
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.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Vector< TCoordRep, 3 > | DirectionType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::InputImageType | InputImageType |
typedef TransformType::InputPointType | InputPointType |
typedef InterpolatorType::Pointer | InterpolatorPointer |
typedef InterpolateImageFunction < TInputImage, TCoordRep > | InterpolatorType |
typedef TransformType::OutputPointType | OutputPointType |
typedef Superclass::OutputType | OutputType |
typedef Superclass::InputPixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::PointType | PointType |
typedef Superclass::RealType | RealType |
typedef RayCastInterpolateImageFunction | Self |
typedef TInputImage::SizeType | SizeType |
typedef InterpolateImageFunction < TInputImage, TCoordRep > | Superclass |
typedef TransformType::JacobianType | TransformJacobianType |
typedef TransformType::ParametersType | TransformParametersType |
typedef TransformType::Pointer | TransformPointer |
typedef Transform< TCoordRep, 3, 3 > | TransformType |
Public Types inherited from itk::InterpolateImageFunction< TInputImage, TCoordRep > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::IndexValueType | IndexValueType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::PointType | PointType |
typedef NumericTraits < typename TInputImage::PixelType > ::RealType | RealType |
typedef InterpolateImageFunction | Self |
typedef ImageFunction < TInputImage, typename NumericTraits< typename TInputImage::PixelType > ::RealType, TCoordRep > | Superclass |
Public Types inherited from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef ContinuousIndex < TCoordRep, itkGetStaticConstMacro(ImageDimension) > | ContinuousIndexType |
typedef TCoordRep | CoordRepType |
typedef InputImageType::IndexType | IndexType |
typedef InputImageType::IndexValueType | IndexValueType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef NumericTraits < TInputImage::PixelType > ::RealType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > | PointType |
typedef ImageFunction | Self |
typedef FunctionBase< Point < TCoordRep, itkGetStaticConstMacro(ImageDimension) > , NumericTraits < TInputImage::PixelType > ::RealType > | Superclass |
Public Types inherited from itk::FunctionBase< Point< TCoordRep, TInputImage::ImageDimension >, NumericTraits< TInputImage::PixelType >::RealType > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Point< TCoordRep, TInputImage::ImageDimension > | InputType |
typedef NumericTraits < TInputImage::PixelType > ::RealType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef FunctionBase | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
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 const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep > | |
static const unsigned int | ImageDimension |
Protected Attributes | |
InputPointType | m_FocalPoint |
InterpolatorPointer | m_Interpolator |
double | m_Threshold |
TransformPointer | m_Transform |
Private Member Functions | |
void | operator= (const Self &) |
RayCastInterpolateImageFunction (const Self &) | |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef SmartPointer< const Self > itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::ConstPointer |
Definition at line 47 of file itkRayCastInterpolateImageFunction.h.
typedef Superclass::ContinuousIndexType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
ContinuousIndex typedef support.
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.
Definition at line 98 of file itkRayCastInterpolateImageFunction.h.
typedef Superclass::InputImageType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::InputImageType |
InputImageType typedef support.
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.
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 |
Definition at line 46 of file itkRayCastInterpolateImageFunction.h.
typedef Superclass::PointType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::PointType |
Point typedef support.
Definition at line 95 of file itkRayCastInterpolateImageFunction.h.
typedef Superclass::RealType itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::RealType |
RealType typedef support.
Definition at line 89 of file itkRayCastInterpolateImageFunction.h.
typedef RayCastInterpolateImageFunction itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
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 |
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 |
|
virtual |
Get a pointer to the Interpolator.
|
virtual |
Get a pointer to the Transform.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::InterpolateImageFunction< TInputImage, TCoordRep >.
|
virtual |
Get a pointer to the Transform.
|
virtual |
|
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.
|
private |
|
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.
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.