#include "geom/distrib.H"#include "std/config.H"#include "gel_filt.H"#include "ray.H"#include "jot_vars.H"Include dependency graph for gel.C:

Go to the source code of this file.
Defines | |
| #define | MAKE_HASHVAR(NAME, TYPE, VAL) hashvar<TYPE> NAME(#NAME, VAL, 0) |
Functions | |
| MAKE_HASHVAR (NETWORK, int, 0) | |
| MAKE_NET_HASHVAR (NO_COLOR_MOD, int, 0) | |
| MAKE_NET_HASHVAR (NO_XFORM_MOD, int, 0) | |
| MAKE_NET_HASHVAR (NO_DISP_MOD, int, 0) | |
| MAKE_NET_HASHVAR (NO_SCALE_MOD, int, 0) | |
| MAKE_NET_HASHVAR (NO_COPY, int, 0) | |
| MAKE_NET_HASHVAR (NO_EXTNETWORK, int, 0) | |
| MAKE_NET_HASHVAR (PICKABLE, int, 1) | |
| MAKE_NET_HASHVAR (NO_SAVE, int, 0) | |
| MAKE_NET_HASHVAR (NO_CONSTRAINT_MOD, int, 0) | |
| MAKE_NET_HASHVAR (CONSTRAINT_VECTOR, Wvec, Wvec(0, 1, 0)) | |
| MAKE_NET_HASHVAR (CONSTRAINT_POINT, Wpt, Wpt(0, 0, 0)) | |
| STDdstream & | operator>> (STDdstream &ds, GELptr &p) |
| STDdstream & | operator<< (STDdstream &d, const GEL *p) |
Variables | |
| GrabVar | GRABBED |
| static const bool | debug = Config::get_var_bool("DEBUG_SCHEDULER",false) |
| DrawnList | DRAWN |
| ExistList | EXIST |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 218 of file gel.C. Referenced by DrawWidget::activate(), VIEW_EASEL::add_line(), DrawWidget::deactivate(), do_clear(), DISTRIB::load(), BaseJOTapp::load_scene(), VIEW_EASEL::restoreEasel(), and DISTRIB::save(). |
|
|
Definition at line 275 of file gel.C. Referenced by GEL::GEL(), JOTcreate::get(), TestSPSapp::load_scene(), REF_CLASS(), and DISTRIB::save(). |
|
|
Definition at line 11 of file gel.C. Referenced by JOTgrab::get(). |
1.4.4