Blender  V3.3
Public Attributes | List of all members
PathLink Struct Reference

Public Attributes

struct PathLink * next
 
BMElem * ele
 
BMElem * ele_from
 

Detailed Description

Single linked list where each item contains state and points to previous path item.

Definition at line 94 of file bmo_connect_pair.c.

Member Data Documentation

◆ ele

BMElem* PathLink::ele

Definition at line 96 of file bmo_connect_pair.c.

Referenced by bmo_connect_vert_pair_exec(), state_link_add(), and state_link_find().

◆ ele_from

BMElem* PathLink::ele_from

Definition at line 97 of file bmo_connect_pair.c.

Referenced by state_link_add().

◆ next

struct PathLink* PathLink::next

Definition at line 95 of file bmo_connect_pair.c.

Referenced by bmo_connect_vert_pair_exec(), state_link_add(), and state_link_find().


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