< Information about a vertex node. More...
#include <scalar_view.h>
Public Member Functions | |
| VertexNodeInfo () | |
| VertexNodeInfo (int id, float x, float y) | |
| An empty default constructor to limit time. | |
Public Attributes | |
| float | x |
| float | y |
| location of the node in coordinates of the mesh | |
| int | id |
| id of the node | |
| bool | selected |
| true if the node is selected | |
| TwBar * | tw_bar |
| a pointer to a gui window (CTwBar*) (GUI only). | |
< Information about a vertex node.
| ScalarView::VertexNodeInfo::VertexNodeInfo | ( | ) | [inline] |
| ScalarView::VertexNodeInfo::VertexNodeInfo | ( | int | id, | |
| float | x, | |||
| float | y | |||
| ) | [inline] |
An empty default constructor to limit time.
id of the node
true if the node is selected
a pointer to a gui window (CTwBar*) (GUI only).
location of the node in coordinates of the mesh
1.6.3