| 26 | } |
| 27 | |
| 28 | pub struct AttractorFormatter { |
| 29 | format: OutputFormat, |
| 30 | writer: BufWriter<Box<dyn Write>>, |
| 31 | output: Option<PathBuf>, |
| 32 | |
| 33 | accumulated: Vec<Coord>, |
| 34 | |
| 35 | width: Option<u32>, |
| 36 | height: Option<u32>, |
| 37 | } |
| 38 | |
| 39 | // public |
| 40 | impl AttractorFormatter { |
nothing calls this directly
no outgoing calls
no test coverage detected