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

Class RuntimeError

src/Core/Exception.h:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28};
29
30class RuntimeError : public PyMeshException {
31 public:
32 RuntimeError(const std::string& description) :
33 PyMeshException(description) {}
34 virtual ~RuntimeError() throw() {}
35};
36
37class NotImplementedError : public PyMeshException {
38 public:

Callers 15

createMethod · 0.85
update_2DMethod · 0.85
update_3DMethod · 0.85
get_densityMethod · 0.85
check_validityMethod · 0.85
OrthotropicMaterialMethod · 0.85
OrthotropicMaterialMethod · 0.85
verify_voxel_meshMethod · 0.85

Calls

no outgoing calls

Tested by 3

createMethod · 0.68
create_uniformMethod · 0.68
unflatten_tensorMethod · 0.68