#include <GteMarchingCubes.h>
Public Member Functions | |
| Topology () | |
Public Attributes | |
| std::array< std::array< int, 3 >, MAX_TRIANGLES > | itriple |
| int | numTriangles |
| int | numVertices |
| std::array< std::array< int, 2 >, MAX_VERTICES > | vpair |
Definition at line 44 of file GteMarchingCubes.h.
| MarchingCubes::Topology::Topology | ( | ) |
Definition at line 578 of file GteMarchingCubes.cpp.
| std::array<std::array<int, 3>, MAX_TRIANGLES> gte::MarchingCubes::Topology::itriple |
Definition at line 52 of file GteMarchingCubes.h.
| int gte::MarchingCubes::Topology::numTriangles |
Definition at line 50 of file GteMarchingCubes.h.
| int gte::MarchingCubes::Topology::numVertices |
Definition at line 49 of file GteMarchingCubes.h.
| std::array<std::array<int, 2>, MAX_VERTICES> gte::MarchingCubes::Topology::vpair |
Definition at line 51 of file GteMarchingCubes.h.