|
Hermes2D
2.0
|
Information about a vertex node. More...
#include <scalar_view.h>
Public Member Functions | |
| 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 | |
Information about a vertex node.
Definition at line 77 of file scalar_view.h.