Blender V2.61 - r43446
Public Attributes

BME_Vert Struct Reference

#include <BKE_bmesh.h>

List of all members.

Public Attributes

struct BME_Vertnext
struct BME_Vertprev
int EID
float co [3]
float no [3]
struct BME_Edgeedge
void * data
int eflag1
int eflag2
int tflag1
int tflag2
unsigned short flag
unsigned short h
float bweight

Detailed Description

Definition at line 88 of file BKE_bmesh.h.


Member Data Documentation

float BME_Vert::co[3]

Definition at line 96 of file BKE_bmesh.h.

Referenced by BME_addvertlist().

Definition at line 96 of file BKE_bmesh.h.

Referenced by BME_addvertlist().

Definition at line 91 of file BKE_bmesh.h.

Referenced by BME_addvertlist().

unsigned short BME_Vert::flag
unsigned short BME_Vert::h

Definition at line 98 of file BKE_bmesh.h.

Referenced by BME_addvertlist(), BME_bmesh_to_editmesh(), and BME_editmesh_to_bmesh().

float BME_Vert::no[3]

Definition at line 93 of file BKE_bmesh.h.

Referenced by BME_addvertlist(), and BME_editmesh_to_bmesh().

Definition at line 90 of file BKE_bmesh.h.

Referenced by BME_addvertlist().

Definition at line 97 of file BKE_bmesh.h.

Referenced by BME_addvertlist(), and BME_validate_mesh().


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