BioinstSim  2
 All Classes Functions Variables
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
CSimObject Class Reference
Inheritance diagram for CSimObject:
CAgent CArena CExperiment CPopulationAnalyzer CRender CSimulator CRobotAgent CRobotAgentOptimised CBoundlessArena CCircularArena CRectangularArena CTestExperiment CConsolRender COpenGLRender

Public Member Functions

 CSimObject (const char *pch_name)
 
const char * GetName () const
 
virtual void Draw (CRender *pc_render)
 
virtual void SimulationStep (unsigned int un_step_number)
 
virtual void Keypressed (int keycode)
 
virtual void AddChild (CSimObject *pc_child)
 
virtual void RemoveChild (CSimObject *pc_child)
 
virtual void PrintfChildren (unsigned indent)
 
virtual TSimObjectVector * GetChildren ()
 

Static Public Attributes

static bool g_bShuffleChildren = false
 

Protected Attributes

char * m_pchName
 
TSimObjectVector m_vecSimObjectChildren
 

The documentation for this class was generated from the following files: