OGS
Node.h
Go to the documentation of this file.
1
15
#pragma once
16
17
#include <cstdlib>
18
#include <limits>
19
#include <vector>
20
21
#include "
MathLib/Point3dWithID.h
"
22
23
namespace
ApplicationUtils
24
{
25
class
NodeWiseMeshPartitioner;
26
}
27
28
namespace
MeshToolsLib
29
{
30
class
MeshRevision
;
31
}
32
33
namespace
MeshLib
34
{
38
class
Node
:
public
MathLib::Point3dWithID
39
{
40
/* friend classes: */
41
friend
class
Mesh
;
42
friend
class
MeshToolsLib::MeshRevision
;
43
44
public
:
46
explicit
Node
(
const
double
coords[3],
47
std::size_t
id
= std::numeric_limits<std::size_t>::max());
48
50
explicit
Node
(std::array<double, 3>
const
& coords,
51
std::size_t
id
= std::numeric_limits<std::size_t>::max());
52
54
Node
(
double
x,
double
y,
double
z, std::size_t
id
= std::numeric_limits<std::size_t>::max());
55
57
Node
(
const
Node
&node);
58
59
};
/* class */
60
}
// namespace MeshLib
Point3dWithID.h
Definition of the Point3d class.
MathLib::Point3dWithID
Definition
Point3dWithID.h:25
MeshLib::Mesh
Definition
Mesh.h:43
MeshLib::Node
Definition
Node.h:39
MeshToolsLib::MeshRevision
Definition
MeshRevision.h:36
ApplicationUtils
Definition
Metis.cpp:18
MeshLib
Definition
ProjectData.h:41
MeshLib::MeshItemType::Node
@ Node
MeshToolsLib
Definition
Node.h:29
MeshLib
Node.h
Generated by
1.12.0