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

Method update

tools/Assembler/Materials/Material.h:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 throw NotImplementedError("get_dim() is not implemented by subclasses.");
49 }
50 virtual void update() {
51 throw NotImplementedError("updata() is not implemented by subclasses.");
52 }
53};
54
55}

Callers

nothing calls this directly

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected