Blender V2.61 - r43446
|
#include <reeb.h>
Public Attributes | |
ListBase | arcs |
ListBase | nodes |
float | length |
FreeArc | free_arc |
FreeNode | free_node |
RadialSymmetry | radial_symmetry |
AxialSymmetry | axial_symmetry |
int | resolution |
int | totnodes |
struct EdgeHash * | emap |
int | multi_level |
struct ReebGraph * | link_up |
Definition at line 44 of file reeb.h.
Referenced by calculateGraphLength(), copyArc(), copyReebGraph(), createArc(), extendGraphBuckets(), filterArc(), filterCyclesReebGraph(), filterInternalExternalReebGraph(), filterNullReebGraph(), filterSmartReebGraph(), mergeArcs(), mergeConnectedArcs(), postprocessGraph(), REEB_exportGraph(), REEB_freeGraph(), removeNormalNodes(), repositionNodes(), sortArcs(), verifyArcs(), verifyBuckets(), verifyFaces(), verifyMultiResolutionLinks(), and verifyNodeDegree().
Definition at line 52 of file reeb.h.
Referenced by newReebGraph().
struct EdgeHash* ReebGraph::emap |
Definition at line 57 of file reeb.h.
Referenced by createArc(), mergeArcEdges(), newReebGraph(), and REEB_freeGraph().
Definition at line 49 of file reeb.h.
Referenced by newReebGraph().
Definition at line 50 of file reeb.h.
Referenced by newReebGraph().
float ReebGraph::length |
Definition at line 47 of file reeb.h.
Referenced by copyReebGraph().
struct ReebGraph* ReebGraph::link_up |
Definition at line 59 of file reeb.h.
Referenced by BIF_flagMultiArcs(), BIF_graphForMultiNode(), copyReebGraph(), matchMultiResolutionStartingNode(), REEB_freeGraph(), and verifyMultiResolutionLinks().
Definition at line 58 of file reeb.h.
Referenced by BIF_graphForMultiNode(), and copyReebGraph().
Definition at line 45 of file reeb.h.
Referenced by addNode(), copyArc(), copyNode(), copyReebGraph(), filterInternalExternalReebGraph(), filterSmartReebGraph(), fixSubgraphsOrientation(), joinSubgraphsEnds(), matchMultiResolutionStartingNode(), REEB_freeGraph(), relinkNodes(), removeZeroNodes(), repositionNodes(), sortNodes(), and verifyNodeDegree().
Definition at line 51 of file reeb.h.
Referenced by newReebGraph().
Definition at line 55 of file reeb.h.
Referenced by copyReebGraph(), and generateReebGraph().
Definition at line 56 of file reeb.h.
Referenced by addNode(), copyNode(), and newReebGraph().