Jafar
|
Short description of the module goes here...
Other module or external libraires dependences...
Before compile your module you need to compile the libdelaunay lib:
cd $JAFAR_DIR/modules/delaunay/libdelaunay make
And you need to add the following line to your /home/toto/.bashrc :
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$JAFAR_DIR/modules/delaunay/libdelaunay/objets/lib"
or this one to your /home/tcshrc :
setenv LD_LIBRARY_PATH "$LD_LIBRARY_PATH:$JAFAR_DIR/modules/delaunay/libdelaunay/objets/lib"
The interface of the module is generated from the following files:
try
{ } catch
block for this module. Classes | |
class | jafar::delaunay::DNode |
! Node class. More... | |
class | jafar::delaunay::Delaunay |
! Delaunay class. More... | |
class | jafar::delaunay::DelaunayException |
Base class for all exceptions defined in the module delaunay. More... |
Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1 |