Gives access to the GlobalNodeList. More...
#include <GlobalNodeListAccess.h>
Public Member Functions | |
| GlobalNodeList * | get () |
Gives access to the GlobalNodeList.
Definition at line 35 of file GlobalNodeListAccess.h.
| GlobalNodeList* GlobalNodeListAccess::get | ( | ) | [inline] |
Definition at line 39 of file GlobalNodeListAccess.h.
{
return (GlobalNodeList*)
simulation.getModuleByPath("globalObserver.globalNodeList");
}
1.7.1