Skip to content

v0.2.47..v0.2.48 changeset NetworkDetails.h

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkDetails.h b/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkDetails.h
index 35a11dd..0a68c6a 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkDetails.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkDetails.h
@@ -74,6 +74,9 @@ public:
 
   Radians calculateHeading(ConstEdgeLocationPtr el) const;
 
+  /**
+   * Callers to this method are responsible for filtering out invalid edges.
+   */
   Radians calculateHeadingAtVertex(ConstNetworkEdgePtr e, ConstNetworkVertexPtr v) const;
 
   QList<EdgeSublineMatchPtr> calculateMatchingSublines(ConstNetworkEdgePtr e1,
Clone this wiki locally