| 58 | |
| 59 | |
| 60 | Domain * |
| 61 | DomainComponent::getDomain(void) const |
| 62 | { |
| 63 | // returns the current pointer |
| 64 | return theDomain; |
| 65 | } |
| 66 | |
| 67 | int |
| 68 | DomainComponent::displaySelf(Renderer &theViewer, int mode, float fact, const char **displayModes, int numModes) |
no outgoing calls
no test coverage detected