MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / DOTNode

Method DOTNode

apps/PathTreeExport/DOTGraphOutput.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#include <algorithm>
37
38DOTNode::DOTNode(std::string const &id) : m_id(id) {}
39
40DOTGraphOutput::DOTGraphOutput(std::ostream &stream)
41 : m_count(0), m_os(stream), m_treeShape(false) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected