SGAttribute Class Reference

#include <SGAttribute.h>

Inheritance diagram for SGAttribute:

ESGObject PhotonMapBehaviour List of all members.

Public Member Functions

virtual ~SGAttribute ()
virtual void acceptVisitor (Visitor &visitor)=0
virtual SGAttributeclone () const =0
virtual void __debug ()

Protected Member Functions

virtual void _duplicate_attributes (const SGAttribute &)

Detailed Description

This class represents general attribute, which can be associated with scene graph object. Special attributes of SceneGraphObject are inspected by special methods (see SceneGraphObject). Contrary, this general class for attributes is inspected by specialized visitors.

Definition at line 22 of file SGAttribute.h.


Constructor & Destructor Documentation

virtual ~SGAttribute  )  [inline, virtual]
 

Destructor

Definition at line 30 of file SGAttribute.h.


Member Function Documentation

virtual void __debug void   )  [inline, virtual]
 

For debugging purposes only

Definition at line 49 of file SGAttribute.h.

virtual void _duplicate_attributes const SGAttribute  )  [inline, protected, virtual]
 

Reimplemented in PhotonMapBehaviour.

Definition at line 24 of file SGAttribute.h.

Referenced by PhotonMapBehaviour::_duplicate_attributes().

virtual void acceptVisitor Visitor visitor  )  [pure virtual]
 

Inspection of attribute by specialied visitor

Parameters:
visitor specialiez visitor

Implemented in PhotonMapBehaviour.

virtual SGAttribute* clone  )  const [pure virtual]
 

Makes duplicate (clone)

Returns:
duplicate

Implemented in PhotonMapBehaviour.


The documentation for this class was generated from the following file:
Generated on Wed Jun 28 12:24:35 2006 for esg by  doxygen 1.4.6