angel  mercurial changeset:
angel::edge_ij_elim_t Struct Reference

#include <angel_types.hpp>

List of all members.

Public Member Functions

 edge_ij_elim_t (int _i, int _j, bool _front)
 edge_ij_elim_t ()

Public Attributes

int i
int j
bool front

Detailed Description

Edge from vertex with number i to vertex with number j to eliminate from c-graph and whether it should be front or back eliminated

Definition at line 596 of file angel_types.hpp.


Constructor & Destructor Documentation

angel::edge_ij_elim_t::edge_ij_elim_t ( int  _i,
int  _j,
bool  _front 
) [inline]

Definition at line 599 of file angel_types.hpp.

Definition at line 600 of file angel_types.hpp.


Member Data Documentation

Definition at line 597 of file angel_types.hpp.

Referenced by angel::edge_elimination(), and angel::operator<<().

Definition at line 597 of file angel_types.hpp.

Referenced by angel::edge_elimination(), and angel::operator<<().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines