Functions | |
| void | Draw () |
| void | DrawableAdd (Drawable *item) |
| void | DrawableClear () |
| void | DrawAr () |
| void | DrawAxis (float scale) |
| void | DrawContent () |
| void | DrawFloor () |
| void | DrawVideo () |
| void | DrawVr () |
| void | Exit () |
| double | GetXOffset () |
| double | GetYOffset () |
| void | KeyCallback (int key, int x, int y) |
| void | Motion (int x, int y) |
| void | Mouse (int button, int state, int x, int y) |
| void | Reshape (int w, int h) |
| void | SetGlModelviewMatrix (double p[16]) |
| void | SetGlProjectionMatrix (double p[16]) |
| void | SetVideo (const IplImage *_image) |
| void | Start (int argc, char **argv, int w, int h, float r=300.0) |
| void GlutViewer::Draw | ( | ) |
| void GlutViewer::DrawableAdd | ( | Drawable * | item | ) |
Definition at line 421 of file GlutViewer.cpp.
| void GlutViewer::DrawableClear | ( | ) |
Definition at line 416 of file GlutViewer.cpp.
| void GlutViewer::DrawAr | ( | ) |
Definition at line 368 of file GlutViewer.cpp.
| void GlutViewer::DrawAxis | ( | float | scale | ) |
Definition at line 258 of file GlutViewer.cpp.
| void GlutViewer::DrawContent | ( | ) |
Definition at line 330 of file GlutViewer.cpp.
| void GlutViewer::DrawFloor | ( | ) |
Definition at line 238 of file GlutViewer.cpp.
| void GlutViewer::DrawVideo | ( | ) |
Definition at line 433 of file GlutViewer.cpp.
| void GlutViewer::DrawVr | ( | ) |
Definition at line 340 of file GlutViewer.cpp.
| void GlutViewer::Exit | ( | ) |
Definition at line 411 of file GlutViewer.cpp.
| double GlutViewer::GetXOffset | ( | ) |
Definition at line 217 of file GlutViewer.cpp.
| double GlutViewer::GetYOffset | ( | ) |
Definition at line 222 of file GlutViewer.cpp.
| void GlutViewer::KeyCallback | ( | int | key, |
| int | x, | ||
| int | y | ||
| ) |
Definition at line 197 of file GlutViewer.cpp.
| void GlutViewer::Motion | ( | int | x, |
| int | y | ||
| ) |
Definition at line 277 of file GlutViewer.cpp.
| void GlutViewer::Mouse | ( | int | button, |
| int | state, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 253 of file GlutViewer.cpp.
| void GlutViewer::Reshape | ( | int | w, |
| int | h | ||
| ) |
Definition at line 396 of file GlutViewer.cpp.
| void GlutViewer::SetGlModelviewMatrix | ( | double | p[16] | ) |
Definition at line 392 of file GlutViewer.cpp.
| void GlutViewer::SetGlProjectionMatrix | ( | double | p[16] | ) |
Definition at line 388 of file GlutViewer.cpp.
| void GlutViewer::SetVideo | ( | const IplImage * | _image | ) |
Definition at line 428 of file GlutViewer.cpp.
| void GlutViewer::Start | ( | int | argc, |
| char ** | argv, | ||
| int | w, | ||
| int | h, | ||
| float | r = 300.0 |
||
| ) |
Definition at line 227 of file GlutViewer.cpp.