Structural deformable models
|
#include <fx.h>
#include <fx3d.h>
#include <fxkeys.h>
#include <string>
#include <iostream>
#include <sstream>
#include <time.h>
#include "fxconfig.h"
#include <list>
#include "Image.h"
#include "Data.h"
#include "SpeciesDB.h"
#include "Clusterer.h"
#include "SensorSet.h"
Go to the source code of this file.
Classes | |
class | ImageWindow |
Macros | |
#define | SATURATION |
Functions | |
FXDEFMAP (ImageWindow) ImageWindowMap[] | |
bool | setTitle (const char *title) |
bool | setStatusText (const char *stext) |
int | main (int argc, char *argv[]) |
Variables | |
const FXchar * | patterns [] |
#define SATURATION |
FXDEFMAP | ( | ImageWindow | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 680 of file browser.cpp.
References ImageWindow::cmdline(), and ImageWindow::ImageWindow().
bool setStatusText | ( | const char * | stext | ) |
Definition at line 164 of file browser.cpp.
References ImageWindow::setStatusText().
Referenced by ImageWindow::ImageWindow(), Brain::loadSpecies(), and Brain::triggerTest().
bool setTitle | ( | const char * | title | ) |
Definition at line 154 of file browser.cpp.
Referenced by ImageWindow::changeSpecies(), and Brain::loadSpecies().
const FXchar* patterns[] |
Definition at line 26 of file browser.cpp.
Referenced by ImageWindow::onLoadImage().