19 #ifndef rtkRayQuadricIntersectionImageFilter_h 20 #define rtkRayQuadricIntersectionImageFilter_h 23 #include "rtkConfiguration.h" 37 template <
class TInputImage,
class TOutputImage>
67 itkGetConstReferenceMacro(PlaneDirections, std::vector<VectorType>);
68 itkGetConstReferenceMacro(PlanePositions, std::vector<ScalarType>);
103 BeforeThreadedGenerateData()
override;
124 #ifndef ITK_MANUAL_INSTANTIATION 125 # include "rtkRayQuadricIntersectionImageFilter.hxx" itk::Vector< ScalarType, Dimension > VectorType
itk::InPlaceImageFilter< TInputImage, TOutputImage > Superclass
Analytical projection of ConvexShape.
ConvexShape::VectorType VectorType
itk::SmartPointer< Self > Pointer
std::vector< ScalarType > m_PlanePositions
std::vector< VectorType > m_PlaneDirections
#define itkSetMacro(name, type)
ConvexShape::ScalarType ScalarType
Analytical projection of a QuadricShape.
ConvexShape::PointType PointType
itk::SmartPointer< const Self > ConstPointer
itk::Vector< ScalarType, Dimension > PointType