ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkSpatialObjectProperty.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef RGBAPixel< TComponentType > | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef SpatialObjectProperty < TComponentType > | Self |
typedef std::string | StringType |
typedef LightObject | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
TComponentType | GetAlpha (void) const |
TComponentType | GetBlue (void) const |
const PixelType & | GetColor (void) const |
TComponentType | GetGreen (void) const |
unsigned long | GetMTime (void) |
StringType | GetName (void) const |
virtual const char * | GetNameOfClass () const |
TComponentType | GetRed (void) const |
void | SetAlpha (TComponentType a) |
void | SetBlue (TComponentType b) |
void | SetColor (const PixelType &color) |
void | SetColor (TComponentType r, TComponentType g, TComponentType b) |
void | SetGreen (TComponentType g) |
void | SetName (const char *name) |
void | SetRed (TComponentType r) |
SpatialObjectProperty () | |
virtual | ~SpatialObjectProperty () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | Modified (void) |
void | PrintSelf (std::ostream &os, Indent indent) const |
Private Member Functions | |
void | operator= (const Self &) |
SpatialObjectProperty (const Self &) | |
Private Attributes | |
PixelType | m_Color |
unsigned long | m_MTime |
StringType | m_Name |
This class contains the objects properties such as colors, opacity, etc... it's templated over the representation to use for each color component.
Definition at line 35 of file itkSpatialObjectProperty.h.
typedef SmartPointer< const Self > itk::SpatialObjectProperty< TComponentType >::ConstPointer |
Reimplemented from itk::LightObject.
Definition at line 46 of file itkSpatialObjectProperty.h.
typedef RGBAPixel< TComponentType > itk::SpatialObjectProperty< TComponentType >::PixelType |
Definition at line 42 of file itkSpatialObjectProperty.h.
typedef SmartPointer< Self > itk::SpatialObjectProperty< TComponentType >::Pointer |
Reimplemented from itk::LightObject.
Definition at line 45 of file itkSpatialObjectProperty.h.
typedef SpatialObjectProperty< TComponentType > itk::SpatialObjectProperty< TComponentType >::Self |
Standard class typedefs.
Reimplemented from itk::LightObject.
Definition at line 40 of file itkSpatialObjectProperty.h.
typedef std::string itk::SpatialObjectProperty< TComponentType >::StringType |
Definition at line 43 of file itkSpatialObjectProperty.h.
typedef LightObject itk::SpatialObjectProperty< TComponentType >::Superclass |
Definition at line 41 of file itkSpatialObjectProperty.h.
itk::SpatialObjectProperty< TComponentType >::SpatialObjectProperty | ( | ) |
virtual itk::SpatialObjectProperty< TComponentType >::~SpatialObjectProperty | ( | ) | [virtual] |
itk::SpatialObjectProperty< TComponentType >::SpatialObjectProperty | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::SpatialObjectProperty< TComponentType >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
TComponentType itk::SpatialObjectProperty< TComponentType >::GetAlpha | ( | void | ) | const |
TComponentType itk::SpatialObjectProperty< TComponentType >::GetBlue | ( | void | ) | const |
const PixelType& itk::SpatialObjectProperty< TComponentType >::GetColor | ( | void | ) | const |
TComponentType itk::SpatialObjectProperty< TComponentType >::GetGreen | ( | void | ) | const |
unsigned long itk::SpatialObjectProperty< TComponentType >::GetMTime | ( | void | ) | [inline] |
Definition at line 80 of file itkSpatialObjectProperty.h.
StringType itk::SpatialObjectProperty< TComponentType >::GetName | ( | void | ) | const |
virtual const char* itk::SpatialObjectProperty< TComponentType >::GetNameOfClass | ( | ) | const [virtual] |
Return the name of this class as a string. Used by the object factory (implemented in New()) to instantiate objects of a named type. Also used for debugging and other output information.
Reimplemented from itk::LightObject.
TComponentType itk::SpatialObjectProperty< TComponentType >::GetRed | ( | void | ) | const |
void itk::SpatialObjectProperty< TComponentType >::Modified | ( | void | ) | [inline, protected] |
Definition at line 85 of file itkSpatialObjectProperty.h.
static Pointer itk::SpatialObjectProperty< TComponentType >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::LightObject.
void itk::SpatialObjectProperty< TComponentType >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::LightObject.
void itk::SpatialObjectProperty< TComponentType >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::LightObject.
void itk::SpatialObjectProperty< TComponentType >::SetAlpha | ( | TComponentType | a | ) |
void itk::SpatialObjectProperty< TComponentType >::SetBlue | ( | TComponentType | b | ) |
void itk::SpatialObjectProperty< TComponentType >::SetColor | ( | const PixelType & | color | ) |
void itk::SpatialObjectProperty< TComponentType >::SetColor | ( | TComponentType | r, |
TComponentType | g, | ||
TComponentType | b | ||
) |
void itk::SpatialObjectProperty< TComponentType >::SetGreen | ( | TComponentType | g | ) |
void itk::SpatialObjectProperty< TComponentType >::SetName | ( | const char * | name | ) |
void itk::SpatialObjectProperty< TComponentType >::SetRed | ( | TComponentType | r | ) |
PixelType itk::SpatialObjectProperty< TComponentType >::m_Color [private] |
Definition at line 90 of file itkSpatialObjectProperty.h.
unsigned long itk::SpatialObjectProperty< TComponentType >::m_MTime [private] |
Definition at line 92 of file itkSpatialObjectProperty.h.
StringType itk::SpatialObjectProperty< TComponentType >::m_Name [private] |
Definition at line 91 of file itkSpatialObjectProperty.h.