MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / id

Method id

tools/CGAL/SelfIntersection.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 Box(NT l[3], NT h[3]) : Base( l, h) {}
27 Box( const CGAL::Bbox_3& b) : Base( b) {}
28 ID id() const { return m_id; }
29 void set_id(ID id) { m_id = id; }
30 private:
31 ID m_id;

Callers 2

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected