7 #ifndef __tire_PointViewerSystem_h__ 8 #define __tire_PointViewerSystem_h__ 19 class PointViewerSystem :
virtual public ViewerSystem,
20 public Initialize<PointViewerSystem>
23 PointViewerSystem(
void);
24 virtual ~PointViewerSystem(
void);
25 void initialize(
void);
26 virtual void updatePoints(
const t_note_id ¬e_id);
27 virtual void draw(Record viewportRecord);
28 virtual void connectOrchestrator(sp<OrchestratorI> orchestrator);
32 std::vector<Record> m_points;
kernel
Definition: namespace.dox:3