MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / create_subdivision

Method create_subdivision

tests/tools/MeshUtils/SubdivisionTest.h:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 virtual SubDivPtr create_subdivision() {
24 throw NotImplementedError("This test method needs to be implemented in subclass");
25 }
26
27 MatrixFr extract_vertices(MeshPtr mesh) {
28 const size_t dim = mesh->get_dim();

Callers

nothing calls this directly

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected