MCPcopy Create free account
hub / github.com/Pamphlett/Outram / empty

Method empty

include/teaser_utils/geometry.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 inline size_t size() const { return points_.size(); }
50 inline void reserve(size_t n) { points_.reserve(n); }
51 inline bool empty() { return points_.empty(); }
52
53 // element access
54 inline PointXYZ& operator[](size_t i) { return points_[i]; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected