MCPcopy Create free account
hub / github.com/OctoMap/octomap / lmt_node

Method lmt_node

octovis/src/extern/QGLViewer/VRender/gpc.cpp:247–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245{
246 public:
247 lmt_node() : first_bound(0),next(0) {}
248 double y; /* Y coordinate at local minimum */
249 edge_node *first_bound; /* Pointer to bound list */
250 lmt_node *next; /* Pointer to next local minimum */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected