#include <IpsaSimulatorDelegate.h>
Public Member Functions | |
virtual SoNode * | createScenery ()=0 |
This class defines extension methods for implementing custom behaviour of the IpsaSimulator class without having to subclass it. For now it offers a way to create a custom scenegraph.
Definition at line 40 of file IpsaSimulatorDelegate.h.
virtual SoNode* IpsaSimulatorDelegate::createScenery | ( | ) | [pure virtual] |
Each delegate has to implement this method which returns an instance of SoNode* containing the scenegraph to show simulate. SoNode::ref() should be called on the root node before returning it.
Referenced by IpsaSimulator::buildScenery().
Generated on Sat Mar 10 20:00:19 2012 for IPSA by 1.5.8 |