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

Method is_dynamic

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

* Returns true, if the point locations may be updated by the user. **/

Source from the content-addressed store, hash-verified

75 * Returns true, if the point locations may be updated by the user.
76 **/
77 bool is_dynamic() const { return m_dynamic; }
78
79 /**
80 * If true is passed, the point positions may be altered by the user.

Callers 1

find_neighborsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected