Blender V2.61 - r43446
|
#include <BLI_graph.h>
Public Attributes | |
ListBase | arcs |
ListBase | nodes |
float | length |
FreeArc | free_arc |
FreeNode | free_node |
RadialSymmetry | radial_symmetry |
AxialSymmetry | axial_symmetry |
Definition at line 27 of file BLI_graph.h.
Definition at line 28 of file BLI_graph.h.
Referenced by BLI_buildAdjacencyList(), BLI_findConnectedArc(), BLI_flagArcs(), BLI_markdownSymmetry(), BLI_rebuildAdjacencyListForNode(), BLI_removeArc(), BLI_replaceNode(), BLI_replaceNodeInArc(), and RIG_freeRigGraph().
Definition at line 37 of file BLI_graph.h.
Referenced by testAxialSymmetry().
Definition at line 34 of file BLI_graph.h.
Referenced by BLI_removeArc(), BLI_replaceNode(), and BLI_replaceNodeInArc().
Definition at line 35 of file BLI_graph.h.
Referenced by BLI_freeNode().
float BGraph::length |
Definition at line 31 of file BLI_graph.h.
Referenced by BIF_ReebGraphMultiFromEditMesh(), and BLI_calcGraphLength().
Definition at line 29 of file BLI_graph.h.
Referenced by BIF_ReebGraphMultiFromEditMesh(), BLI_buildAdjacencyList(), BLI_calcGraphLength(), BLI_FindNodeByPosition(), BLI_flagNodes(), BLI_FlagSubgraphs(), BLI_freeAdjacencyList(), BLI_hasAdjacencyList(), BLI_isGraphCyclic(), BLI_ReflagSubgraph(), BLI_removeDoubleNodes(), BLI_removeNode(), and RIG_freeRigGraph().
Definition at line 36 of file BLI_graph.h.
Referenced by testRadialSymmetry().