simplex.cpp File Reference

#include <delaunay/IncrementalDelaunay.h>
#include <delaunay/PointVertex.h>
#include <topology/SimplicialHelpers.h>

Namespaces

namespace  High
namespace  Low

Defines

#define check(cond)

Typedefs

typedef IncrementalDelaunay<
d, d, PointVertex< d > > 
High::D
typedef IncrementalDelaunay<
ambient, topo, PointVertex<
ambient > > 
Low::D

Enumerations

enum  { High::d = 3 }
enum  { Low::ambient = 3, Low::topo = 2 }

Functions

void High::runtest ()
void Low::runtest ()
int main ()

Define Documentation

#define check cond   ) 
 

Value:

do { \
  if (cond) { } \
  else { \
    fprintf(stderr, "%s:%d: Failed at condition `" #cond "'\n", __FILE__, (int)__LINE__); \
    exit(1); \
  } \
} while(0)


Function Documentation

int main  ) 
 


Generated on Thu Mar 27 19:04:15 2008 by  doxygen 1.4.6