#include <NanoShaperInterface.h>
Public Methods | |
int | operator== (const NanoShaperFace &f) |
Public Attributes | |
int | vertex [3] |
1-based vertex indices. More... | |
int | surface_type |
1 - triangle in a toric reentrant face 2 - triangle in a sphereic reentrant face 3 - triangle in a contact face. More... | |
int | anaface |
1-based face number in the analytical description of the solvent excluded surface. More... | |
int | component |
which surface is it in? More... |
Definition at line 48 of file NanoShaperInterface.h.
|
Definition at line 60 of file NanoShaperInterface.h. References anaface, component, surface_type, and vertex. |
|
1-based face number in the analytical description of the solvent excluded surface.
Definition at line 55 of file NanoShaperInterface.h. Referenced by NanoShaperInterface::compute_from_file, and operator==. |
|
which surface is it in?
Definition at line 58 of file NanoShaperInterface.h. Referenced by NanoShaperInterface::compute_from_file, and operator==. |
|
1 - triangle in a toric reentrant face 2 - triangle in a sphereic reentrant face 3 - triangle in a contact face.
Definition at line 51 of file NanoShaperInterface.h. Referenced by NanoShaperInterface::compute_from_file, and operator==. |
|
1-based vertex indices.
Definition at line 49 of file NanoShaperInterface.h. Referenced by NanoShaperInterface::compute_from_file, and operator==. |