Functions
contrib/oxl/osl/osl_load_topology.h File Reference
#include <vcl_iosfwd.h>
#include <osl/osl_edge.h>

Go to the source code of this file.

Functions

void osl_load_topology (char const *f, vcl_list< osl_edge * > &, vcl_list< osl_vertex * > &)
void osl_load_topology (vcl_istream &f, vcl_list< osl_edge * > &, vcl_list< osl_vertex * > &)

Function Documentation

void osl_load_topology ( char const *  f,
vcl_list< osl_edge * > &  ,
vcl_list< osl_vertex * > &   
)

Definition at line 16 of file osl_load_topology.cxx.

void osl_load_topology ( vcl_istream &  f,
vcl_list< osl_edge * > &  ,
vcl_list< osl_vertex * > &   
)

Definition at line 25 of file osl_load_topology.cxx.