|
OOFEM 3.0
|
#include <unstructuredgridfield.h>
Public Member Functions | |
| Vertex () | |
| Vertex (FloatArray &c) | |
| Vertex & | operator= (const Vertex &v) |
| const FloatArray & | getCoordinates () const |
Private Attributes | |
| FloatArray | coords |
Definition at line 65 of file unstructuredgridfield.h.
|
inline |
Definition at line 69 of file unstructuredgridfield.h.
References coords.
Referenced by operator=().
|
inline |
Definition at line 70 of file unstructuredgridfield.h.
References coords.
|
inline |
Definition at line 75 of file unstructuredgridfield.h.
References coords.
Definition at line 71 of file unstructuredgridfield.h.
|
private |
Definition at line 67 of file unstructuredgridfield.h.
Referenced by getCoordinates(), operator=(), Vertex(), and Vertex().