A collection of edges and a parent.
More...
#include <Edge.h>
A collection of edges and a parent.
Definition at line 77 of file Edge.h.
◆ EdgeSet() [1/2]
HF::SpatialStructures::EdgeSet::EdgeSet |
( |
| ) |
|
|
inline |
Empty Constructor.
Definition at line 82 of file Edge.h.
References parent.
◆ EdgeSet() [2/2]
HF::SpatialStructures::EdgeSet::EdgeSet |
( |
int |
parent, |
|
|
const std::vector< IntEdge > & |
edges |
|
) |
| |
|
inline |
Construct an edge set with a list of int edges and a parent.
Definition at line 86 of file Edge.h.
References AddEdges(), and parent.
◆ AddEdges()
void HF::SpatialStructures::EdgeSet::AddEdges |
( |
const std::vector< IntEdge > & |
edges | ) |
|
|
inline |
Add a set of edges to the array of children.
Definition at line 95 of file Edge.h.
References children.
Referenced by EdgeSet().
◆ operator==()
bool HF::SpatialStructures::EdgeSet::operator== |
( |
const EdgeSet & |
ES2 | ) |
const |
|
inline |
◆ size()
int HF::SpatialStructures::EdgeSet::size |
( |
| ) |
const |
|
inline |
Get the number of children in this edgeset.
Definition at line 92 of file Edge.h.
References children.
◆ children
std::vector<IntEdge> HF::SpatialStructures::EdgeSet::children |
◆ parent
int HF::SpatialStructures::EdgeSet::parent |
The documentation for this struct was generated from the following file:
- Cpp/spatialstructures/src/Edge.h