Return the SimGroup that this object is contained in. Never NULL except for RootGroup and unregistered objects.
| 782 | /// Return the SimGroup that this object is contained in. Never NULL except for |
| 783 | /// RootGroup and unregistered objects. |
| 784 | SimGroup* getGroup() const { return mGroup; } |
| 785 | |
| 786 | /// Assign the given name to this object. |
| 787 | void assignName( const char* name ); |
no outgoing calls
no test coverage detected