MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/CompactNSearch / n_points

Method n_points

include/PointSet.h:72–72  ·  view source on GitHub ↗

* Returns the number of points contained in the point set. */

Source from the content-addressed store, hash-verified

70 * Returns the number of points contained in the point set.
71 */
72 std::size_t n_points() const { return m_n; }
73
74 /*
75 * Returns true, if the point locations may be updated by the user.

Callers 7

z_sortMethod · 0.80
initMethod · 0.80
find_neighborsMethod · 0.80
update_hash_tableMethod · 0.80
compute_average_distanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected