Blender  V2.93
Public Member Functions | Public Attributes | List of all members
Edge Struct Reference

#include <subd_subpatch.h>

Public Member Functions

 Edge ()
 
int get_vert_along_edge (int n) const
 

Public Attributes

int v1
 
int v2
 
float sharpness
 
uint v1
 
uint v2
 
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, int > stitch_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 91 of file multires_reshape_smooth.c.

Constructor & Destructor Documentation

◆ Edge()

Edge::Edge ( )
inline

Definition at line 160 of file subd_subpatch.h.

Member Function Documentation

◆ get_vert_along_edge()

int Edge::get_vert_along_edge ( int  n) const
inline

Member Data Documentation

◆ bottom

Edge * Edge::bottom

Definition at line 135 of file subd_subpatch.h.

Referenced by DiagSplit::post_split().

◆ bottom_indices_decrease

bool Edge::bottom_indices_decrease

Definition at line 138 of file subd_subpatch.h.

Referenced by DiagSplit::post_split().

◆ bottom_offset

int Edge::bottom_offset

Definition at line 137 of file subd_subpatch.h.

Referenced by DiagSplit::post_split().

◆ end_vert_index

int Edge::end_vert_index

◆ is_stitch_edge

bool Edge::is_stitch_edge

◆ second_vert_index

int Edge::second_vert_index

Definition at line 144 of file subd_subpatch.h.

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

◆ sharpness

float Edge::sharpness

Definition at line 95 of file multires_reshape_smooth.c.

Referenced by get_edge_sharpness(), and store_edge().

◆ start_vert_index

int Edge::start_vert_index

◆ stitch_edge_key

pair<int, int> Edge::stitch_edge_key

◆ stitch_edge_T

int Edge::stitch_edge_T

Definition at line 154 of file subd_subpatch.h.

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

◆ stitch_end_vert_index

int Edge::stitch_end_vert_index

◆ stitch_offset

int Edge::stitch_offset

Definition at line 155 of file subd_subpatch.h.

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

◆ stitch_start_vert_index

int Edge::stitch_start_vert_index

◆ stitch_top_offset

int Edge::stitch_top_offset

Definition at line 156 of file subd_subpatch.h.

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

◆ T

int Edge::T

◆ top

Edge* Edge::top

Definition at line 135 of file subd_subpatch.h.

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

◆ top_indices_decrease

bool Edge::top_indices_decrease

Definition at line 138 of file subd_subpatch.h.

Referenced by DiagSplit::post_split().

◆ top_offset

int Edge::top_offset

Definition at line 137 of file subd_subpatch.h.

Referenced by DiagSplit::post_split().

◆ v1 [1/2]

int Edge::v1

Definition at line 92 of file multires_reshape_smooth.c.

Referenced by get_edge_vertices(), and store_edge().

◆ v1 [2/2]

uint Edge::v1

Definition at line 301 of file BLI_edgehash_test.cc.

◆ v2 [1/2]

int Edge::v2

Definition at line 93 of file multires_reshape_smooth.c.

Referenced by get_edge_vertices(), and store_edge().

◆ v2 [2/2]

uint Edge::v2

Definition at line 301 of file BLI_edgehash_test.cc.


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