MCPcopy Create free account
hub / github.com/cinder/Cinder / empty

Function empty

include/cinder/Shape2d.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 void reverse();
77
78 bool empty() const { return mContours.empty(); }
79 void clear() { mContours.clear(); }
80 size_t getNumContours() const { return mContours.size(); }
81

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected