MCPcopy Create free account
hub / github.com/ImageEngine/cortex / NotImplementedException

Function NotImplementedException

include/IECore/Exception.h:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 public:
133 NotImplementedException(const char *what) : Exception(what) {};
134 NotImplementedException(const std::string &what) : Exception(what) {};
135
136 const char *type() const throw() override { return "Not Implemented"; }
137 };

Callers 15

uTangentMethod · 0.85
vTangentMethod · 0.85
normalMethod · 0.85
uvMethod · 0.85
uTangentMethod · 0.85
vTangentMethod · 0.85
surfaceAreaMethod · 0.85
volumeMethod · 0.85
centerOfGravityMethod · 0.85
pointAtUVMethod · 0.85
intersectionPointMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected