#include <itkSpatialObjectProperty.h>
Inheritance diagram for itk::SpatialObjectProperty:
Public Types | |
typedef SpatialObjectProperty< TComponentType > | Self |
typedef LightObject | Superclass |
typedef RGBAPixel< TComponentType > | PixelType |
typedef std::string | StringType |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Methods | |
virtual const char * | GetClassName () const |
const PixelType & | GetColor (void) const |
void | SetColor (const PixelType &color) |
void | SetRed (TComponentType r) |
TComponentType | GetRed (void) const |
void | SetGreen (TComponentType g) |
TComponentType | GetGreen (void) const |
void | SetBlue (TComponentType b) |
TComponentType | GetBlue (void) const |
void | SetAlpha (TComponentType a) |
TComponentType | GetAlpha (void) const |
SpatialObjectProperty () | |
virtual | ~SpatialObjectProperty () |
void | SetName (char *name) |
StringType | GetName (void) const |
unsigned long | GetMTime (void) |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | Modified (void) |
Definition at line 35 of file itkSpatialObjectProperty.h.
|
Reimplemented from itk::LightObject. Definition at line 46 of file itkSpatialObjectProperty.h. |
|
Definition at line 42 of file itkSpatialObjectProperty.h. |
|
Reimplemented from itk::LightObject. Definition at line 45 of file itkSpatialObjectProperty.h. |
|
Standard clas typedefs. Reimplemented from itk::LightObject. Definition at line 40 of file itkSpatialObjectProperty.h. |
|
Definition at line 43 of file itkSpatialObjectProperty.h. |
|
Definition at line 41 of file itkSpatialObjectProperty.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 72 of file itkSpatialObjectProperty.h. |
|
|
|
|
|
Definition at line 77 of file itkSpatialObjectProperty.h. |
|
Method for creation through the object factory. Reimplemented from itk::LightObject. |
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|