Go to the documentation of this file.
30 fileFormats::edgeMeshFormatsCore(),
53 if (pointEdgesPtr_.empty())
57 return pointEdgesPtr_();
79 pointEdgesPtr_.
clear();
edgeList & storedEdges()
Non-const access to the edges.
pointField points_
Vertices of the edges.
pointField & storedPoints()
Non-const access to global points.
edgeMesh()
Construct null.
Pre-declare SubField and related Field type.
void operator=(const edgeMesh &)
const pointField & points() const
Return points.
const edgeList & edges() const
Return edges.
const labelListList & pointEdges() const
Return edges.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void clear()
Clear the list, i.e. set size to zero.
edgeList edges_
The edges defining the boundary.
Points connected by edges.