Blender V2.61 - r43446
|
#include <BKE_bmesh.h>
Public Attributes | |
struct BME_Poly * | next |
struct BME_Poly * | prev |
int | EID |
struct BME_Loop * | loopbase |
unsigned int | len |
void * | data |
int | eflag1 |
int | eflag2 |
int | tflag1 |
int | tflag2 |
unsigned short | flag |
unsigned short | h |
unsigned short | mat_nr |
Definition at line 130 of file BKE_bmesh.h.
void* BME_Poly::data |
Definition at line 136 of file BKE_bmesh.h.
Referenced by BME_addpolylist(), BME_bmesh_to_derivedmesh(), BME_bmesh_to_editmesh(), BME_corners_to_loops(), BME_derivedmesh_to_bmesh(), BME_DMcorners_to_loops(), BME_DMloops_to_corners(), BME_editmesh_to_bmesh(), BME_free_mesh(), BME_free_poly(), and BME_loops_to_corners().
int BME_Poly::eflag1 |
Definition at line 137 of file BKE_bmesh.h.
Referenced by BME_addpolylist().
int BME_Poly::eflag2 |
Definition at line 137 of file BKE_bmesh.h.
Referenced by BME_addpolylist().
int BME_Poly::EID |
Definition at line 133 of file BKE_bmesh.h.
Referenced by BME_addpolylist().
unsigned short BME_Poly::flag |
Definition at line 139 of file BKE_bmesh.h.
Referenced by BME_addpolylist(), BME_bmesh_to_derivedmesh(), BME_bmesh_to_editmesh(), BME_derivedmesh_to_bmesh(), BME_editmesh_to_bmesh(), and BME_split_face().
unsigned short BME_Poly::h |
Definition at line 139 of file BKE_bmesh.h.
Referenced by BME_addpolylist(), and BME_split_face().
unsigned int BME_Poly::len |
Definition at line 135 of file BKE_bmesh.h.
Referenced by BME_addpolylist(), BME_bevel_mesh(), BME_bevel_poly(), BME_JEKV(), BME_JFKE(), BME_MF(), BME_SEMV(), BME_SFME(), and BME_tesselate().
struct BME_Loop* BME_Poly::loopbase |
Definition at line 134 of file BKE_bmesh.h.
Referenced by BME_addpolylist(), BME_bevel_poly(), BME_bmesh_to_derivedmesh(), BME_bmesh_to_editmesh(), BME_corners_to_loops(), BME_DMcorners_to_loops(), BME_DMloops_to_corners(), BME_face_sharededges(), BME_free_mesh(), BME_JEKV(), BME_JFKE(), BME_KF(), BME_loop_find_loop(), BME_loop_reverse(), BME_loops_to_corners(), BME_MF(), BME_SEMV(), BME_SFME(), BME_tesselate(), and BME_validate_mesh().
unsigned short BME_Poly::mat_nr |
Definition at line 139 of file BKE_bmesh.h.
Referenced by BME_addpolylist(), BME_bmesh_to_derivedmesh(), BME_bmesh_to_editmesh(), BME_derivedmesh_to_bmesh(), BME_editmesh_to_bmesh(), and BME_split_face().
struct BME_Poly* BME_Poly::next |
Definition at line 132 of file BKE_bmesh.h.
Referenced by BME_addpolylist(), BME_bevel_initialize(), BME_bevel_mesh(), BME_bevel_reinitialize(), BME_bmesh_to_derivedmesh(), BME_bmesh_to_editmesh(), BME_free_mesh(), BME_tesselate(), and BME_validate_mesh().
struct BME_Poly * BME_Poly::prev |
Definition at line 132 of file BKE_bmesh.h.
Referenced by BME_addpolylist().
int BME_Poly::tflag1 |
Definition at line 138 of file BKE_bmesh.h.
Referenced by BME_addpolylist(), BME_bevel_initialize(), BME_bevel_mesh(), BME_bevel_reinitialize(), and BME_validate_mesh().
int BME_Poly::tflag2 |
Definition at line 138 of file BKE_bmesh.h.
Referenced by BME_addpolylist().