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

Method begin

tools/Wires/Parameters/ParameterList.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 typedef std::list<PatternParameter::Ptr>::const_iterator const_iterator;
47
48 iterator begin() { return m_params.begin(); }
49 const_iterator begin() const { return m_params.begin(); }
50 iterator end() { return m_params.end(); }
51 const_iterator end() const { return m_params.end(); }

Callers 15

finalizeMethod · 0.45
lookupMethod · 0.45
extract_bd_loopsMethod · 0.45
refine_bd_loopsMethod · 0.45
add_interior_geometryMethod · 0.45
clip_to_center_cellMethod · 0.45
get_non_zero_indexFunction · 0.45
computeMethod · 0.45
get_symmetry_operatorsFunction · 0.45
computeMethod · 0.45
get_symmetry_operatorsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected