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(
void)
const;
67 TComponentType
GetBlue(
void)
const;
84 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
98 #ifndef ITK_MANUAL_INSTANTIATION
99 #include "itkSpatialObjectProperty.hxx"
102 #endif // __SpatialObjectProperty_h
TComponentType GetGreen(void) const
Light weight base class for most itk classes.
void SetBlue(TComponentType b)
SpatialObjectProperty< TComponentType > Self
TComponentType GetAlpha(void) const
const PixelType & GetColor(void) const
virtual ~SpatialObjectProperty()
void SetColor(const PixelType &color)
void SetName(const char *name)
StringType GetName(void) const
SmartPointer< Self > Pointer
unsigned long GetMTime(void)
void SetAlpha(TComponentType a)
void operator=(const Self &)
RGBAPixel< TComponentType > PixelType
TComponentType GetRed(void) const
void SetRed(TComponentType r)
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
TComponentType GetBlue(void) const
void SetGreen(TComponentType g)