#include <displaymode.h>
Public Types | |
| enum | { wireframe, flat, smooth } |
Public Member Functions | |
| DisplayMode () | |
Public Attributes | |
| enum DisplayMode:: { ... } | mode |
| int | draw_nodenormals |
| int | draw_facenormals |
| int | draw_tetranormals |
| int | draw_initial |
| int | draw_wireover |
| int | draw_subobjcolormode |
| int | draw_boundingspheres |
| int | draw_collisions |
| int | draw_principalaxis |
| int | draw_tienodes |
| int | draw_nodelabels |
| int | draw_edgelabels |
| int | draw_facelabels |
| int | draw_tetralabels |
| int | draw_objectlabels |
Friends | |
| int | operator== (const DisplayMode &dm1, const DisplayMode &dm2) |
Definition at line 10 of file displaymode.h.
| anonymous enum |
| DisplayMode::DisplayMode | ( | ) | [inline] |
Definition at line 35 of file displaymode.h.
| int operator== | ( | const DisplayMode & | dm1, | |
| const DisplayMode & | dm2 | |||
| ) | [friend] |
Definition at line 41 of file displaymode.h.
| enum { ... } DisplayMode::mode |
Definition at line 16 of file displaymode.h.
Definition at line 17 of file displaymode.h.
Definition at line 18 of file displaymode.h.
Definition at line 19 of file displaymode.h.
Definition at line 20 of file displaymode.h.
Definition at line 21 of file displaymode.h.
Definition at line 22 of file displaymode.h.
Definition at line 23 of file displaymode.h.
Definition at line 24 of file displaymode.h.
Definition at line 25 of file displaymode.h.
Definition at line 28 of file displaymode.h.
Definition at line 29 of file displaymode.h.
Definition at line 30 of file displaymode.h.
Definition at line 31 of file displaymode.h.
Definition at line 32 of file displaymode.h.
1.5.3