Blender V2.61 - r43446
Public Attributes

BArc Struct Reference

#include <BLI_graph.h>

List of all members.

Public Attributes

void * next
void * prev
struct BNodehead
struct BNodetail
int flag
float length
int symmetry_level
int symmetry_group
int symmetry_flag

Detailed Description

Definition at line 55 of file BLI_graph.h.


Member Data Documentation

Definition at line 58 of file BLI_graph.h.

Referenced by BLI_flagArcs(), and matchMultiResolutionArc().

struct BNode* BArc::head
float BArc::length

Definition at line 60 of file BLI_graph.h.

Referenced by BLI_subtreeLength(), and handleRadialSymmetry().

void* BArc::next
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().

struct BNode * BArc::tail

The documentation for this struct was generated from the following file: