31 ReportItem(
const char* str){
33 itemtype = ReportString;
37 itemtype = ReportValue;
43 map <string, ReportItem> m_items;
49 double GetValue (
const char * strItemName);
53 void SetValue (
const char * strItemName,
double dValue);
57 void SetString (
const char * strItemName,
const char * str);
71 void GetItemReport (
const char * strItemName,
char* pReport);
77 void GetAllReport (
string & sReport);
different physics engine has different winding order.
Definition: EventBinding.h:32
this is a default report class.
Definition: Report.h:15