#include <RunObject.h>
Inheritance diagram for IRunObject:

Public Member Functions | |
| virtual void | Run ()=0 |
| virtual bool | AutoDelete ()=0 |
| virtual bool IRunObject::AutoDelete | ( | ) | [pure virtual] |
Implemented in RayCalculations.
| virtual void IRunObject::Run | ( | ) | [pure virtual] |
Implemented in RayCalculations.
1.4.7