tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
dwyer.cpp File Reference
#include <limits.h>
#include "common.hpp"
#include "point.hpp"
#include "edge.hpp"
#include "side.hpp"
#include "dwyer.hpp"
Include dependency graph for dwyer.cpp:

Functions

static void stitch (point *const lp, point *const rp, const int dir)
 
void dwyer_solve (point my_points[], const int l, const int r, int low0, int high0, int low1, int high1, int parity)
 

Function Documentation

void dwyer_solve ( point  my_points[],
int  l,
int  r,
int  low0,
int  high0,
int  low1,
int  high1,
int  parity 
)

Copyright (C) 2011 University of Rochester Department of Computer Science and Lehigh University Department of Computer Science and Engineering

License: Modified BSD Please see the file LICENSE.RSTM for licensing information

Here is the call graph for this function:

Here is the caller graph for this function:

static void stitch ( point *const  lp,
point *const  rp,
const int  dir 
)
static

Copyright (C) 2011 University of Rochester Department of Computer Science and Lehigh University Department of Computer Science and Engineering

License: Modified BSD Please see the file LICENSE.RSTM for licensing information

Here is the call graph for this function:

Here is the caller graph for this function: