Go to the documentation of this file.00001
00002 #ifndef osl_save_topology_h_
00003 #define osl_save_topology_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007
00008
00009
00010
00011
00012 #include <vcl_iosfwd.h>
00013 #include <osl/osl_edge.h>
00014
00015 void osl_save_topology(char const *, vcl_list<osl_edge*> const &, vcl_list<osl_vertex*> const &);
00016 void osl_save_topology(char const *, vcl_list<osl_edge*> const &);
00017
00018 void osl_save_topology(vcl_ostream & , vcl_list<osl_edge*> const &, vcl_list<osl_vertex*> const &);
00019 void osl_save_topology(vcl_ostream & , vcl_list<osl_edge*> const &);
00020
00021 #endif // osl_save_topology_h_