20 #ifndef ATOMPROBE_ISOSURFACE_H 21 #define ATOMPROBE_ISOSURFACE_H 50 std::vector<TriangleWithVertexNorm> &tVec);
53 bool testIsoSurface();
void safeComputeACWNormal(Point3D &p) const
bool isDegenerate() const
void computeACWNormal(Point3D &p) const
Template class that stores 3D voxel data.
Point3D getPoint(unsigned int pos) const
Convenience function for python.
A 3D point data class storage.
void getCentroid(Point3D &p) const
float computeArea() const
void marchingCubes(const Voxels< float > &v, float isoValue, std::vector< TriangleWithVertexNorm > &tVec)