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

Method size

tools/Wires/Attributes/WireAttribute.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28 public:
29 size_t size() const { return m_values.rows(); }
30 const MatrixFr& get_values() const { return m_values; }
31 void set_values(const MatrixFr& value) { m_values = value; }
32 AttributeType get_attribute_type() const { return m_type; }

Callers 7

get_periodic_transformsFunction · 0.45
computeMethod · 0.45
propagate_supportsMethod · 0.45
get_periodic_transformsFunction · 0.45
computeMethod · 0.45
compute_min_anglesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected