#include <point.h>
Inheritance diagram for mesh::Point:
Public Member Functions | |
Point (int id, double x, double y, double z) | |
Vector3 & | get_coord () |
Private Attributes | |
Vector3 | _coord |
Definition at line 31 of file point.h.
mesh::Point::Point | ( | int | id, | |
double | x, | |||
double | y, | |||
double | z | |||
) |
Vector3& mesh::Point::get_coord | ( | ) | [inline] |
Return reference to Vector3 holding the x-, y- and z-coordinates.
Definition at line 37 of file point.h.
References _coord.
Referenced by mesh::Tet::CoordinateMatrix::CoordinateMatrix(), postprocess::VtkExport::export_mesh(), NedelecElement::get_AeMe(), mesh::TetMesh::get_bounding_box(), mesh::Tet::get_bounding_box(), and NedelecElement::surface_integral_curl().
Vector3 mesh::Point::_coord [private] |
x-, y- and z-coordinates of point.
Definition at line 41 of file point.h.
Referenced by get_coord(), and Point().