< element info structure More...
#include <scalar_view.h>
Public Member Functions | |
| ElementInfo () | |
| ElementInfo (int id, float x, float y, float width, float height) | |
Public Attributes | |
| float | x |
| float | y |
| location of center [in physical coordinates] | |
| float | width |
| float | height |
| width, height of AABB [in physical coordinates] | |
| int | id |
| element ID | |
< element info structure
| ScalarView::ElementInfo::ElementInfo | ( | ) | [inline] |
| ScalarView::ElementInfo::ElementInfo | ( | int | id, | |
| float | x, | |||
| float | y, | |||
| float | width, | |||
| float | height | |||
| ) | [inline] |
width, height of AABB [in physical coordinates]
element ID
location of center [in physical coordinates]
1.6.3