Blender V4.3
Edge Struct Reference

#include <subpatch.h>

Public Member Functions

 Edge ()
 
int get_vert_along_edge (int n) const
 

Public Attributes

int T
 
Edgetop
 
Edgebottom
 
int top_offset
 
int bottom_offset
 
bool top_indices_decrease
 
bool bottom_indices_decrease
 
int start_vert_index
 
int end_vert_index
 
int second_vert_index
 
bool is_stitch_edge
 
pair< int, intstitch_edge_key
 
int stitch_edge_T
 
int stitch_offset
 
int stitch_top_offset
 
int stitch_start_vert_index
 
int stitch_end_vert_index
 

Detailed Description

Definition at line 118 of file subpatch.h.

Constructor & Destructor Documentation

◆ Edge()

Edge::Edge ( )
inline

Definition at line 148 of file subpatch.h.

Member Function Documentation

◆ get_vert_along_edge()

int Edge::get_vert_along_edge ( int n) const
inline

Definition at line 165 of file subpatch.h.

References end_vert_index, second_vert_index, and start_vert_index.

Member Data Documentation

◆ bottom

Edge * Edge::bottom

Definition at line 123 of file subpatch.h.

◆ bottom_indices_decrease

bool Edge::bottom_indices_decrease

Definition at line 126 of file subpatch.h.

◆ bottom_offset

int Edge::bottom_offset

Definition at line 125 of file subpatch.h.

◆ end_vert_index

int Edge::end_vert_index

Definition at line 129 of file subpatch.h.

Referenced by get_vert_along_edge(), and DiagSplit::split_ngon().

◆ is_stitch_edge

bool Edge::is_stitch_edge

Definition at line 135 of file subpatch.h.

Referenced by create_edge_from_corner(), and DiagSplit::split_ngon().

◆ second_vert_index

int Edge::second_vert_index

Definition at line 132 of file subpatch.h.

Referenced by get_vert_along_edge(), and DiagSplit::post_split().

◆ start_vert_index

int Edge::start_vert_index

Definition at line 128 of file subpatch.h.

Referenced by get_vert_along_edge(), and DiagSplit::split_ngon().

◆ stitch_edge_key

pair<int, int> Edge::stitch_edge_key

Definition at line 139 of file subpatch.h.

Referenced by DiagSplit::split_ngon().

◆ stitch_edge_T

int Edge::stitch_edge_T

Definition at line 142 of file subpatch.h.

Referenced by DiagSplit::split_ngon().

◆ stitch_end_vert_index

int Edge::stitch_end_vert_index

Definition at line 146 of file subpatch.h.

Referenced by DiagSplit::split_ngon().

◆ stitch_offset

int Edge::stitch_offset

Definition at line 143 of file subpatch.h.

Referenced by DiagSplit::split_ngon().

◆ stitch_start_vert_index

int Edge::stitch_start_vert_index

Definition at line 145 of file subpatch.h.

Referenced by DiagSplit::split_ngon().

◆ stitch_top_offset

int Edge::stitch_top_offset

Definition at line 144 of file subpatch.h.

Referenced by DiagSplit::split_ngon().

◆ T

int Edge::T

Definition at line 120 of file subpatch.h.

Referenced by DiagSplit::split_ngon().

◆ top

Edge* Edge::top

Definition at line 123 of file subpatch.h.

Referenced by DiagSplit::split_ngon().

◆ top_indices_decrease

bool Edge::top_indices_decrease

Definition at line 126 of file subpatch.h.

◆ top_offset

int Edge::top_offset

Definition at line 125 of file subpatch.h.


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