Blender  V2.59
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 93 of file BKE_bmesh.h.


Member Data Documentation

float BME_Vert::co[3]

Definition at line 101 of file BKE_bmesh.h.

Referenced by BME_addvertlist().

Definition at line 101 of file BKE_bmesh.h.

Referenced by BME_addvertlist().

Definition at line 96 of file BKE_bmesh.h.

Referenced by BME_addvertlist().

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

Definition at line 103 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 98 of file BKE_bmesh.h.

Referenced by BME_addvertlist(), and BME_editmesh_to_bmesh().

Definition at line 95 of file BKE_bmesh.h.

Referenced by BME_addvertlist().

Definition at line 102 of file BKE_bmesh.h.

Referenced by BME_addvertlist(), and BME_validate_mesh().


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