00001 // This file is part of the imaging2 class library. 00002 // 00003 // University of Innsbruck, Infmath Imaging, 2009. 00004 // http://infmath.uibk.ac.at 00005 // 00006 // All rights reserved. 00007 00008 00009 #ifndef POLYTOPE_GIO_H 00010 #define POLYTOPE_GIO_H 00011 00012 #include <polytope/Polygon.hpp> 00013 #include <graphics/GraphicsInterface.hpp> 00014 00015 00016 namespace imaging 00017 { 00020 GraphicsInterface & operator<<(GraphicsInterface & out, const Polygon & polygon); 00021 00024 GraphicsInterface & operator<<(GraphicsInterface & out, const SimplePolygon & polygon); 00025 } 00026 00027 00028 #endif