KiCad Pcbnew Python Scripting
All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Properties | List of all members
pcbnew.VIA_DIMENSION_Vector Class Reference
Inheritance diagram for pcbnew.VIA_DIMENSION_Vector:
Inheritance graph
[legend]

Public Member Functions

def iterator (self)
 
def __iter__ (self)
 
def __nonzero__ (self)
 
def __bool__ (self)
 
def __len__ (self)
 
def __getslice__ (self, i, j)
 
def __setslice__ (self, *args)
 
def __delslice__ (self, i, j)
 
def __delitem__ (self, *args)
 
def __getitem__ (self, *args)
 
def __setitem__ (self, *args)
 
def pop (self)
 
def append (self, x)
 
def empty (self)
 
def size (self)
 
def swap (self, v)
 
def begin (self)
 
def end (self)
 
def rbegin (self)
 
def rend (self)
 
def clear (self)
 
def get_allocator (self)
 
def pop_back (self)
 
def erase (self, *args)
 
def __init__ (self, *args)
 
def push_back (self, x)
 
def front (self)
 
def back (self)
 
def assign (self, n, x)
 
def resize (self, *args)
 
def insert (self, *args)
 
def reserve (self, n)
 
def capacity (self)
 

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ std::vector< VIA_DIMENSION > class.

Definition at line 19249 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.VIA_DIMENSION_Vector.__init__ (   self,
args 
)
    __init__(VIA_DIMENSION_Vector self) -> VIA_DIMENSION_Vector
    __init__(VIA_DIMENSION_Vector self, VIA_DIMENSION_Vector other) -> VIA_DIMENSION_Vector
    __init__(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::size_type size) -> VIA_DIMENSION_Vector
    __init__(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::size_type size, VIA_DIMENSION value) -> VIA_DIMENSION_Vector

Definition at line 19365 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

def pcbnew.VIA_DIMENSION_Vector.__bool__ (   self)
__bool__(VIA_DIMENSION_Vector self) -> bool

Definition at line 19265 of file pcbnew.py.

◆ __delitem__()

def pcbnew.VIA_DIMENSION_Vector.__delitem__ (   self,
args 
)
    __delitem__(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::difference_type i)
    __delitem__(VIA_DIMENSION_Vector self, SWIGPY_SLICEOBJECT * slice)

Definition at line 19288 of file pcbnew.py.

Here is the caller graph for this function:

◆ __delslice__()

def pcbnew.VIA_DIMENSION_Vector.__delslice__ (   self,
  i,
  j 
)
__delslice__(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::difference_type i, std::vector< VIA_DIMENSION >::difference_type j)

Definition at line 19284 of file pcbnew.py.

◆ __getitem__()

def pcbnew.VIA_DIMENSION_Vector.__getitem__ (   self,
args 
)
    __getitem__(VIA_DIMENSION_Vector self, SWIGPY_SLICEOBJECT * slice) -> VIA_DIMENSION_Vector
    __getitem__(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::difference_type i) -> VIA_DIMENSION

Definition at line 19295 of file pcbnew.py.

Here is the caller graph for this function:

◆ __getslice__()

def pcbnew.VIA_DIMENSION_Vector.__getslice__ (   self,
  i,
  j 
)
__getslice__(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::difference_type i, std::vector< VIA_DIMENSION >::difference_type j) -> VIA_DIMENSION_Vector

Definition at line 19273 of file pcbnew.py.

◆ __iter__()

def pcbnew.VIA_DIMENSION_Vector.__iter__ (   self)

Definition at line 19258 of file pcbnew.py.

◆ __len__()

def pcbnew.VIA_DIMENSION_Vector.__len__ (   self)
__len__(VIA_DIMENSION_Vector self) -> std::vector< VIA_DIMENSION >::size_type

Definition at line 19269 of file pcbnew.py.

◆ __nonzero__()

def pcbnew.VIA_DIMENSION_Vector.__nonzero__ (   self)
__nonzero__(VIA_DIMENSION_Vector self) -> bool

Definition at line 19261 of file pcbnew.py.

◆ __setitem__()

def pcbnew.VIA_DIMENSION_Vector.__setitem__ (   self,
args 
)
    __setitem__(VIA_DIMENSION_Vector self, SWIGPY_SLICEOBJECT * slice, VIA_DIMENSION_Vector v)
    __setitem__(VIA_DIMENSION_Vector self, SWIGPY_SLICEOBJECT * slice)
    __setitem__(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::difference_type i, VIA_DIMENSION x)

Definition at line 19302 of file pcbnew.py.

Here is the caller graph for this function:

◆ __setslice__()

def pcbnew.VIA_DIMENSION_Vector.__setslice__ (   self,
args 
)
    __setslice__(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::difference_type i, std::vector< VIA_DIMENSION >::difference_type j)
    __setslice__(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::difference_type i, std::vector< VIA_DIMENSION >::difference_type j, VIA_DIMENSION_Vector v)

Definition at line 19277 of file pcbnew.py.

Here is the caller graph for this function:

◆ append()

def pcbnew.VIA_DIMENSION_Vector.append (   self,
  x 
)
append(VIA_DIMENSION_Vector self, VIA_DIMENSION x)

Definition at line 19314 of file pcbnew.py.

◆ assign()

def pcbnew.VIA_DIMENSION_Vector.assign (   self,
  n,
  x 
)
assign(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::size_type n, VIA_DIMENSION x)

Definition at line 19386 of file pcbnew.py.

◆ back()

def pcbnew.VIA_DIMENSION_Vector.back (   self)
back(VIA_DIMENSION_Vector self) -> VIA_DIMENSION

Definition at line 19382 of file pcbnew.py.

◆ begin()

def pcbnew.VIA_DIMENSION_Vector.begin (   self)
begin(VIA_DIMENSION_Vector self) -> std::vector< VIA_DIMENSION >::iterator

Definition at line 19330 of file pcbnew.py.

◆ capacity()

def pcbnew.VIA_DIMENSION_Vector.capacity (   self)
capacity(VIA_DIMENSION_Vector self) -> std::vector< VIA_DIMENSION >::size_type

Definition at line 19408 of file pcbnew.py.

◆ clear()

def pcbnew.VIA_DIMENSION_Vector.clear (   self)
clear(VIA_DIMENSION_Vector self)

Definition at line 19346 of file pcbnew.py.

◆ empty()

def pcbnew.VIA_DIMENSION_Vector.empty (   self)
empty(VIA_DIMENSION_Vector self) -> bool

Definition at line 19318 of file pcbnew.py.

◆ end()

def pcbnew.VIA_DIMENSION_Vector.end (   self)
end(VIA_DIMENSION_Vector self) -> std::vector< VIA_DIMENSION >::iterator

Definition at line 19334 of file pcbnew.py.

◆ erase()

def pcbnew.VIA_DIMENSION_Vector.erase (   self,
args 
)
    erase(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::iterator pos) -> std::vector< VIA_DIMENSION >::iterator
    erase(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::iterator first, std::vector< VIA_DIMENSION >::iterator last) -> std::vector< VIA_DIMENSION >::iterator

Definition at line 19358 of file pcbnew.py.

Here is the caller graph for this function:

◆ front()

def pcbnew.VIA_DIMENSION_Vector.front (   self)
front(VIA_DIMENSION_Vector self) -> VIA_DIMENSION

Definition at line 19378 of file pcbnew.py.

◆ get_allocator()

def pcbnew.VIA_DIMENSION_Vector.get_allocator (   self)
get_allocator(VIA_DIMENSION_Vector self) -> std::vector< VIA_DIMENSION >::allocator_type

Definition at line 19350 of file pcbnew.py.

◆ insert()

def pcbnew.VIA_DIMENSION_Vector.insert (   self,
args 
)
    insert(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::iterator pos, VIA_DIMENSION x) -> std::vector< VIA_DIMENSION >::iterator
    insert(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::iterator pos, std::vector< VIA_DIMENSION >::size_type n, VIA_DIMENSION x)

Definition at line 19397 of file pcbnew.py.

Here is the caller graph for this function:

◆ iterator()

def pcbnew.VIA_DIMENSION_Vector.iterator (   self)
iterator(VIA_DIMENSION_Vector self) -> SwigPyIterator

Definition at line 19255 of file pcbnew.py.

Here is the caller graph for this function:

◆ pop()

def pcbnew.VIA_DIMENSION_Vector.pop (   self)
pop(VIA_DIMENSION_Vector self) -> VIA_DIMENSION

Definition at line 19310 of file pcbnew.py.

◆ pop_back()

def pcbnew.VIA_DIMENSION_Vector.pop_back (   self)
pop_back(VIA_DIMENSION_Vector self)

Definition at line 19354 of file pcbnew.py.

◆ push_back()

def pcbnew.VIA_DIMENSION_Vector.push_back (   self,
  x 
)
push_back(VIA_DIMENSION_Vector self, VIA_DIMENSION x)

Definition at line 19374 of file pcbnew.py.

◆ rbegin()

def pcbnew.VIA_DIMENSION_Vector.rbegin (   self)
rbegin(VIA_DIMENSION_Vector self) -> std::vector< VIA_DIMENSION >::reverse_iterator

Definition at line 19338 of file pcbnew.py.

◆ rend()

def pcbnew.VIA_DIMENSION_Vector.rend (   self)
rend(VIA_DIMENSION_Vector self) -> std::vector< VIA_DIMENSION >::reverse_iterator

Definition at line 19342 of file pcbnew.py.

◆ reserve()

def pcbnew.VIA_DIMENSION_Vector.reserve (   self,
  n 
)
reserve(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::size_type n)

Definition at line 19404 of file pcbnew.py.

◆ resize()

def pcbnew.VIA_DIMENSION_Vector.resize (   self,
args 
)
    resize(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::size_type new_size)
    resize(VIA_DIMENSION_Vector self, std::vector< VIA_DIMENSION >::size_type new_size, VIA_DIMENSION x)

Definition at line 19390 of file pcbnew.py.

Here is the caller graph for this function:

◆ size()

def pcbnew.VIA_DIMENSION_Vector.size (   self)
size(VIA_DIMENSION_Vector self) -> std::vector< VIA_DIMENSION >::size_type

Definition at line 19322 of file pcbnew.py.

◆ swap()

def pcbnew.VIA_DIMENSION_Vector.swap (   self,
  v 
)
swap(VIA_DIMENSION_Vector self, VIA_DIMENSION_Vector v)

Definition at line 19326 of file pcbnew.py.

Property Documentation

◆ thisown

property pcbnew.VIA_DIMENSION_Vector.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 19252 of file pcbnew.py.


The documentation for this class was generated from the following file: