18 #ifndef itkSpatialObjectProperty_h
19 #define itkSpatialObjectProperty_h
34 template<
typename TComponentType =
float >
55 void SetColor(TComponentType r, TComponentType g, TComponentType b);
57 void SetRed(TComponentType r);
59 TComponentType
GetRed()
const;
84 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
90 void operator=(const
Self &) ITK_DELETE_FUNCTION;
98 #ifndef ITK_MANUAL_INSTANTIATION
99 #include "itkSpatialObjectProperty.hxx"
102 #endif // __SpatialObjectProperty_h
StringType GetName() const
Light weight base class for most itk classes.
void SetBlue(TComponentType b)
SpatialObjectProperty< TComponentType > Self
const PixelType & GetColor() const
TComponentType GetRed() const
virtual ~SpatialObjectProperty()
TComponentType GetBlue() const
void SetColor(const PixelType &color)
void SetName(const char *name)
virtual void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< Self > Pointer
unsigned long GetMTime(void)
void SetAlpha(TComponentType a)
TComponentType GetAlpha() const
RGBAPixel< TComponentType > PixelType
TComponentType GetGreen() const
void SetRed(TComponentType r)
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
void SetGreen(TComponentType g)