#include <itkSpatialObjectProperty.h>
Inheritance diagram for itk::SpatialObjectProperty< TComponentType >:
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 Member Functions | |
virtual const char * | GetNameOfClass () const |
const PixelType & | GetColor (void) const |
void | SetColor (const PixelType &color) |
void | SetColor (TComponentType r, TComponentType g,TComponentType b) |
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 (const char *name) |
StringType | GetName (void) const |
unsigned long | GetMTime (void) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
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 73 of file itkSpatialObjectProperty.h. |
|
|
|
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. |
|
|
|
Definition at line 78 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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|