From de286af3f1f8fa42aaaaed6c0214531ed3cc6114 Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Sat, 5 Jul 2008 22:01:46 +0000 Subject: Filter according to arc length, not weight different (more logic physical filtering) --- source/blender/blenlib/BLI_graph.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_graph.h') diff --git a/source/blender/blenlib/BLI_graph.h b/source/blender/blenlib/BLI_graph.h index 44131fbbff8..a814b6f8c96 100644 --- a/source/blender/blenlib/BLI_graph.h +++ b/source/blender/blenlib/BLI_graph.h @@ -66,6 +66,7 @@ typedef struct RadialArc BNode *BLI_otherNode(BArc *arc, BNode *node); void BLI_freeNode(BGraph *graph, BNode *node); +void BLI_removeNode(BGraph *graph, BNode *node); void BLI_flagNodes(BGraph *graph, int flag); void BLI_flagArcs(BGraph *graph, int flag); -- cgit v1.2.3