Struct imagepipe::Pipeline [−][src]
pub struct Pipeline<'a> {
pub globals: PipelineGlobals<'a>,
pub ops: PipelineOps,
}Fields
globals: PipelineGlobals<'a>
ops: PipelineOps
Methods
impl<'a> Pipeline<'a>[src]
impl<'a> Pipeline<'a>pub fn new(
img: &RawImage,
maxwidth: usize,
maxheight: usize,
linear: bool
) -> Pipeline[src]
pub fn new(
img: &RawImage,
maxwidth: usize,
maxheight: usize,
linear: bool
) -> Pipelinepub fn to_serial(&self) -> String[src]
pub fn to_serial(&self) -> Stringpub fn new_from_serial(
img: &RawImage,
maxwidth: usize,
maxheight: usize,
linear: bool,
serial: String
) -> Pipeline[src]
pub fn new_from_serial(
img: &RawImage,
maxwidth: usize,
maxheight: usize,
linear: bool,
serial: String
) -> Pipelinepub fn run(&mut self) -> Arc<OpBuffer>[src]
pub fn run(&mut self) -> Arc<OpBuffer>