Blender V2.61 - r43446
|
#include <BLI_graph.h>
Public Attributes | |
void * | next |
void * | prev |
float | p [3] |
int | flag |
int | degree |
struct BArc ** | arcs |
int | subgraph_index |
int | symmetry_level |
int | symmetry_flag |
float | symmetry_axis [3] |
Definition at line 40 of file BLI_graph.h.
struct BArc** BNode::arcs |
Definition at line 46 of file BLI_graph.h.
Referenced by addArcToNodeAdjacencyList(), BLI_buildAdjacencyList(), BLI_freeAdjacencyList(), BLI_freeNode(), BLI_hasAdjacencyList(), BLI_markdownSymmetry(), BLI_rebuildAdjacencyListForNode(), BLI_subtreeLength(), detectCycle(), flagSubgraph(), handleAxialSymmetry(), handleRadialSymmetry(), markdownSecondarySymmetry(), markdownSymmetryArc(), and subtreeShape().
int BNode::degree |
Definition at line 45 of file BLI_graph.h.
Referenced by BLI_buildAdjacencyList(), BLI_calcGraphLength(), BLI_markdownSymmetry(), BLI_rebuildAdjacencyListForNode(), BLI_replaceNode(), BLI_replaceNodeInArc(), BLI_subtreeLength(), detectCycle(), flagSubgraph(), handleAxialSymmetry(), handleRadialSymmetry(), markdownSecondarySymmetry(), markdownSymmetryArc(), and subtreeShape().
int BNode::flag |
Definition at line 43 of file BLI_graph.h.
Referenced by addArcToNodeAdjacencyList(), BLI_buildAdjacencyList(), BLI_flagNodes(), BLI_isGraphCyclic(), BLI_rebuildAdjacencyListForNode(), BLI_ReflagSubgraph(), BLI_subtreeLength(), detectCycle(), and subtreeShape().
void* BNode::next |
Definition at line 41 of file BLI_graph.h.
Referenced by BLI_buildAdjacencyList(), BLI_calcGraphLength(), BLI_flagNodes(), BLI_FlagSubgraphs(), BLI_freeAdjacencyList(), BLI_hasAdjacencyList(), BLI_isGraphCyclic(), BLI_ReflagSubgraph(), BLI_removeDoubleNodes(), repositionNodes(), and RIG_freeRigGraph().
float BNode::p[3] |
Definition at line 42 of file BLI_graph.h.
Referenced by BLI_removeDoubleNodes(), flagAxialSymmetry(), handleRadialSymmetry(), markdownSecondarySymmetry(), REEB_AxialSymmetry(), REEB_RadialSymmetry(), repositionNodes(), testAxialSymmetry(), and testRadialSymmetry().
void * BNode::prev |
Definition at line 41 of file BLI_graph.h.
Definition at line 48 of file BLI_graph.h.
Referenced by BLI_calcGraphLength(), BLI_FlagSubgraphs(), and flagSubgraph().
float BNode::symmetry_axis[3] |
Definition at line 52 of file BLI_graph.h.
Referenced by flagAxialSymmetry(), REEB_AxialSymmetry(), REEB_RadialSymmetry(), testAxialSymmetry(), and testRadialSymmetry().
Definition at line 51 of file BLI_graph.h.
Referenced by handleAxialSymmetry(), handleRadialSymmetry(), testAxialSymmetry(), and testRadialSymmetry().
Definition at line 50 of file BLI_graph.h.
Referenced by BLI_markdownSymmetry().