MCPcopy Create free account
hub / github.com/Notgnoshi/generative / handle_node

Method handle_node

generative/io/tgf-graph-writer.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3namespace generative::io {
4void TGFGraphWriter::handle_node(const generative::noding::GeometryGraph::Node& node)
5{
6 out() << node.index << "\t" << wkt(node) << "\n";
7}
8
9void TGFGraphWriter::end_nodes()
10{

Callers 1

writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected