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

Method PointcloudDrawer

octovis/src/PointcloudDrawer.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace octomap {
28
29 PointcloudDrawer::PointcloudDrawer()
30 : ScanGraphDrawer(), m_pointsArray(NULL), m_numberPoints(0)
31 {
32 }
33
34 PointcloudDrawer::PointcloudDrawer(const ScanGraph& graph)
35 : ScanGraphDrawer(), m_pointsArray(NULL), m_numberPoints(0)

Callers

nothing calls this directly

Calls 1

setScanGraphMethod · 0.95

Tested by

no test coverage detected