Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
This is the complete list of members for Bial::MarchingCubes, including all inherited members.
Binary(const Image< int > &img, const Image< int > &mask, float isolevel) | Bial::MarchingCubes | static |
edgeTable | Bial::MarchingCubes | static |
exec(const Image< int > &img, float isolevel) | Bial::MarchingCubes | static |
getNormal(int dir) | Bial::MarchingCubes | static |
getNormalsList(std::array< Normal, 12 > &normsList, const Cell &cell, float isolevel) | Bial::MarchingCubes | static |
getVertexList(std::array< Vector3D, 12 > &vertexList, const Cell &cell, float isolevel) | Bial::MarchingCubes | static |
NormalInterp(float isolevel, int dir1, int dir2, float valp1, float valp2) | Bial::MarchingCubes | static |
Polygonize(const Cell &cell, float isolevel, Vector< size_t > &tris, Vector< Point3D > &vertices, Vector< Normal > &normals) | Bial::MarchingCubes | static |
printEdges(int idx) | Bial::MarchingCubes | static |
printTris(int idx) | Bial::MarchingCubes | static |
printVertexList(const std::array< Vector3D, 12 > &vertexList) | Bial::MarchingCubes | static |
triTable | Bial::MarchingCubes | static |
VertexInterp(float isolevel, const Vector3D &p1, const Vector3D &p2, float valp1, float valp2) | Bial::MarchingCubes | static |