Blender  V2.93
Public Attributes | List of all members
PathLink Struct Reference

Public Attributes

struct PathLinknext
 
BMElemele
 
BMElemele_from
 

Detailed Description

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

Definition at line 108 of file bmo_connect_pair.c.

Member Data Documentation

◆ ele

BMElem* PathLink::ele

Definition at line 110 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 111 of file bmo_connect_pair.c.

Referenced by state_link_add().

◆ next

struct PathLink* PathLink::next

Definition at line 109 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: