MCPcopy Create free account
hub / github.com/SaschaWillems/HowToVulkan / clear

Method clear

source/external/tinyobj/tiny_obj_loader.h:752–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750 std::vector<__points_t> pointsGroup;
751
752 void clear() {
753 faceGroup.clear();
754 lineGroup.clear();
755 pointsGroup.clear();
756 }
757
758 bool IsEmpty() const {
759 return faceGroup.empty() && lineGroup.empty() && pointsGroup.empty();

Callers 5

tiny_obj_loader.hFile · 0.80
InitMaterialFunction · 0.80
SplitStringFunction · 0.80
LoadObjFunction · 0.80
LoadObjWithCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected