00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef SHAPE_MREP_GIO_H
00010 #define SHAPE_MREP_GIO_H
00011
00012 #include <graphics/GraphicsInterface.hpp>
00013 #include <shape/mrep/MrepModel2d.hpp>
00014 #include <shape/mrep/PolygonModel2d.hpp>
00015
00016
00017 namespace imaging
00018 {
00022 GraphicsInterface & operator<<(GraphicsInterface & out, const MrepModel2d & model);
00023
00024
00028 GraphicsInterface & operator<<(GraphicsInterface & out, const PolygonModel2d & model);
00029 }
00030
00031
00032 #endif