NanoShaper
0.3.1
NanoShaper is a tool able to triangulate and inspect an arbitray triangulated surface or several types of molecular surfaces such as the Gaussian, Skin and the SES
|
MeshSurface.h is the header for CLASS MeshSurface.cpp. More...
Go to the source code of this file.
Classes | |
class | MeshSurface |
This class represents a converter from an arbitray triangulated mesh surface to a DelPhi compatible representation. Vertex normals are computed by averaging among surrounding plane normals. More... | |
Defines | |
#define | EPS 1e-5 |
#define | GRID_TRIANGLEMAP_2D(i, j, k, NA, NB) gridTriangleMap2D[(k)+(MAX_TRIANGLES_2D-1)*((j)+(NB)*(i))] |
#define | GRIDTRIANGLEMAP(i, j, k, l, NX, NY, NZ) gridTriangleMap[(l)+(MAX_TRIANGLES-1)*((k)+(NZ)*((j)+(NY)*(i)))] |
MeshSurface.h is the header for CLASS MeshSurface.cpp.
#define EPS 1e-5 |
tollerance for triangle intersection test and gaussian elimination 1e-5