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

Enum OutputFormat

tools/dla.rs:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9/// In all cases, the seed points will be written first.
10#[derive(Debug, Clone, ValueEnum)]
11enum OutputFormat {
12 /// Use TGF graph output format, labelling each node with the WKT point.
13 /// Edges will be unlabeled with weight, as that can be done in a post-processing
14 /// step, which simplifies the datastructure here.
15 Tgf,
16 /// Prints each point in WKT on its own line.
17 Wkt,
18}
19
20/// Off-lattice diffusion limited aggregation
21#[derive(Debug, Parser)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected