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.
00040 { 00041 return (GlobalNodeList*) 00042 simulation.getModuleByPath("globalObserver.globalNodeList"); 00043 }