18 #ifndef __itkRayCastInterpolateImageFunction_h
19 #define __itkRayCastInterpolateImageFunction_h
38 template<
class TInputImage,
class TCoordRep =
double >
50 itkStaticConstMacro(InputImageDimension,
unsigned int,
51 TInputImage::ImageDimension);
65 typedef typename Superclass::InputPixelType
PixelType;
67 typedef typename TInputImage::SizeType
SizeType;
83 typedef typename Superclass::OutputType
OutputType;
89 typedef typename Superclass::RealType
RealType;
92 itkStaticConstMacro(ImageDimension,
unsigned int, Superclass::ImageDimension);
148 itkSetMacro(Threshold,
double);
151 itkGetConstMacro(Threshold,
double);
180 void PrintSelf(std::ostream & os,
Indent indent)
const;
195 void operator=(
const Self &);
199 #ifndef ITK_MANUAL_INSTANTIATION
200 #include "itkRayCastInterpolateImageFunction.hxx"