9 #include "imstkPointwiseMap.h" 10 #include "imstkMath.h" 11 #include "imstkTypes.h" 26 std::shared_ptr<Geometry> parent,
27 std::shared_ptr<Geometry> child);
48 std::unordered_map<int, int> m_triToTetMap;
void compute() override
Compute the map.
int getParentTetId(const int triId) const
Get the tet id that contains the triangle.
void computeTriToTetMap(std::unordered_map< int, int > &triToTetMap)
Compute tet vertex id to surf vertex id map.
SurfaceToTetrahedralMap serves as a PointwiseMap but also maps tets to triangle faces.
PointwiseMap can compute & apply a mapping between parent and child PointSet geometries.