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

Method end

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

Source from the content-addressed store, hash-verified

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(); }
73
74 protected:

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