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
C:/Documents and Settings/sdecherchi/My Documents/Ricerca/software nostro/NanoShaper 0.3.1/NanoShaper/src/MeshSurface.h File Reference

MeshSurface.h is the header for CLASS MeshSurface.cpp. More...

#include "Surface.h"
#include "./ply/ply.h"

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

Detailed Description

MeshSurface.h is the header for CLASS MeshSurface.cpp.


Define Documentation

#define EPS   1e-5

tollerance for triangle intersection test and gaussian elimination 1e-5