19 #ifndef rtkForwardProjectionImageFilter_h 20 #define rtkForwardProjectionImageFilter_h 36 template <
class TInputImage,
class TOutputImage = TInputImage>
52 #ifdef itkOverrideGetNameOfClassMacro 68 this->SetNumberOfRequiredInputs(2);
69 this->SetInPlace(
true);
76 VerifyPreconditions()
const override;
80 GenerateInputRequestedRegion()
override;
95 #ifndef ITK_MANUAL_INSTANTIATION 96 # 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()
void VerifyInputInformation() const override