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

Method begin

tools/Envelope/Grid.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68 public:
69 iterator begin() { return m_grid.begin(); }
70 const_iterator begin() const { return m_grid.begin(); }
71 iterator end() { return m_grid.end(); }
72 const_iterator end() const { return m_grid.end(); }

Callers 15

init_boundary_nodesMethod · 0.45
getBdAreaMatrixMethod · 0.45
getBoundaryBlurMatrixMethod · 0.45
getRigidMotionMatrixMethod · 0.45
getMassMatrixMethod · 0.45
getStiffnessMatrixMethod · 0.45
getLaplacianMatrixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected