Blender V2.61 - r43446
|
#include "BOP_Merge2.h"
Go to the source code of this file.
Functions | |
static void | deleteFace (BOP_Mesh *m, BOP_Face *face) |
void | clean_nonmanifold (BOP_Mesh *m) |
Definition in file BOP_Merge2.cpp.
void clean_nonmanifold | ( | BOP_Mesh * | m | ) |
Definition at line 161 of file BOP_Merge2.cpp.
References BOP_Mesh::addFace(), BOP_collinear(), deleteFace(), credits_svn_gen::e, BOP_Mesh::getEdges(), BOP_Vertex::getEdges(), BOP_Mesh::getFace(), BOP_Edge::getFaces(), BOP_Face3::getNeighbours(), BOP_Face4::getNeighbours(), BOP_Face::getOriginalFace(), BOP_Face::getPlane(), BOP_Face::getVertex(), BOP_Mesh::getVertex(), BOP_Edge::getVertex1(), BOP_Edge::getVertex2(), next, and NULL.
Definition at line 478 of file BOP_Merge2.cpp.
References BROKEN, BOP_Vertex::getEdges(), BOP_Mesh::getFace(), BOP_Edge::getFaces(), BOP_Mesh::getFaces(), BOP_Face::getVertex(), BOP_Mesh::getVertex(), BOP_Edge::getVertex1(), BOP_Edge::getVertex2(), i, BOP_Edge::removeFace(), BOP_Face::setTAG(), and BOP_Face::size().
Referenced by clean_nonmanifold().