Blender V2.61 - r43446
Classes | Defines | Typedefs

BLI_editVert.h File Reference

Some editing types needed in the lib (unfortunately) for scanfill.c. More...

#include "DNA_customdata_types.h"
#include "DNA_mesh_types.h"
#include "BLO_sys_types.h"

Go to the source code of this file.

Classes

struct  EditVert
struct  HashEdge
struct  EditEdge
struct  EditFace
struct  EditSelection
struct  EditMesh

Defines

#define EDITVERT   0
#define EDITEDGE   1
#define EDITFACE   2

Typedefs

typedef struct EditVert EditVert
typedef struct HashEdge HashEdge
typedef struct EditEdge EditEdge
typedef struct EditFace EditFace
typedef struct EditSelection EditSelection
typedef struct EditMesh EditMesh

Detailed Description

Some editing types needed in the lib (unfortunately) for scanfill.c.

Since:
March 2001
Author:
nzc

Definition in file BLI_editVert.h.


Define Documentation

#define EDITEDGE   1
#define EDITFACE   2
#define EDITVERT   0

Typedef Documentation

typedef struct EditEdge EditEdge
typedef struct EditFace EditFace
typedef struct EditMesh EditMesh
typedef struct EditSelection EditSelection
typedef struct EditVert EditVert
typedef struct HashEdge HashEdge