#include <itkSpatialObjectProperty.h>
Inheritance diagram for itk::SpatialObjectProperty< TComponentType >:


Definition at line 35 of file 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 Pointer | CreateAnother () const |
| virtual void | Delete () |
| 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 |
| virtual int | GetReferenceCount () const |
| void | Print (std::ostream &os, Indent indent=0) const |
| virtual void | Register () const |
| void | SetAlpha (TComponentType a) |
| void | SetBlue (TComponentType b) |
| void | SetColor (TComponentType r, TComponentType g, TComponentType b) |
| void | SetColor (const PixelType &color) |
| void | SetGreen (TComponentType g) |
| void | SetName (const char *name) |
| void | SetRed (TComponentType r) |
| virtual void | SetReferenceCount (int) |
| SpatialObjectProperty () | |
| virtual void | UnRegister () const |
| virtual | ~SpatialObjectProperty () |
Static Public Member Functions | |
| static void | BreakOnError () |
| static Pointer | New () |
Protected Member Functions | |
| void | Modified (void) |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Protected Attributes | |
| int | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| Methods invoked by virtual 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.*/virtual void PrintSelf(std voi | PrintHeader )(std::ostream &os, Indent indent) const |
|
|||||
|
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. |
|
|||||||||
|
|
|
|||||||||
|
|
|
|
This method is called when itkExceptionMacro executes. It allows the debugger to break on error. |
|
|
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 in itk::Object. |
|
|
Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting. |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
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. |
|
||||||||||
|
|
|
|
Gets the reference count on this object. Definition at line 98 of file itkLightObject.h. |
|
||||||||||
|
Definition at line 78 of file itkSpatialObjectProperty.h. |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::LightObject. |
|
||||||||||||
|
Cause the object to print itself out. |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
Increase the reference count (mark as used by another object). Reimplemented in itk::Object. |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|
Sets the reference count on this object. This is a dangerous method, use it with care. Reimplemented in itk::Object. |
|
|
Decrease the reference count (release by another object). Reimplemented in itk::Object. |
|
|
Number of uses of this object by other objects. Definition at line 119 of file itkLightObject.h. |
|
|
Mutex lock to protect modification to the reference count Definition at line 122 of file itkLightObject.h. |
|
|
|
1.4.2 written by Dimitri van Heesch,
© 1997-2000