Lines Matching defs:Output
84 struct Output
86 Output(Tracer::Splines splines, SVGLength x, SVGLength y) :
108 void importOutput(const Output &out);
165 std::vector<Output> output;
264 // Output
267 voronoiRadioButton.set_tooltip_text(_("Output composed of straight lines"));
289 outputFrame.set_label(_("Output"));
433 output.push_back(Output(Tracer::Kopf2011::to_voronoi(input.pixbuf,
437 output.push_back(Output(Tracer::Kopf2011::to_splines(input.pixbuf,
443 void PixelArtDialogImpl::importOutput(const Output &output)
557 for ( std::vector<Output>::const_iterator it = output.begin(),