#include <esg/Definitions.h>
#include <esg/mesh/PolygonalMesh.h>
#include <assert.h>
#include <iostream>
Go to the source code of this file.
Defines | |
#define | LONGBITS (sizeof(long int) * 8) |
#define | __NEW_FACET_FAILED(r) |
|
Value: { \ cerr << "PolygonalMesh::addFacet(): Can't append facet - " << (r) << ":" << endl; \ for (unsigned i = 0; i < nVert; i++) { \ cerr << " v" << i << ": "; \ cerr << _find_vertex(vIndices[i])->x << " " ; \ cerr << _find_vertex(vIndices[i])->y << " " ; \ cerr << _find_vertex(vIndices[i])->z << endl; \ } \ delete [] fVertices; \ delete [] fEdges; \ return false; \ } Definition at line 324 of file PolygonalMesh.cc. |
|
Definition at line 9 of file PolygonalMesh.cc. Referenced by PolygonalMesh::_multiplex(). |