#include <SGAttribute.h>
Inheritance diagram for SGAttribute:
Public Member Functions | |
virtual | ~SGAttribute () |
virtual void | acceptVisitor (Visitor &visitor)=0 |
virtual SGAttribute * | clone () const =0 |
virtual void | __debug () |
Protected Member Functions | |
virtual void | _duplicate_attributes (const SGAttribute &) |
Definition at line 22 of file SGAttribute.h.
|
Destructor Definition at line 30 of file SGAttribute.h. |
|
For debugging purposes only Definition at line 49 of file SGAttribute.h. |
|
Reimplemented in PhotonMapBehaviour. Definition at line 24 of file SGAttribute.h. Referenced by PhotonMapBehaviour::_duplicate_attributes(). |
|
Inspection of attribute by specialied visitor
Implemented in PhotonMapBehaviour. |
|
Makes duplicate (clone)
Implemented in PhotonMapBehaviour. |