|
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) |
|
|
property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ std::vector< PCB_FIELD * > class.
Definition at line 13077 of file pcbnew.py.
◆ __init__()
def pcbnew.PCB_FIELD_VEC.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(PCB_FIELD_VEC self) -> PCB_FIELD_VEC
__init__(PCB_FIELD_VEC self, PCB_FIELD_VEC other) -> PCB_FIELD_VEC
__init__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type size) -> PCB_FIELD_VEC
__init__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type size, PCB_FIELD value) -> PCB_FIELD_VEC
Definition at line 13193 of file pcbnew.py.
◆ __bool__()
def pcbnew.PCB_FIELD_VEC.__bool__ |
( |
|
self | ) |
|
__bool__(PCB_FIELD_VEC self) -> bool
Definition at line 13093 of file pcbnew.py.
◆ __delitem__()
def pcbnew.PCB_FIELD_VEC.__delitem__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__delitem__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i)
__delitem__(PCB_FIELD_VEC self, SWIGPY_SLICEOBJECT * slice)
Definition at line 13116 of file pcbnew.py.
◆ __delslice__()
def pcbnew.PCB_FIELD_VEC.__delslice__ |
( |
|
self, |
|
|
|
i, |
|
|
|
j |
|
) |
| |
__delslice__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i, std::vector< PCB_FIELD * >::difference_type j)
Definition at line 13112 of file pcbnew.py.
◆ __getitem__()
def pcbnew.PCB_FIELD_VEC.__getitem__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__getitem__(PCB_FIELD_VEC self, SWIGPY_SLICEOBJECT * slice) -> PCB_FIELD_VEC
__getitem__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i) -> PCB_FIELD
Definition at line 13123 of file pcbnew.py.
◆ __getslice__()
def pcbnew.PCB_FIELD_VEC.__getslice__ |
( |
|
self, |
|
|
|
i, |
|
|
|
j |
|
) |
| |
__getslice__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i, std::vector< PCB_FIELD * >::difference_type j) -> PCB_FIELD_VEC
Definition at line 13101 of file pcbnew.py.
◆ __iter__()
def pcbnew.PCB_FIELD_VEC.__iter__ |
( |
|
self | ) |
|
◆ __len__()
def pcbnew.PCB_FIELD_VEC.__len__ |
( |
|
self | ) |
|
__len__(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::size_type
Definition at line 13097 of file pcbnew.py.
◆ __nonzero__()
def pcbnew.PCB_FIELD_VEC.__nonzero__ |
( |
|
self | ) |
|
__nonzero__(PCB_FIELD_VEC self) -> bool
Definition at line 13089 of file pcbnew.py.
◆ __setitem__()
def pcbnew.PCB_FIELD_VEC.__setitem__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__setitem__(PCB_FIELD_VEC self, SWIGPY_SLICEOBJECT * slice, PCB_FIELD_VEC v)
__setitem__(PCB_FIELD_VEC self, SWIGPY_SLICEOBJECT * slice)
__setitem__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i, PCB_FIELD x)
Definition at line 13130 of file pcbnew.py.
◆ __setslice__()
def pcbnew.PCB_FIELD_VEC.__setslice__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__setslice__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i, std::vector< PCB_FIELD * >::difference_type j)
__setslice__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i, std::vector< PCB_FIELD * >::difference_type j, PCB_FIELD_VEC v)
Definition at line 13105 of file pcbnew.py.
◆ append()
def pcbnew.PCB_FIELD_VEC.append |
( |
|
self, |
|
|
|
x |
|
) |
| |
append(PCB_FIELD_VEC self, PCB_FIELD x)
Definition at line 13142 of file pcbnew.py.
◆ assign()
def pcbnew.PCB_FIELD_VEC.assign |
( |
|
self, |
|
|
|
n, |
|
|
|
x |
|
) |
| |
assign(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type n, PCB_FIELD x)
Definition at line 13214 of file pcbnew.py.
◆ back()
def pcbnew.PCB_FIELD_VEC.back |
( |
|
self | ) |
|
back(PCB_FIELD_VEC self) -> PCB_FIELD
Definition at line 13210 of file pcbnew.py.
◆ begin()
def pcbnew.PCB_FIELD_VEC.begin |
( |
|
self | ) |
|
begin(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::iterator
Definition at line 13158 of file pcbnew.py.
◆ capacity()
def pcbnew.PCB_FIELD_VEC.capacity |
( |
|
self | ) |
|
capacity(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::size_type
Definition at line 13236 of file pcbnew.py.
◆ clear()
def pcbnew.PCB_FIELD_VEC.clear |
( |
|
self | ) |
|
◆ empty()
def pcbnew.PCB_FIELD_VEC.empty |
( |
|
self | ) |
|
empty(PCB_FIELD_VEC self) -> bool
Definition at line 13146 of file pcbnew.py.
◆ end()
def pcbnew.PCB_FIELD_VEC.end |
( |
|
self | ) |
|
end(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::iterator
Definition at line 13162 of file pcbnew.py.
◆ erase()
def pcbnew.PCB_FIELD_VEC.erase |
( |
|
self, |
|
|
* |
args |
|
) |
| |
erase(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::iterator pos) -> std::vector< PCB_FIELD * >::iterator
erase(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::iterator first, std::vector< PCB_FIELD * >::iterator last) -> std::vector< PCB_FIELD * >::iterator
Definition at line 13186 of file pcbnew.py.
◆ front()
def pcbnew.PCB_FIELD_VEC.front |
( |
|
self | ) |
|
front(PCB_FIELD_VEC self) -> PCB_FIELD
Definition at line 13206 of file pcbnew.py.
◆ get_allocator()
def pcbnew.PCB_FIELD_VEC.get_allocator |
( |
|
self | ) |
|
get_allocator(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::allocator_type
Definition at line 13178 of file pcbnew.py.
◆ insert()
def pcbnew.PCB_FIELD_VEC.insert |
( |
|
self, |
|
|
* |
args |
|
) |
| |
insert(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::iterator pos, PCB_FIELD x) -> std::vector< PCB_FIELD * >::iterator
insert(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::iterator pos, std::vector< PCB_FIELD * >::size_type n, PCB_FIELD x)
Definition at line 13225 of file pcbnew.py.
◆ iterator()
def pcbnew.PCB_FIELD_VEC.iterator |
( |
|
self | ) |
|
iterator(PCB_FIELD_VEC self) -> SwigPyIterator
Definition at line 13083 of file pcbnew.py.
◆ pop()
def pcbnew.PCB_FIELD_VEC.pop |
( |
|
self | ) |
|
pop(PCB_FIELD_VEC self) -> PCB_FIELD
Definition at line 13138 of file pcbnew.py.
◆ pop_back()
def pcbnew.PCB_FIELD_VEC.pop_back |
( |
|
self | ) |
|
pop_back(PCB_FIELD_VEC self)
Definition at line 13182 of file pcbnew.py.
◆ push_back()
def pcbnew.PCB_FIELD_VEC.push_back |
( |
|
self, |
|
|
|
x |
|
) |
| |
push_back(PCB_FIELD_VEC self, PCB_FIELD x)
Definition at line 13202 of file pcbnew.py.
◆ rbegin()
def pcbnew.PCB_FIELD_VEC.rbegin |
( |
|
self | ) |
|
rbegin(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::reverse_iterator
Definition at line 13166 of file pcbnew.py.
◆ rend()
def pcbnew.PCB_FIELD_VEC.rend |
( |
|
self | ) |
|
rend(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::reverse_iterator
Definition at line 13170 of file pcbnew.py.
◆ reserve()
def pcbnew.PCB_FIELD_VEC.reserve |
( |
|
self, |
|
|
|
n |
|
) |
| |
reserve(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type n)
Definition at line 13232 of file pcbnew.py.
◆ resize()
def pcbnew.PCB_FIELD_VEC.resize |
( |
|
self, |
|
|
* |
args |
|
) |
| |
resize(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type new_size)
resize(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type new_size, PCB_FIELD x)
Definition at line 13218 of file pcbnew.py.
◆ size()
def pcbnew.PCB_FIELD_VEC.size |
( |
|
self | ) |
|
size(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::size_type
Definition at line 13150 of file pcbnew.py.
◆ swap()
def pcbnew.PCB_FIELD_VEC.swap |
( |
|
self, |
|
|
|
v |
|
) |
| |
swap(PCB_FIELD_VEC self, PCB_FIELD_VEC v)
Definition at line 13154 of file pcbnew.py.
◆ thisown
property pcbnew.PCB_FIELD_VEC.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: