19 #ifndef rtkForwardProjectionImageFilter_h 20 #define rtkForwardProjectionImageFilter_h 36 template <
class TInputImage,
class TOutputImage = TInputImage>
63 this->SetNumberOfRequiredInputs(2);
64 this->SetInPlace(
true);
71 VerifyPreconditions() ITKv5_CONST override;
75 GenerateInputRequestedRegion() override;
80 VerifyInputInformation()
const override 90 #ifndef ITK_MANUAL_INSTANTIATION 91 # include "rtkForwardProjectionImageFilter.hxx"
Base class for forward projection, i.e. accumulation along x-ray lines.
typename GeometryType::ConstPointer GeometryPointer
GeometryPointer m_Geometry
Projection geometry for a source and a 2-D flat panel.
ForwardProjectionImageFilter()