MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/openvdb / size

Method size

openvdb/openvdb/python/pyMetadata.cc:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 std::string str() const override { NB_OVERRIDE_PURE(str); }
27 bool asBool() const override { NB_OVERRIDE_PURE(asBool); }
28 Index32 size() const override { NB_OVERRIDE_PURE(size); }
29
30protected:
31 void readValue(std::istream& is, Index32 numBytes) override {

Callers 6

volumeToQuadMeshFunction · 0.45
volumeToMeshFunction · 0.45
setStateMethod · 0.45
createLinearTransformFunction · 0.45
setStateMethod · 0.45
from_pythonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected