19 #ifndef rtkDrawEllipsoidImageFilter_h 20 #define rtkDrawEllipsoidImageFilter_h 23 #include "rtkConfiguration.h" 37 template <
class TInputImage,
class TOutputImage>
58 #ifdef itkOverrideGetNameOfClassMacro 71 itkGetConstReferenceMacro(PlaneDirections, std::vector<VectorType>);
72 itkGetConstReferenceMacro(PlanePositions, std::vector<ScalarType>);
99 BeforeThreadedGenerateData()
override;
113 #ifndef ITK_MANUAL_INSTANTIATION 114 # include "rtkDrawEllipsoidImageFilter.hxx" std::vector< VectorType > m_PlaneDirections
itk::Vector< ScalarType, Dimension > VectorType
Draws an ellipsoid in a 3D image.
#define itkSetMacro(name, type)
ConvexShape::ScalarType ScalarType
Draws a rtk::ConvexShape in a 3D image.
std::vector< ScalarType > m_PlanePositions
itk::Vector< ScalarType, Dimension > PointType