Functions
contrib/oxl/osl/osl_save_topology.cxx File Reference
#include "osl_save_topology.h"
#include <vcl_fstream.h>

Go to the source code of this file.

Functions

void osl_save_topology (vcl_ostream &f, vcl_list< osl_edge * > const &es, vcl_list< osl_vertex * > const &vs)
void osl_save_topology (char const *f, vcl_list< osl_edge * > const &e, vcl_list< osl_vertex * > const &v)
void osl_save_topology (char const *f, vcl_list< osl_edge * > const &e)
void osl_save_topology (vcl_ostream &s, vcl_list< osl_edge * > const &e)

Detailed Description

Author:
fsm

Definition in file osl_save_topology.cxx.


Function Documentation

void osl_save_topology ( vcl_ostream &  f,
vcl_list< osl_edge * > const &  es,
vcl_list< osl_vertex * > const &  vs 
)

Definition at line 12 of file osl_save_topology.cxx.

void osl_save_topology ( char const *  f,
vcl_list< osl_edge * > const &  e,
vcl_list< osl_vertex * > const &  v 
)

Definition at line 67 of file osl_save_topology.cxx.

void osl_save_topology ( char const *  f,
vcl_list< osl_edge * > const &  e 
)

Definition at line 73 of file osl_save_topology.cxx.

void osl_save_topology ( vcl_ostream &  s,
vcl_list< osl_edge * > const &  e 
)

Definition at line 78 of file osl_save_topology.cxx.