19 #ifndef rtkReorderProjectionsImageFilter_h 20 #define rtkReorderProjectionsImageFilter_h 24 #include "rtkConfiguration.h" 44 template <
class TInputImage,
class TOutputImage = TInputImage>
73 itkGetModifiableObjectMacro(OutputGeometry,
GeometryType);
84 SetInputSignal(
const std::vector<double> signal);
96 VerifyPreconditions() ITKv5_CONST override;
99 GenerateData() override;
107 std::vector<
double> m_InputSignal;
108 std::vector<
double> m_OutputSignal;
117 #ifndef ITK_MANUAL_INSTANTIATION 118 # include "rtkReorderProjectionsImageFilter.hxx"
TInputImage InputImageType
Projection geometry for a source and a 2-D flat panel.
#define itkSetMacro(name, type)
enum { NONE=0, SORT=1, SHUFFLE=2 } PermutationType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
Sorts or shuffle projections and geometry inputs.