#ifndef TABLEEVENT_CC #define TABLEEVENT_CC #include "tableEvent.hh" ostream& operator<<(ostream& os ,tableEvent& te) { os << "eventType :" << te.eventType ; os << "velocity " << te.velocity << "theta " << te.theta ; os << " entryPoint " <eventType ; velocity = te->velocity ; theta = te->theta ; entryPoint = te->entryPoint ; sine = te->sine ; cosine = te->cosine ; sectorCreatedBy = te->sectorCreatedBy ; puckId = te->puckId ; xCord = te->xCord ; yCord = te->yCord ; } #endif