contrib/oxl/osl/osl_save_topology.h
Go to the documentation of this file.
00001 // This is oxl/osl/osl_save_topology.h
00002 #ifndef osl_save_topology_h_
00003 #define osl_save_topology_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 // .NAME osl_save_topology
00008 // .INCLUDE osl/osl_save_topology.h
00009 // .FILE osl_save_topology.cxx
00010 // \author fsm
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_