|
Blender
V3.3
|
#include <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 |
| Edge * | top |
| Edge * | bottom |
| 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 |
Definition at line 76 of file multires_reshape_smooth.c.
|
inline |
Definition at line 147 of file subpatch.h.
|
inline |
Definition at line 164 of file subpatch.h.
References end_vert_index, second_vert_index, start_vert_index, and T.
Referenced by Subpatch::edge_t::get_vert_along_edge().
| Edge * Edge::bottom |
Definition at line 122 of file subpatch.h.
| bool Edge::bottom_indices_decrease |
Definition at line 125 of file subpatch.h.
| int Edge::bottom_offset |
Definition at line 124 of file subpatch.h.
| int Edge::end_vert_index |
Definition at line 128 of file subpatch.h.
Referenced by get_vert_along_edge(), and DiagSplit::split_ngon().
| bool Edge::is_stitch_edge |
Definition at line 134 of file subpatch.h.
Referenced by DiagSplit::split_ngon().
| int Edge::second_vert_index |
Definition at line 131 of file subpatch.h.
Referenced by get_vert_along_edge().
| float Edge::sharpness |
Definition at line 80 of file multires_reshape_smooth.c.
| int Edge::start_vert_index |
Definition at line 127 of file subpatch.h.
Referenced by get_vert_along_edge(), and DiagSplit::split_ngon().
| pair<int, int> Edge::stitch_edge_key |
Definition at line 138 of file subpatch.h.
Referenced by DiagSplit::split_ngon().
| int Edge::stitch_edge_T |
Definition at line 141 of file subpatch.h.
Referenced by DiagSplit::split_ngon().
| int Edge::stitch_end_vert_index |
Definition at line 145 of file subpatch.h.
Referenced by DiagSplit::split_ngon().
| int Edge::stitch_offset |
Definition at line 142 of file subpatch.h.
Referenced by DiagSplit::split_ngon().
| int Edge::stitch_start_vert_index |
Definition at line 144 of file subpatch.h.
Referenced by DiagSplit::split_ngon().
| int Edge::stitch_top_offset |
Definition at line 143 of file subpatch.h.
Referenced by DiagSplit::split_ngon().
| int Edge::T |
Definition at line 119 of file subpatch.h.
Referenced by Subpatch::edge_t::get_vert_along_edge(), get_vert_along_edge(), and DiagSplit::split_ngon().
| Edge* Edge::top |
Definition at line 122 of file subpatch.h.
Referenced by DiagSplit::split_ngon().
| bool Edge::top_indices_decrease |
Definition at line 125 of file subpatch.h.
| int Edge::top_offset |
Definition at line 124 of file subpatch.h.
| int Edge::v1 |
Definition at line 77 of file multires_reshape_smooth.c.
| uint Edge::v1 |
Definition at line 301 of file BLI_edgehash_test.cc.
| int Edge::v2 |
Definition at line 78 of file multires_reshape_smooth.c.
| uint Edge::v2 |
Definition at line 301 of file BLI_edgehash_test.cc.