Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
exportGroupsToShape
Function · 0.45
DockNodeUpdate
Method · 0.45
DockNodePreviewDockSetup
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected