$search
#include <iostream>
#include <fstream>
#include <string.h>
#include "bmtk/mesh.hh"
#include "bmtk/gui.hh"
#include "bmtk/timer.hh"
Go to the source code of this file.
#define D2R 0.017453293 |
Definition at line 31 of file compmesh.cc.
#define R2D 57.29578 |
Definition at line 32 of file compmesh.cc.
void controlCB | ( | int | control | ) |
Definition at line 129 of file compmesh.cc.
void drawMesh | ( | void | ) |
Definition at line 327 of file compmesh.cc.
void loadOptions | ( | ) |
Definition at line 744 of file compmesh.cc.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 107 of file compmesh.cc.
void myGlutDisplay | ( | void | ) |
Definition at line 653 of file compmesh.cc.
void myGlutIdle | ( | void | ) |
Definition at line 234 of file compmesh.cc.
void myGlutKeyboard | ( | unsigned char | Key, | |
int | x, | |||
int | y | |||
) |
Definition at line 188 of file compmesh.cc.
void myGlutMenu | ( | int | value | ) |
Definition at line 229 of file compmesh.cc.
void myGlutMotion | ( | int | x, | |
int | y | |||
) |
Definition at line 278 of file compmesh.cc.
void myGlutMouse | ( | int | button, | |
int | button_state, | |||
int | x, | |||
int | y | |||
) |
Definition at line 255 of file compmesh.cc.
void myGlutReshape | ( | int | x, | |
int | y | |||
) |
Definition at line 313 of file compmesh.cc.
float neg | ( | float | arg | ) |
Definition at line 322 of file compmesh.cc.
void saveOptions | ( | ) |
Definition at line 701 of file compmesh.cc.
int startGUI | ( | Mesh * | m_ | ) |
Definition at line 799 of file compmesh.cc.
void update | ( | void | ) |
Definition at line 793 of file compmesh.cc.