Blender V2.61 - r43446
Defines | Functions

BME_mesh.c File Reference

#include "BLI_listbase.h"
#include "MEM_guardedalloc.h"
#include "BKE_bmesh.h"
#include "bmesh_private.h"

Go to the source code of this file.

Defines

#define VHALT(halt)   {BME_error(); if(halt) return 0;}

Functions

BME_MeshBME_make_mesh (int allocsize[4])
void BME_free_mesh (BME_Mesh *bm)
int BME_model_begin (BME_Mesh *bm)
void BME_model_end (BME_Mesh *bm)
int BME_validate_mesh (struct BME_Mesh *bm, int halt)
void BME_error (void)

Detailed Description

Definition in file BME_mesh.c.


Define Documentation

#define VHALT (   halt)    {BME_error(); if(halt) return 0;}

Definition at line 183 of file BME_mesh.c.

Referenced by BME_validate_mesh().


Function Documentation

void BME_error ( void  )
void BME_free_mesh ( BME_Mesh bm)
BME_Mesh* BME_make_mesh ( int  allocsize[4]) [read]
int BME_model_begin ( BME_Mesh bm)
void BME_model_end ( BME_Mesh bm)
int BME_validate_mesh ( struct BME_Mesh bm,
int  halt 
)