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

Method set_dynamic

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

* If true is passed, the point positions may be altered by the user. */

Source from the content-addressed store, hash-verified

80 * If true is passed, the point positions may be altered by the user.
81 */
82 void set_dynamic(bool v) { m_dynamic = v; }
83
84 /**
85 * Returns true, if neighborhood information will be generated for the given point set.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected