14 #ifndef itkDiffusionTensor3DNearestNeighborInterpolateFunction_h 15 #define itkDiffusionTensor3DNearestNeighborInterpolateFunction_h 27 template <
class TData,
class TCoordRep =
double>
56 #ifndef ITK_MANUAL_INSTANTIATION 57 #include "itkDiffusionTensor3DNearestNeighborInterpolateFunction.txx"
SmartPointer< Self > Pointer
Simplified inverse ITK transforms.
DiffusionTensor3D< TensorType > TensorDataType
Superclass::PointType PointType
Point< double, 3 > PointType
Superclass::ContinuousIndexType ContinuousIndexType
DiffusionTensor3DNearestNeighborInterpolateFunction Self
TensorDataType EvaluateAtContinuousIndex(const ContinuousIndexType &index) const override
Image< TensorDataType, 3 > DiffusionImageType
SmartPointer< const Self > ConstPointer
itkTypeMacro(DiffusionTensor3DNearestNeighborInterpolateFunction, DiffusionTensor3DInterpolateImageFunction)
Superclass::ContinuousIndexType ContinuousIndexType
Superclass::TensorDataType TensorDataType
ImageFunction< DiffusionImageType, DataType, double > ImageFunctionType
Superclass::DiffusionImageType DiffusionImageType
DiffusionTensor3DInterpolateImageFunction< DataType > Superclass