#include <source.h>

Public Member Functions | |
| ~SourceGroup () | |
| void | add (Source *s) |
| void | resolve (Point *p) |
| bool | contains (Point *p) |
Private Attributes | |
| vector< Source * > | list |
| Internal list of all Source objects we know about. | |
| SourceGroup::~SourceGroup | ( | ) |
| void SourceGroup::add | ( | Source * | s | ) |
| void SourceGroup::resolve | ( | Point * | p | ) | [virtual] |
| bool SourceGroup::contains | ( | Point * | p | ) | [virtual] |
vector<Source*> SourceGroup::list [private] |
Internal list of all Source objects we know about.
1.5.4