Classes | Functions | Variables
contrib/mul/mmn/mmn_dependancy.h File Reference

Store information about which node a given node depends on. More...

#include <vsl/vsl_binary_io.h>
#include <vcl_iostream.h>

Go to the source code of this file.

Classes

class  mmn_dependancy
 Store information about which node a given node depends on. More...

Functions

vcl_ostream & operator<< (vcl_ostream &os, const mmn_dependancy &t)
void vsl_b_write (vsl_b_ostream &bfs, const mmn_dependancy &t)
void vsl_b_read (vsl_b_istream &bfs, mmn_dependancy &t)

Variables

const unsigned mmn_no_arc = 99999
 Value to indicate no valid arc.
const unsigned mmn_no_tri = 99999
 Value to indicate no valid triangle.

Detailed Description

Store information about which node a given node depends on.

Author:
Tim Cootes

Definition in file mmn_dependancy.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const mmn_dependancy t 
) [inline]

Definition at line 56 of file mmn_dependancy.h.

void vsl_b_read ( vsl_b_istream bfs,
mmn_dependancy t 
) [inline]

Definition at line 77 of file mmn_dependancy.h.

void vsl_b_write ( vsl_b_ostream bfs,
const mmn_dependancy t 
) [inline]

Definition at line 64 of file mmn_dependancy.h.


Variable Documentation

const unsigned mmn_no_arc = 99999

Value to indicate no valid arc.

Definition at line 13 of file mmn_dependancy.h.

const unsigned mmn_no_tri = 99999

Value to indicate no valid triangle.

Definition at line 16 of file mmn_dependancy.h.