GEGELATI
tpgTeam.h
1
36#ifndef TPG_TEAM_H
37#define TPG_TEAM_H
38
39#include "tpg/tpgVertex.h"
40
41namespace TPG {
47 class TPGTeam : public TPGVertex
48 {
49 };
50
51}; // namespace TPG
52
53#endif
Definition: tpgTeam.h:48
Abstract class representing the vertices of a TPGGraph.
Definition: tpgVertex.h:49
Definition: tpgActionInstrumented.h:8