Structural deformable models
|
#include "deform.h"
#include <fx3d.h>
#include <fxkeys.h>
#include <string.h>
#include <iostream>
#include <time.h>
#include "glutils.h"
Go to the source code of this file.
Macros | |
#define | STATUSTXTLEN 2048 |
Functions | |
FXDEFMAP (ImageWindow) ImageWindowMap[] | |
bool | setTitle (const std::string &title) |
bool | setStatusText (const std::string &stext) |
int | main (int argc, char *argv[]) |
int | gethostname (char *, int) |
Variables | |
const FXuint | TIMER_INTERVAL = 50 |
const FXString | patterns |
#define STATUSTXTLEN 2048 |
Definition at line 21 of file deform.cpp.
FXDEFMAP | ( | ImageWindow | ) |
int gethostname | ( | char * | , |
int | |||
) |
Definition at line 505 of file deform.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 479 of file deform.cpp.
References ImageWindow::cmdline().
bool setStatusText | ( | const std::string & | stext | ) |
Definition at line 77 of file deform.cpp.
References ImageWindow::create(), ImageWindow::drawScene(), ImageWindow::ImageWindow(), NULL, ImageWindow::onCanvasRepaint(), ImageWindow::onCmdOpenGL(), ImageWindow::onConfigure(), ImageWindow::onExpose(), setStatusText(), ImageWindow::setStatusText(), TIMER_INTERVAL, and ImageWindow::~ImageWindow().
Referenced by ImageWindow::onToggleSensorDlg(), ImageWindow::selectSensor(), and setStatusText().
bool setTitle | ( | const std::string & | title | ) |
Definition at line 68 of file deform.cpp.
const FXString patterns |
Definition at line 25 of file deform.cpp.
Referenced by ImageWindow::onToggleSensorDlg().
const FXuint TIMER_INTERVAL = 50 |
Definition at line 22 of file deform.cpp.
Referenced by ImageWindow::onTimeout(), and setStatusText().