![]() |
Blender V2.61 - r43446
|
#include <BLI_graph.h>
Public Attributes | |
| void * | next |
| void * | prev |
| struct BNode * | head |
| struct BNode * | tail |
| int | flag |
| float | length |
| int | symmetry_level |
| int | symmetry_group |
| int | symmetry_flag |
Definition at line 55 of file BLI_graph.h.
| int BArc::flag |
Definition at line 58 of file BLI_graph.h.
Referenced by BLI_flagArcs(), and matchMultiResolutionArc().
| struct BNode* BArc::head |
Definition at line 57 of file BLI_graph.h.
Referenced by BLI_buildAdjacencyList(), BLI_findConnectedArc(), BLI_markdownSymmetry(), BLI_otherNode(), BLI_rebuildAdjacencyListForNode(), BLI_replaceNode(), BLI_replaceNodeInArc(), markdownSecondarySymmetry(), matchMultiResolutionArc(), and RIG_removeUneededOffsets().
| float BArc::length |
Definition at line 60 of file BLI_graph.h.
Referenced by BLI_subtreeLength(), and handleRadialSymmetry().
| void* BArc::next |
Definition at line 56 of file BLI_graph.h.
Referenced by BLI_buildAdjacencyList(), BLI_findConnectedArc(), BLI_flagArcs(), BLI_markdownSymmetry(), BLI_rebuildAdjacencyListForNode(), BLI_replaceNode(), repositionNodes(), and RIG_freeRigGraph().
| void * BArc::prev |
Definition at line 56 of file BLI_graph.h.
Definition at line 64 of file BLI_graph.h.
Referenced by flagAxialSymmetry(), and testRadialSymmetry().
Definition at line 63 of file BLI_graph.h.
Referenced by flagAxialSymmetry(), and testRadialSymmetry().
Definition at line 62 of file BLI_graph.h.
Referenced by BLI_markdownSymmetry(), handleAxialSymmetry(), handleRadialSymmetry(), markdownSecondarySymmetry(), and markdownSymmetryArc().
| struct BNode * BArc::tail |
Definition at line 57 of file BLI_graph.h.
Referenced by BLI_buildAdjacencyList(), BLI_findConnectedArc(), BLI_markdownSymmetry(), BLI_otherNode(), BLI_rebuildAdjacencyListForNode(), BLI_replaceNode(), BLI_replaceNodeInArc(), markdownSecondarySymmetry(), and RIG_removeUneededOffsets().