19 #ifndef rtkDrawQuadricImageFilter_h 20 #define rtkDrawQuadricImageFilter_h 23 #include "rtkConfiguration.h" 37 template <
class TInputImage,
class TOutputImage>
57 #ifdef itkOverrideGetNameOfClassMacro 70 itkGetConstReferenceMacro(PlaneDirections, std::vector<VectorType>);
71 itkGetConstReferenceMacro(PlanePositions, std::vector<ScalarType>);
104 BeforeThreadedGenerateData()
override;
125 #ifndef ITK_MANUAL_INSTANTIATION 126 # include "rtkDrawQuadricImageFilter.hxx" ConvexShape::ScalarType ScalarType
itk::Vector< ScalarType, Dimension > VectorType
std::vector< VectorType > m_PlaneDirections
Draws a QuadricShape in a 3D image.
#define itkSetMacro(name, type)
std::vector< ScalarType > m_PlanePositions
Draws a rtk::ConvexShape in a 3D image.