|
#define | FOR_EACH(I, C) for(VAR(I,(C).begin()),ite=(C).end();(I)!=ite;++(I)) |
|
#define | PRINT_DEBUG(m) |
|
#define | PRINT_DEBUG1(m, a) |
|
#define | PRINT_DEBUG2(m, a, b) |
|
#define | PRINT_DEBUG3(m, a, b, c) |
|
#define | PRINT_DEBUG4(m, a, b, c, d) |
|
#define | PRINT_DEBUG5(m, a, b, c, d, e) |
|
#define | PRINT_ERR(m) fprintf( stderr, "\033[41merr\033[0m: "m" (%s %s)\n", __FILE__, __FUNCTION__) |
|
#define | PRINT_ERR1(m, a) fprintf( stderr, "\033[41merr\033[0m: "m" (%s %s)\n", a, __FILE__, __FUNCTION__) |
|
#define | PRINT_ERR2(m, a, b) fprintf( stderr, "\033[41merr\033[0m: "m" (%s %s)\n", a, b, __FILE__, __FUNCTION__) |
|
#define | PRINT_ERR3(m, a, b, c) fprintf( stderr, "\033[41merr\033[0m: "m" (%s %s)\n", a, b, c, __FILE__, __FUNCTION__) |
|
#define | PRINT_ERR4(m, a, b, c, d) fprintf( stderr, "\033[41merr\033[0m: "m" (%s %s)\n", a, b, c, d, __FILE__, __FUNCTION__) |
|
#define | PRINT_ERR5(m, a, b, c, d, e) fprintf( stderr, "\033[41merr\033[0m: "m" (%s %s)\n", a, b, c, d, e, __FILE__, __FUNCTION__) |
|
#define | PRINT_MSG(m) printf( "Stage: "m"\n" ) |
|
#define | PRINT_MSG1(m, a) printf( "Stage: "m"\n", a) |
|
#define | PRINT_MSG2(m, a, b) printf( "Stage: "m"\n,", a, b ) |
|
#define | PRINT_MSG3(m, a, b, c) printf( "Stage: "m"\n", a, b, c ) |
|
#define | PRINT_MSG4(m, a, b, c, d) printf( "Stage: "m"\n", a, b, c, d ) |
|
#define | PRINT_MSG5(m, a, b, c, d, e) printf( "Stage: "m"\n", a, b, c, d, e ) |
|
#define | PRINT_WARN(m) printf( "\033[44mwarn\033[0m: "m" (%s %s)\n", __FILE__, __FUNCTION__) |
|
#define | PRINT_WARN1(m, a) printf( "\033[44mwarn\033[0m: "m" (%s %s)\n", a, __FILE__, __FUNCTION__) |
|
#define | PRINT_WARN2(m, a, b) printf( "\033[44mwarn\033[0m: "m" (%s %s)\n", a, b, __FILE__, __FUNCTION__) |
|
#define | PRINT_WARN3(m, a, b, c) printf( "\033[44mwarn\033[0m: "m" (%s %s)\n", a, b, c, __FILE__, __FUNCTION__) |
|
#define | PRINT_WARN4(m, a, b, c, d) printf( "\033[44mwarn\033[0m: "m" (%s %s)\n", a, b, c, d, __FILE__, __FUNCTION__) |
|
#define | PRINT_WARN5(m, a, b, c, d, e) printf( "\033[44mwarn\033[0m: "m" (%s %s)\n", a, b, c, d, e, __FILE__, __FUNCTION__) |
|
#define | VAR(V, init) __typeof(init) V=(init) |
|
|
double | Stg::constrain (double val, double minval, double maxval) |
|
void | Stg::Gl::coord_shift (double x, double y, double z, double a) |
|
void | Stg::Gl::draw_array (float x, float y, float w, float h, float *data, size_t len, size_t offset, float min, float max) |
|
void | Stg::Gl::draw_array (float x, float y, float w, float h, float *data, size_t len, size_t offset) |
|
void | Stg::Gl::draw_centered_rect (float x, float y, float dx, float dy) |
|
void | Stg::Gl::draw_grid (bounds3d_t vol) |
|
void | Stg::Gl::draw_octagon (float w, float h, float m) |
|
void | Stg::Gl::draw_octagon (float x, float y, float w, float h, float m) |
|
void | Stg::Gl::draw_origin (double len) |
|
void | Stg::Gl::draw_speech_bubble (float x, float y, float z, const char *str) |
|
void | Stg::Gl::draw_string (float x, float y, float z, const char *string) |
|
void | Stg::Gl::draw_string_multiline (float x, float y, float w, float h, const char *string, Fl_Align align) |
|
void | Stg::Gl::draw_vector (double x, double y, double z) |
|
double | Stg::dtor (double d) |
|
template<class T , class C > |
void | Stg::EraseAll (T thing, C &cont) |
|
void | Stg::Init (int *argc, char **argv[]) |
|
bool | Stg::InitDone () |
|
double | Stg::normalize (double a) |
|
void | Stg::Gl::pose_inverse_shift (const Pose &pose) |
|
void | Stg::Gl::pose_shift (const Pose &pose) |
|
void | Stg::RegisterModels () |
|
int | Stg::rotrects_from_image_file (const std::string &filename, std::vector< rotrect_t > &rects) |
|
double | Stg::rtod (double r) |
|
int | Stg::sgn (int a) |
|
double | Stg::sgn (double a) |
|
point_t * | Stg::unit_square_points_create () |
|
const char * | Stg::Version () |
|
Desc: External header file for the Stage library Author: Richard Vaughan (vaugh.nosp@m.an@s.nosp@m.fu.ca) Date: 1 June 2003 SVN: $Id$
Definition in file stage.hh.