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
|
This class builds the blobby surface, triangulate it and the use mesh surface routines for the rest of the work. More...
#include <BlobbySurface.h>
Public Member Functions | |
BlobbySurface () | |
BlobbySurface (DelPhiShared *ds) | |
virtual bool | build () |
virtual void | printSummary () |
void | setBlobbyness (double b) |
double | getBlobbyness () |
This class builds the blobby surface, triangulate it and the use mesh surface routines for the rest of the work.
BlobbySurface::BlobbySurface | ( | ) |
Default constructor
BlobbySurface::BlobbySurface | ( | DelPhiShared * | ds | ) |
set DelPhi environment
bool BlobbySurface::build | ( | ) | [virtual] |
Compute blobby mesh and run MeshSurface::build()
Reimplemented from MeshSurface.
void BlobbySurface::printSummary | ( | ) | [virtual] |
Print number a summary of the blobby
Reimplemented from MeshSurface.