Defines | Functions
contrib/oxl/osl/osl_load_topology.cxx File Reference
#include "osl_load_topology.h"
#include <vcl_cassert.h>
#include <vcl_cstring.h>
#include <vcl_cstdio.h>
#include <vcl_fstream.h>
#include <vcl_vector.h>

Go to the source code of this file.

Defines

#define streamok   { if (f.bad()) { vcl_cerr << __FILE__ ":" << __LINE__ << " stream bad at this point\n"; return; } }

Functions

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

Detailed Description

Author:
fsm

Definition in file osl_load_topology.cxx.


Define Documentation

#define streamok   { if (f.bad()) { vcl_cerr << __FILE__ ":" << __LINE__ << " stream bad at this point\n"; return; } }

Definition at line 22 of file osl_load_topology.cxx.


Function Documentation

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

Definition at line 16 of file osl_load_topology.cxx.

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

Definition at line 25 of file osl_load_topology.cxx.