Blender V2.61 - r43446
|
#include <BLI_graph.h>
Public Attributes | |
HeadFct | head |
TailFct | tail |
PeekFct | peek |
NextFct | next |
NextNFct | nextN |
PreviousFct | previous |
StoppedFct | stopped |
float * | p |
float * | no |
float | size |
int | length |
int | index |
Definition at line 85 of file BLI_graph.h.
Definition at line 86 of file BLI_graph.h.
Referenced by drawSubdividedStrokeBy(), IT_head(), and IT_peek().
Definition at line 98 of file BLI_graph.h.
Referenced by IT_peek().
Definition at line 97 of file BLI_graph.h.
Referenced by drawSubdividedStrokeBy(), IT_peek(), solveJoints(), and subdivideArcBy().
Definition at line 89 of file BLI_graph.h.
Referenced by IT_next().
Definition at line 90 of file BLI_graph.h.
Referenced by IT_nextN().
float * BArcIterator::no |
Definition at line 94 of file BLI_graph.h.
Referenced by subdivideArcBy().
float* BArcIterator::p |
Definition at line 94 of file BLI_graph.h.
Referenced by calcArcCorrelation(), calculateArcLength(), drawSubdividedStrokeBy(), ExtendArcBuckets(), nextAdaptativeSubdivision(), nextFixedSubdivision(), nextLengthSubdivision(), and subdivideArcBy().
Definition at line 88 of file BLI_graph.h.
Referenced by IT_peek().
Definition at line 91 of file BLI_graph.h.
Referenced by IT_previous().
float BArcIterator::size |
Definition at line 95 of file BLI_graph.h.
Referenced by subdivideArcBy().
Definition at line 92 of file BLI_graph.h.
Referenced by IT_stopped().
Definition at line 87 of file BLI_graph.h.
Referenced by IT_peek(), IT_tail(), and subdivideArcBy().