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

#include <MOD_lineart.h>

Public Attributes

struct LineartChainRegisterEntrynext
 
struct LineartChainRegisterEntryprev
 
LineartLineChainrlc
 
LineartLineChainItemrlci
 
char picked
 
char is_left
 

Detailed Description

Definition at line 197 of file MOD_lineart.h.

Member Data Documentation

◆ is_left

char LineartChainRegisterEntry::is_left

◆ next

struct LineartChainRegisterEntry* LineartChainRegisterEntry::next

Definition at line 198 of file MOD_lineart.h.

◆ picked

char LineartChainRegisterEntry::picked

Definition at line 201 of file MOD_lineart.h.

Referenced by MOD_lineart_chain_connect().

◆ prev

struct LineartChainRegisterEntry * LineartChainRegisterEntry::prev

Definition at line 198 of file MOD_lineart.h.

◆ rlc

LineartLineChain* LineartChainRegisterEntry::rlc

Definition at line 199 of file MOD_lineart.h.

Referenced by MOD_lineart_chain_connect().

◆ rlci

LineartLineChainItem* LineartChainRegisterEntry::rlci

Definition at line 200 of file MOD_lineart.h.

Referenced by lineart_bounding_area_link_point_recursive().


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