struct geode::SolidSwapFacetInfo
#include <tetrahedral_solid_modifier.h> struct SolidSwapFacetInfo { // fields std::array<index_t, 2> inactive_tetrahedra; std::array<index_t, 3> new_tetrahedra; std::array<PolyhedronFacetMapping, 6> modified; std::array<PolyhedronFacet, 6> added; std::array<PolyhedronFacet, 2> removed; std::array<index_t, 2> edge_vertices; };