#include <GElementInfluence.h>
Collaboration diagram for GCS::GElementInfluence:

Public Member Functions | |
| GElementInfluence (const GElementID &source, const GEnergy &energy) | |
| virtual | ~GElementInfluence () |
| const GElementID & | source () const |
Public Attributes | |
| GEnergy | Energy |
Protected Attributes | |
| GElementID | Source |
| GCS::GElementInfluence::GElementInfluence | ( | const GElementID & | source, | |
| const GEnergy & | energy | |||
| ) |
Constructor
| source | from where the influence originates. |
| GCS::GElementInfluence::~GElementInfluence | ( | ) | [virtual] |
Virtual destructor for subclassing.
| const GElementID & GCS::GElementInfluence::source | ( | ) | const |
The energy of the influence.
GElementID GCS::GElementInfluence::Source [protected] |
Determines the source element of the influence.
1.4.7