Struct opencv::types::VectorOfVectorOfPoint [] [src]

pub struct VectorOfVectorOfPoint {
    pub ptr: *mut c_void,
}

Fields

ptr

Methods

impl VectorOfVectorOfPoint

fn new() -> VectorOfVectorOfPoint

fn len(&self) -> i32

unsafe fn as_raw_VectorOfVectorOfPoint(&self) -> *mut c_void

impl VectorOfVectorOfPoint

fn push(&mut self, val: VectorOfPoint)

Trait Implementations

impl Drop for VectorOfVectorOfPoint

fn drop(&mut self)