|
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/CLI/ResampleDTIVolume/itkDiffusionTensor3DNearestNeighborInterpolateFunction.h>


Public Member Functions | |
| TensorDataType | EvaluateAtContinuousIndex (const ContinuousIndexType &index) const override |
| itkNewMacro (Self) | |
| itkTypeMacro (DiffusionTensor3DNearestNeighborInterpolateFunction, DiffusionTensor3DInterpolateImageFunction) | |
Public Member Functions inherited from itk::DiffusionTensor3DInterpolateImageFunction< TData, double > | |
| TensorDataType | Evaluate (const PointType &point) const override |
| TensorDataType | EvaluateAtIndex (const IndexType &index) const override |
| itkTypeMacro (DiffusionTensor3DInterpolateImageFunction, ImageFunction) | |
Additional Inherited Members | |
Protected Member Functions inherited from itk::DiffusionTensor3DInterpolateImageFunction< TData, double > | |
| DiffusionTensor3DInterpolateImageFunction () | |
Protected Attributes inherited from itk::DiffusionTensor3DInterpolateImageFunction< TData, double > | |
| unsigned long | m_LatestTime |
Definition at line 28 of file itkDiffusionTensor3DNearestNeighborInterpolateFunction.h.
| typedef SmartPointer<const Self> itk::DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep >::ConstPointer |
Definition at line 38 of file itkDiffusionTensor3DNearestNeighborInterpolateFunction.h.
| typedef Superclass::ContinuousIndexType itk::DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep >::ContinuousIndexType |
Definition at line 40 of file itkDiffusionTensor3DNearestNeighborInterpolateFunction.h.
| typedef TData itk::DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep >::DataType |
Definition at line 31 of file itkDiffusionTensor3DNearestNeighborInterpolateFunction.h.
| typedef Superclass::DiffusionImageType itk::DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep >::DiffusionImageType |
Definition at line 35 of file itkDiffusionTensor3DNearestNeighborInterpolateFunction.h.
| typedef ImageFunction<DiffusionImageType, DataType, double> itk::DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep >::ImageFunctionType |
Definition at line 39 of file itkDiffusionTensor3DNearestNeighborInterpolateFunction.h.
| typedef SmartPointer<Self> itk::DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep >::Pointer |
Definition at line 37 of file itkDiffusionTensor3DNearestNeighborInterpolateFunction.h.
| typedef Superclass::PointType itk::DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep >::PointType |
Definition at line 36 of file itkDiffusionTensor3DNearestNeighborInterpolateFunction.h.
| typedef DiffusionTensor3DNearestNeighborInterpolateFunction itk::DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep >::Self |
Definition at line 32 of file itkDiffusionTensor3DNearestNeighborInterpolateFunction.h.
| typedef DiffusionTensor3DInterpolateImageFunction<DataType> itk::DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep >::Superclass |
Definition at line 33 of file itkDiffusionTensor3DNearestNeighborInterpolateFunction.h.
| typedef Superclass::TensorDataType itk::DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep >::TensorDataType |
Definition at line 34 of file itkDiffusionTensor3DNearestNeighborInterpolateFunction.h.
|
overridevirtual |
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::DiffusionTensor3DInterpolateImageFunction< TData, double >.
| itk::DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep >::itkNewMacro | ( | Self | ) |
| itk::DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep >::itkTypeMacro | ( | DiffusionTensor3DNearestNeighborInterpolateFunction< TData, TCoordRep > | , |
| DiffusionTensor3DInterpolateImageFunction | ) |
Run-time type information (and related methods).