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

Method get_attribute_size

src/IO/VEGAParser.cpp:209–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209size_t VEGAParser::get_attribute_size(const std::string& name) const {
210 std::stringstream err_msg;
211 err_msg << "Attribute " << name << " does not exists";
212 throw IOError(err_msg.str());
213}
214
215void VEGAParser::export_attribute(const std::string& name, Float* buffer) {
216 std::stringstream err_msg;

Callers

nothing calls this directly

Calls 2

IOErrorClass · 0.85
strMethod · 0.45

Tested by

no test coverage detected