Go to the source code of this file.
|
| const Eigen::Vector4f | kSelectedPointColor (0.0f, 1.0f, 0.0f, 1.0f) |
| |
| const Eigen::Vector4f | kSelectedImagePlaneColor (1.0f, 0.0f, 1.0f, 0.6f) |
| |
| const Eigen::Vector4f | kSelectedImageFrameColor (0.8f, 0.0f, 0.8f, 1.0f) |
| |
| const Eigen::Vector4f | kMovieGrabberImagePlaneColor (0.0f, 1.0f, 1.0f, 0.6f) |
| |
| const Eigen::Vector4f | kMovieGrabberImageFrameColor (0.0f, 0.8f, 0.8f, 1.0f) |
| |
| const Eigen::Vector4f | kGridColor (0.2f, 0.2f, 0.2f, 0.6f) |
| |
| const Eigen::Vector4f | kXAxisColor (0.9f, 0.0f, 0.0f, 0.5f) |
| |
| const Eigen::Vector4f | kYAxisColor (0.0f, 0.9f, 0.0f, 0.5f) |
| |
| const Eigen::Vector4f | kZAxisColor (0.0f, 0.0f, 0.9f, 0.5f) |
| |
◆ SELECTION_BUFFER_IMAGE_IDX
| #define SELECTION_BUFFER_IMAGE_IDX 0 |
◆ SELECTION_BUFFER_POINT_IDX
| #define SELECTION_BUFFER_POINT_IDX 1 |
◆ kGridColor()
| const Eigen::Vector4f kGridColor |
( |
0. |
2f, |
|
|
0. |
2f, |
|
|
0. |
2f, |
|
|
0. |
6f |
|
) |
| |
◆ kMovieGrabberImageFrameColor()
| const Eigen::Vector4f kMovieGrabberImageFrameColor |
( |
0. |
0f, |
|
|
0. |
8f, |
|
|
0. |
8f, |
|
|
1. |
0f |
|
) |
| |
◆ kMovieGrabberImagePlaneColor()
| const Eigen::Vector4f kMovieGrabberImagePlaneColor |
( |
0. |
0f, |
|
|
1. |
0f, |
|
|
1. |
0f, |
|
|
0. |
6f |
|
) |
| |
◆ kSelectedImageFrameColor()
| const Eigen::Vector4f kSelectedImageFrameColor |
( |
0. |
8f, |
|
|
0. |
0f, |
|
|
0. |
8f, |
|
|
1. |
0f |
|
) |
| |
◆ kSelectedImagePlaneColor()
| const Eigen::Vector4f kSelectedImagePlaneColor |
( |
1. |
0f, |
|
|
0. |
0f, |
|
|
1. |
0f, |
|
|
0. |
6f |
|
) |
| |
◆ kSelectedPointColor()
| const Eigen::Vector4f kSelectedPointColor |
( |
0. |
0f, |
|
|
1. |
0f, |
|
|
0. |
0f, |
|
|
1. |
0f |
|
) |
| |
◆ kXAxisColor()
| const Eigen::Vector4f kXAxisColor |
( |
0. |
9f, |
|
|
0. |
0f, |
|
|
0. |
0f, |
|
|
0. |
5f |
|
) |
| |
◆ kYAxisColor()
| const Eigen::Vector4f kYAxisColor |
( |
0. |
0f, |
|
|
0. |
9f, |
|
|
0. |
0f, |
|
|
0. |
5f |
|
) |
| |
◆ kZAxisColor()
| const Eigen::Vector4f kZAxisColor |
( |
0. |
0f, |
|
|
0. |
0f, |
|
|
0. |
9f, |
|
|
0. |
5f |
|
) |
| |