KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.VECTOR_VECTOR2I Class Reference
Inheritance diagram for pcbnew.VECTOR_VECTOR2I:

Public Member Functions

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

Properties

 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< VECTOR2I > class.

Definition at line 5618 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.VECTOR_VECTOR2I.__init__ ( self,
* args )
    __init__(VECTOR_VECTOR2I self) -> VECTOR_VECTOR2I
    __init__(VECTOR_VECTOR2I self, VECTOR_VECTOR2I other) -> VECTOR_VECTOR2I
    __init__(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::size_type size) -> VECTOR_VECTOR2I
    __init__(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::size_type size, VECTOR2I value) -> VECTOR_VECTOR2I

Definition at line 5734 of file pcbnew.py.

Member Function Documentation

◆ __bool__()

pcbnew.VECTOR_VECTOR2I.__bool__ ( self)
__bool__(VECTOR_VECTOR2I self) -> bool

Definition at line 5634 of file pcbnew.py.

◆ __delitem__()

pcbnew.VECTOR_VECTOR2I.__delitem__ ( self,
* args )
    __delitem__(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::difference_type i)
    __delitem__(VECTOR_VECTOR2I self, SWIGPY_SLICEOBJECT * slice)

Definition at line 5657 of file pcbnew.py.

◆ __delslice__()

pcbnew.VECTOR_VECTOR2I.__delslice__ ( self,
i,
j )
__delslice__(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::difference_type i, std::vector< VECTOR2< int > >::difference_type j)

Definition at line 5653 of file pcbnew.py.

◆ __getitem__()

pcbnew.VECTOR_VECTOR2I.__getitem__ ( self,
* args )
    __getitem__(VECTOR_VECTOR2I self, SWIGPY_SLICEOBJECT * slice) -> VECTOR_VECTOR2I
    __getitem__(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::difference_type i) -> VECTOR2I

Definition at line 5664 of file pcbnew.py.

◆ __getslice__()

pcbnew.VECTOR_VECTOR2I.__getslice__ ( self,
i,
j )
__getslice__(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::difference_type i, std::vector< VECTOR2< int > >::difference_type j) -> VECTOR_VECTOR2I

Definition at line 5642 of file pcbnew.py.

◆ __iter__()

pcbnew.VECTOR_VECTOR2I.__iter__ ( self)

Definition at line 5627 of file pcbnew.py.

◆ __len__()

pcbnew.VECTOR_VECTOR2I.__len__ ( self)
__len__(VECTOR_VECTOR2I self) -> std::vector< VECTOR2< int > >::size_type

Definition at line 5638 of file pcbnew.py.

◆ __nonzero__()

pcbnew.VECTOR_VECTOR2I.__nonzero__ ( self)
__nonzero__(VECTOR_VECTOR2I self) -> bool

Definition at line 5630 of file pcbnew.py.

◆ __setitem__()

pcbnew.VECTOR_VECTOR2I.__setitem__ ( self,
* args )
    __setitem__(VECTOR_VECTOR2I self, SWIGPY_SLICEOBJECT * slice, VECTOR_VECTOR2I v)
    __setitem__(VECTOR_VECTOR2I self, SWIGPY_SLICEOBJECT * slice)
    __setitem__(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::difference_type i, VECTOR2I x)

Definition at line 5671 of file pcbnew.py.

◆ __setslice__()

pcbnew.VECTOR_VECTOR2I.__setslice__ ( self,
* args )
    __setslice__(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::difference_type i, std::vector< VECTOR2< int > >::difference_type j)
    __setslice__(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::difference_type i, std::vector< VECTOR2< int > >::difference_type j, VECTOR_VECTOR2I v)

Definition at line 5646 of file pcbnew.py.

◆ append()

pcbnew.VECTOR_VECTOR2I.append ( self,
x )
append(VECTOR_VECTOR2I self, VECTOR2I x)

Definition at line 5683 of file pcbnew.py.

◆ assign()

pcbnew.VECTOR_VECTOR2I.assign ( self,
n,
x )
assign(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::size_type n, VECTOR2I x)

Definition at line 5755 of file pcbnew.py.

◆ back()

pcbnew.VECTOR_VECTOR2I.back ( self)
back(VECTOR_VECTOR2I self) -> VECTOR2I

Definition at line 5751 of file pcbnew.py.

◆ begin()

pcbnew.VECTOR_VECTOR2I.begin ( self)
begin(VECTOR_VECTOR2I self) -> std::vector< VECTOR2< int > >::iterator

Definition at line 5699 of file pcbnew.py.

◆ capacity()

pcbnew.VECTOR_VECTOR2I.capacity ( self)
capacity(VECTOR_VECTOR2I self) -> std::vector< VECTOR2< int > >::size_type

Definition at line 5777 of file pcbnew.py.

◆ clear()

pcbnew.VECTOR_VECTOR2I.clear ( self)
clear(VECTOR_VECTOR2I self)

Definition at line 5715 of file pcbnew.py.

◆ empty()

pcbnew.VECTOR_VECTOR2I.empty ( self)
empty(VECTOR_VECTOR2I self) -> bool

Definition at line 5687 of file pcbnew.py.

◆ end()

pcbnew.VECTOR_VECTOR2I.end ( self)
end(VECTOR_VECTOR2I self) -> std::vector< VECTOR2< int > >::iterator

Definition at line 5703 of file pcbnew.py.

◆ erase()

pcbnew.VECTOR_VECTOR2I.erase ( self,
* args )
    erase(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::iterator pos) -> std::vector< VECTOR2< int > >::iterator
    erase(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::iterator first, std::vector< VECTOR2< int > >::iterator last) -> std::vector< VECTOR2< int > >::iterator

Definition at line 5727 of file pcbnew.py.

◆ front()

pcbnew.VECTOR_VECTOR2I.front ( self)
front(VECTOR_VECTOR2I self) -> VECTOR2I

Definition at line 5747 of file pcbnew.py.

◆ get_allocator()

pcbnew.VECTOR_VECTOR2I.get_allocator ( self)
get_allocator(VECTOR_VECTOR2I self) -> std::vector< VECTOR2< int > >::allocator_type

Definition at line 5719 of file pcbnew.py.

◆ insert()

pcbnew.VECTOR_VECTOR2I.insert ( self,
* args )
    insert(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::iterator pos, VECTOR2I x) -> std::vector< VECTOR2< int > >::iterator
    insert(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::iterator pos, std::vector< VECTOR2< int > >::size_type n, VECTOR2I x)

Definition at line 5766 of file pcbnew.py.

◆ iterator()

pcbnew.VECTOR_VECTOR2I.iterator ( self)
iterator(VECTOR_VECTOR2I self) -> SwigPyIterator

Definition at line 5624 of file pcbnew.py.

◆ pop()

pcbnew.VECTOR_VECTOR2I.pop ( self)
pop(VECTOR_VECTOR2I self) -> VECTOR2I

Definition at line 5679 of file pcbnew.py.

◆ pop_back()

pcbnew.VECTOR_VECTOR2I.pop_back ( self)
pop_back(VECTOR_VECTOR2I self)

Definition at line 5723 of file pcbnew.py.

◆ push_back()

pcbnew.VECTOR_VECTOR2I.push_back ( self,
x )
push_back(VECTOR_VECTOR2I self, VECTOR2I x)

Definition at line 5743 of file pcbnew.py.

◆ rbegin()

pcbnew.VECTOR_VECTOR2I.rbegin ( self)
rbegin(VECTOR_VECTOR2I self) -> std::vector< VECTOR2< int > >::reverse_iterator

Definition at line 5707 of file pcbnew.py.

◆ rend()

pcbnew.VECTOR_VECTOR2I.rend ( self)
rend(VECTOR_VECTOR2I self) -> std::vector< VECTOR2< int > >::reverse_iterator

Definition at line 5711 of file pcbnew.py.

◆ reserve()

pcbnew.VECTOR_VECTOR2I.reserve ( self,
n )
reserve(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::size_type n)

Definition at line 5773 of file pcbnew.py.

◆ resize()

pcbnew.VECTOR_VECTOR2I.resize ( self,
* args )
    resize(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::size_type new_size)
    resize(VECTOR_VECTOR2I self, std::vector< VECTOR2< int > >::size_type new_size, VECTOR2I x)

Definition at line 5759 of file pcbnew.py.

◆ size()

pcbnew.VECTOR_VECTOR2I.size ( self)
size(VECTOR_VECTOR2I self) -> std::vector< VECTOR2< int > >::size_type

Definition at line 5691 of file pcbnew.py.

◆ swap()

pcbnew.VECTOR_VECTOR2I.swap ( self,
v )
swap(VECTOR_VECTOR2I self, VECTOR_VECTOR2I v)

Definition at line 5695 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 5621 of file pcbnew.py.


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