PolygonalMesh.cc File Reference

#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)


Define Documentation

#define __NEW_FACET_FAILED  ) 
 

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.

#define LONGBITS   (sizeof(long int) * 8)
 

Definition at line 9 of file PolygonalMesh.cc.

Referenced by PolygonalMesh::_multiplex().


Generated on Wed Jun 28 12:24:33 2006 for esg by  doxygen 1.4.6