|
Rosetta 3.5
|
Enumerations | |
| enum | BBdisplayState { SHOW_NOBB, SHOW_CARTOON, SHOW_BACKBONE } |
| enum | SCdisplayState { SHOW_NOSC, SHOW_STICK, SHOW_WIREFRAME } |
| enum | ColorMode { RAINBOW_COLOR, CPK_COLOR, RESIDUE_COLOR, CHAIN_COLOR, RAINBOW_CPK_COLOR, RESIDUE_CPK_COLOR, RHIJU_COLOR } |
| enum | TrajectoryState { SHOW_LOW, SHOW_BEST, SHOW_MC_TRIALS, SHOW_ALL_TRIALS } |
| enum | ShowHState { SHOW_NO_H, SHOW_H } |
Variables | |
| const size_t | Num_BBdisplayState = 3 |
| const size_t | Num_SCdisplayState = 3 |
| const size_t | Num_ColorModes = 8 |
| const size_t | Num_TrajectoryState = 5 |
| const size_t | Num_ShowHState = 2 |
| Enumerator | |
|---|---|
| SHOW_NOBB | |
| SHOW_CARTOON | |
| SHOW_BACKBONE | |
Definition at line 32 of file GraphicsState.hh.
| Enumerator | |
|---|---|
| RAINBOW_COLOR | |
| CPK_COLOR | |
| RESIDUE_COLOR | |
| CHAIN_COLOR | |
| RAINBOW_CPK_COLOR | |
| RESIDUE_CPK_COLOR | |
| RHIJU_COLOR | |
Definition at line 40 of file GraphicsState.hh.
| Enumerator | |
|---|---|
| SHOW_NOSC | |
| SHOW_STICK | |
| SHOW_WIREFRAME | |
Definition at line 36 of file GraphicsState.hh.
| Enumerator | |
|---|---|
| SHOW_NO_H | |
| SHOW_H | |
Definition at line 48 of file GraphicsState.hh.
| Enumerator | |
|---|---|
| SHOW_LOW | |
| SHOW_BEST | |
| SHOW_MC_TRIALS | |
| SHOW_ALL_TRIALS | |
Definition at line 44 of file GraphicsState.hh.
| const size_t protocols::viewer::graphics_states_param::Num_BBdisplayState = 3 |
Definition at line 31 of file GraphicsState.hh.
| const size_t protocols::viewer::graphics_states_param::Num_ColorModes = 8 |
Definition at line 39 of file GraphicsState.hh.
| const size_t protocols::viewer::graphics_states_param::Num_SCdisplayState = 3 |
Definition at line 35 of file GraphicsState.hh.
| const size_t protocols::viewer::graphics_states_param::Num_ShowHState = 2 |
Definition at line 47 of file GraphicsState.hh.
| const size_t protocols::viewer::graphics_states_param::Num_TrajectoryState = 5 |
Definition at line 43 of file GraphicsState.hh.
1.8.4