#include <ncmesh.hpp>
Definition at line 799 of file ncmesh.hpp.
◆ Point() [1/7]
mfem::NCMesh::Point::Point |
( |
| ) |
|
|
inline |
◆ Point() [2/7]
mfem::NCMesh::Point::Point |
( |
const Point & |
| ) |
|
|
default |
◆ Point() [3/7]
mfem::NCMesh::Point::Point |
( |
double |
x | ) |
|
|
inline |
◆ Point() [4/7]
mfem::NCMesh::Point::Point |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
inline |
◆ Point() [5/7]
mfem::NCMesh::Point::Point |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inline |
◆ Point() [6/7]
mfem::NCMesh::Point::Point |
( |
const Point & |
p0, |
|
|
const Point & |
p1 |
|
) |
| |
|
inline |
◆ Point() [7/7]
mfem::NCMesh::Point::Point |
( |
const Point & |
p0, |
|
|
const Point & |
p1, |
|
|
const Point & |
p2, |
|
|
const Point & |
p3 |
|
) |
| |
|
inline |
◆ operator=()
Point& mfem::NCMesh::Point::operator= |
( |
const Point & |
src | ) |
|
|
inline |
◆ coord
double mfem::NCMesh::Point::coord[3] |
◆ dim
int mfem::NCMesh::Point::dim |
The documentation for this struct was generated from the following file: