| 259 | } |
| 260 | |
| 261 | FNode::FNode(const int32 InNodeIndex, const int32 InPointIndex) |
| 262 | : Index(InNodeIndex), PointIndex(InPointIndex) |
| 263 | { |
| 264 | Links.Empty(); |
| 265 | } |
| 266 | |
| 267 | bool FNode::IsAdjacentTo(const int32 OtherNodeIndex) const |
| 268 | { |
nothing calls this directly
no outgoing calls
no test coverage detected