Blender V2.61 - r43446
|
#include <BKE_sketch.h>
Public Attributes | |
struct SK_Stroke * | next |
struct SK_Stroke * | prev |
SK_Point * | points |
int | nb_points |
int | buf_size |
int | selected |
Definition at line 51 of file BKE_sketch.h.
Definition at line 57 of file BKE_sketch.h.
Referenced by sk_allocStrokeBuffer(), sk_createStroke(), sk_growStrokeBuffer(), sk_growStrokeBufferN(), and sk_shrinkStrokeBuffer().
Definition at line 56 of file BKE_sketch.h.
Referenced by BIF_nameBoneTemplate(), sk_addStrokeSnapPoint(), sk_adjustIndexes(), sk_appendStrokePoint(), sk_applyTrimGesture(), sk_convertStroke(), sk_createStroke(), sk_drawStroke(), sk_drawStrokeSubdivision(), sk_endContinuousStroke(), sk_endOverdraw(), sk_filterLastContinuousStroke(), sk_filterStroke(), sk_getIntersections(), sk_getSegments(), sk_getSelfIntersections(), sk_getStrokeSnapPoint(), sk_growStrokeBuffer(), sk_growStrokeBufferN(), sk_insertStrokePoint(), sk_insertStrokePoints(), sk_lastStrokePoint(), sk_polygonizeStroke(), sk_reverseStroke(), sk_shrinkStrokeBuffer(), sk_snapPointStroke(), sk_strokeToArc(), sk_trimStroke(), sk_updateNextPoint(), sk_updateOverdraw(), and sketch_draw_modal().
struct SK_Stroke* SK_Stroke::next |
Definition at line 53 of file BKE_sketch.h.
Referenced by freeSketch(), sk_convert(), sk_deleteSelectedStrokes(), sk_drawSketch(), sk_getIntersections(), sk_getStrokeSnapPoint(), sk_selectAllSketch(), and sk_updateOverdraw().
Definition at line 55 of file BKE_sketch.h.
Referenced by drawSubdividedStrokeBy(), headPoint(), setIteratorValues(), sk_addStrokeSnapPoint(), sk_allocStrokeBuffer(), sk_appendStrokePoint(), sk_applyCutGesture(), sk_applyMergeGesture(), sk_applyTrimGesture(), sk_convertStroke(), sk_detectDeleteGesture(), sk_detectMergeGesture(), sk_detectReverseGesture(), sk_detectTrimGesture(), sk_drawStroke(), sk_drawStrokeSubdivision(), sk_endContinuousStroke(), sk_endOverdraw(), sk_filterLastContinuousStroke(), sk_filterStroke(), sk_flattenStroke(), sk_freeStroke(), sk_getIntersections(), sk_getSegments(), sk_getSelfIntersections(), sk_getStrokeSnapPoint(), sk_growStrokeBuffer(), sk_growStrokeBufferN(), sk_insertStrokePoint(), sk_insertStrokePoints(), sk_interpolateDepth(), sk_lastStrokePoint(), sk_polygonizeStroke(), sk_replaceStrokePoint(), sk_reverseStroke(), sk_shrinkStrokeBuffer(), sk_snapPointStroke(), sk_straightenStroke(), sk_strokeToArc(), sk_trimStroke(), sk_updateNextPoint(), and tailPoint().
struct SK_Stroke * SK_Stroke::prev |
Definition at line 53 of file BKE_sketch.h.
Definition at line 58 of file BKE_sketch.h.
Referenced by sk_convert(), sk_createStroke(), sk_deleteSelectedStrokes(), sk_drawSketch(), sk_selectAllSketch(), sk_selectStroke(), and sk_start_draw_stroke().