3 This file is part of NetVis
4 Copyright @ 2008 Mikko Rasa, Mikkosoft Productions
5 Distributed unter the GPL
12 #include <msp/gl/color.h>
13 #include <msp/gl/mesh.h>
27 Port(NetVis &, unsigned);
29 unsigned get_number() const { return number; }
30 const std::string &get_name() const { return name; }
31 const Msp::GL::Color &get_color() const { return color; }