19 #ifndef rtkProjectGeometricPhantomImageFilter_h 20 #define rtkProjectGeometricPhantomImageFilter_h 39 template <
class TInputImage,
class TOutputImage>
102 itkGetConstMacro(IsForbildConfigFile,
bool);
103 itkBooleanMacro(IsForbildConfigFile);
108 itkGetMacro(RotationMatrix, RotationMatrixType);
114 AddClipPlane(
const VectorType & dir,
const ScalarType & pos);
116 SetClipPlanes(
const std::vector<VectorType> & dir,
const std::vector<ScalarType> & pos);
125 VerifyPreconditions()
const override;
128 GenerateData()
override;
136 bool m_IsForbildConfigFile{
false };
144 #ifndef ITK_MANUAL_INSTANTIATION 145 # include "rtkProjectGeometricPhantomImageFilter.hxx"
Container for a geometric phantom, i.e., a set of ConvexShapes.
itk::Vector< ScalarType, Dimension > VectorType
Analytical projection a GeometricPhantom.
ConvexShape::ScalarType ScalarType
itk::SmartPointer< const Self > ConstPointer
typename GeometryType::ConstPointer GeometryConstPointer
RotationMatrixType m_RotationMatrix
virtual void SetPhantomScale(const ScalarType _arg)
Projection geometry for a source and a 2-D flat panel.
#define itkSetMacro(name, type)
std::vector< ScalarType > m_PlanePositions
std::vector< VectorType > m_PlaneDirections
GeometryConstPointer m_Geometry
GeometricPhantomConstPointer m_GeometricPhantom
itk::Matrix< ScalarType, Dimension, Dimension > RotationMatrixType