File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Sofa/framework/Core/src/sofa/core/topology Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -339,4 +339,15 @@ class SOFA_CORE_API BaseMeshTopology : public core::topology::Topology
339339 bool removeInNode ( objectmodel::BaseNode* node ) override ;
340340
341341};
342+
343+ template <> SOFA_CORE_API Size BaseMeshTopology::getNbElements<geometry::Edge>();
344+ template <> SOFA_CORE_API Size BaseMeshTopology::getNbElements<geometry::Triangle>();
345+ template <> SOFA_CORE_API Size BaseMeshTopology::getNbElements<geometry::Quad>();
346+ template <> SOFA_CORE_API Size BaseMeshTopology::getNbElements<geometry::Tetrahedron>();
347+ template <> SOFA_CORE_API Size BaseMeshTopology::getNbElements<geometry::Hexahedron>();
348+ template <> SOFA_CORE_API Size BaseMeshTopology::getNbElements<geometry::Prism>();
349+ template <> SOFA_CORE_API Size BaseMeshTopology::getNbElements<geometry::Pyramid>();
350+
351+
352+
342353} // namespace sofa::core::topology
You can’t perform that action at this time.
0 commit comments