MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / IsEmpty

Method IsEmpty

engine/3rdparty/tinyobjloader/tiny_obj_loader.h:751–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749 }
750
751 bool IsEmpty() const {
752 return faceGroup.empty() && lineGroup.empty() && pointsGroup.empty();
753 }
754
755 // TODO(syoyo): bspline, surface, ...
756};

Callers 3

exportGroupsToShapeFunction · 0.45
DockNodeUpdateMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected