Blender V4.3
PathLink Struct Reference

Public Attributes

PathLinknext
 
BMElemele
 
BMElemele_from
 

Detailed Description

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

Definition at line 97 of file bmo_connect_pair.cc.

Member Data Documentation

◆ ele

BMElem* PathLink::ele

Definition at line 99 of file bmo_connect_pair.cc.

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

◆ ele_from

BMElem* PathLink::ele_from

Definition at line 100 of file bmo_connect_pair.cc.

Referenced by state_link_add().

◆ next

PathLink* PathLink::next

Definition at line 98 of file bmo_connect_pair.cc.

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: