|
| | 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) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
Proxy of C++ std::vector< FP_3DMODEL > class.
Definition at line 23186 of file pcbnew.py.
◆ __init__()
| pcbnew.VECTOR_FP_3DMODEL.__init__ |
( |
| self, |
|
|
* | args ) |
__init__(VECTOR_FP_3DMODEL self) -> VECTOR_FP_3DMODEL
__init__(VECTOR_FP_3DMODEL self, VECTOR_FP_3DMODEL other) -> VECTOR_FP_3DMODEL
__init__(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::size_type size) -> VECTOR_FP_3DMODEL
__init__(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::size_type size, FP_3DMODEL value) -> VECTOR_FP_3DMODEL
Definition at line 23302 of file pcbnew.py.
◆ __bool__()
| pcbnew.VECTOR_FP_3DMODEL.__bool__ |
( |
| self | ) |
|
__bool__(VECTOR_FP_3DMODEL self) -> bool
Definition at line 23202 of file pcbnew.py.
◆ __delitem__()
| pcbnew.VECTOR_FP_3DMODEL.__delitem__ |
( |
| self, |
|
|
* | args ) |
__delitem__(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::difference_type i)
__delitem__(VECTOR_FP_3DMODEL self, SWIGPY_SLICEOBJECT * slice)
Definition at line 23225 of file pcbnew.py.
◆ __delslice__()
| pcbnew.VECTOR_FP_3DMODEL.__delslice__ |
( |
| self, |
|
|
| i, |
|
|
| j ) |
__delslice__(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::difference_type i, std::vector< FP_3DMODEL >::difference_type j)
Definition at line 23221 of file pcbnew.py.
◆ __getitem__()
| pcbnew.VECTOR_FP_3DMODEL.__getitem__ |
( |
| self, |
|
|
* | args ) |
__getitem__(VECTOR_FP_3DMODEL self, SWIGPY_SLICEOBJECT * slice) -> VECTOR_FP_3DMODEL
__getitem__(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::difference_type i) -> FP_3DMODEL
Definition at line 23232 of file pcbnew.py.
◆ __getslice__()
| pcbnew.VECTOR_FP_3DMODEL.__getslice__ |
( |
| self, |
|
|
| i, |
|
|
| j ) |
__getslice__(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::difference_type i, std::vector< FP_3DMODEL >::difference_type j) -> VECTOR_FP_3DMODEL
Definition at line 23210 of file pcbnew.py.
◆ __iter__()
| pcbnew.VECTOR_FP_3DMODEL.__iter__ |
( |
| self | ) |
|
◆ __len__()
| pcbnew.VECTOR_FP_3DMODEL.__len__ |
( |
| self | ) |
|
__len__(VECTOR_FP_3DMODEL self) -> std::vector< FP_3DMODEL >::size_type
Definition at line 23206 of file pcbnew.py.
◆ __nonzero__()
| pcbnew.VECTOR_FP_3DMODEL.__nonzero__ |
( |
| self | ) |
|
__nonzero__(VECTOR_FP_3DMODEL self) -> bool
Definition at line 23198 of file pcbnew.py.
◆ __setitem__()
| pcbnew.VECTOR_FP_3DMODEL.__setitem__ |
( |
| self, |
|
|
* | args ) |
__setitem__(VECTOR_FP_3DMODEL self, SWIGPY_SLICEOBJECT * slice, VECTOR_FP_3DMODEL v)
__setitem__(VECTOR_FP_3DMODEL self, SWIGPY_SLICEOBJECT * slice)
__setitem__(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::difference_type i, FP_3DMODEL x)
Definition at line 23239 of file pcbnew.py.
◆ __setslice__()
| pcbnew.VECTOR_FP_3DMODEL.__setslice__ |
( |
| self, |
|
|
* | args ) |
__setslice__(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::difference_type i, std::vector< FP_3DMODEL >::difference_type j)
__setslice__(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::difference_type i, std::vector< FP_3DMODEL >::difference_type j, VECTOR_FP_3DMODEL v)
Definition at line 23214 of file pcbnew.py.
◆ append()
| pcbnew.VECTOR_FP_3DMODEL.append |
( |
| self, |
|
|
| x ) |
append(VECTOR_FP_3DMODEL self, FP_3DMODEL x)
Definition at line 23251 of file pcbnew.py.
◆ assign()
| pcbnew.VECTOR_FP_3DMODEL.assign |
( |
| self, |
|
|
| n, |
|
|
| x ) |
assign(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::size_type n, FP_3DMODEL x)
Definition at line 23323 of file pcbnew.py.
◆ back()
| pcbnew.VECTOR_FP_3DMODEL.back |
( |
| self | ) |
|
back(VECTOR_FP_3DMODEL self) -> FP_3DMODEL
Definition at line 23319 of file pcbnew.py.
◆ begin()
| pcbnew.VECTOR_FP_3DMODEL.begin |
( |
| self | ) |
|
begin(VECTOR_FP_3DMODEL self) -> std::vector< FP_3DMODEL >::iterator
Definition at line 23267 of file pcbnew.py.
◆ capacity()
| pcbnew.VECTOR_FP_3DMODEL.capacity |
( |
| self | ) |
|
capacity(VECTOR_FP_3DMODEL self) -> std::vector< FP_3DMODEL >::size_type
Definition at line 23345 of file pcbnew.py.
◆ clear()
| pcbnew.VECTOR_FP_3DMODEL.clear |
( |
| self | ) |
|
clear(VECTOR_FP_3DMODEL self)
Definition at line 23283 of file pcbnew.py.
◆ empty()
| pcbnew.VECTOR_FP_3DMODEL.empty |
( |
| self | ) |
|
empty(VECTOR_FP_3DMODEL self) -> bool
Definition at line 23255 of file pcbnew.py.
◆ end()
| pcbnew.VECTOR_FP_3DMODEL.end |
( |
| self | ) |
|
end(VECTOR_FP_3DMODEL self) -> std::vector< FP_3DMODEL >::iterator
Definition at line 23271 of file pcbnew.py.
◆ erase()
| pcbnew.VECTOR_FP_3DMODEL.erase |
( |
| self, |
|
|
* | args ) |
erase(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::iterator pos) -> std::vector< FP_3DMODEL >::iterator
erase(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::iterator first, std::vector< FP_3DMODEL >::iterator last) -> std::vector< FP_3DMODEL >::iterator
Definition at line 23295 of file pcbnew.py.
◆ front()
| pcbnew.VECTOR_FP_3DMODEL.front |
( |
| self | ) |
|
front(VECTOR_FP_3DMODEL self) -> FP_3DMODEL
Definition at line 23315 of file pcbnew.py.
◆ get_allocator()
| pcbnew.VECTOR_FP_3DMODEL.get_allocator |
( |
| self | ) |
|
get_allocator(VECTOR_FP_3DMODEL self) -> std::vector< FP_3DMODEL >::allocator_type
Definition at line 23287 of file pcbnew.py.
◆ insert()
| pcbnew.VECTOR_FP_3DMODEL.insert |
( |
| self, |
|
|
* | args ) |
insert(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::iterator pos, FP_3DMODEL x) -> std::vector< FP_3DMODEL >::iterator
insert(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::iterator pos, std::vector< FP_3DMODEL >::size_type n, FP_3DMODEL x)
Definition at line 23334 of file pcbnew.py.
◆ iterator()
| pcbnew.VECTOR_FP_3DMODEL.iterator |
( |
| self | ) |
|
iterator(VECTOR_FP_3DMODEL self) -> SwigPyIterator
Definition at line 23192 of file pcbnew.py.
◆ pop()
| pcbnew.VECTOR_FP_3DMODEL.pop |
( |
| self | ) |
|
pop(VECTOR_FP_3DMODEL self) -> FP_3DMODEL
Definition at line 23247 of file pcbnew.py.
◆ pop_back()
| pcbnew.VECTOR_FP_3DMODEL.pop_back |
( |
| self | ) |
|
pop_back(VECTOR_FP_3DMODEL self)
Definition at line 23291 of file pcbnew.py.
◆ push_back()
| pcbnew.VECTOR_FP_3DMODEL.push_back |
( |
| self, |
|
|
| x ) |
push_back(VECTOR_FP_3DMODEL self, FP_3DMODEL x)
Definition at line 23311 of file pcbnew.py.
◆ rbegin()
| pcbnew.VECTOR_FP_3DMODEL.rbegin |
( |
| self | ) |
|
rbegin(VECTOR_FP_3DMODEL self) -> std::vector< FP_3DMODEL >::reverse_iterator
Definition at line 23275 of file pcbnew.py.
◆ rend()
| pcbnew.VECTOR_FP_3DMODEL.rend |
( |
| self | ) |
|
rend(VECTOR_FP_3DMODEL self) -> std::vector< FP_3DMODEL >::reverse_iterator
Definition at line 23279 of file pcbnew.py.
◆ reserve()
| pcbnew.VECTOR_FP_3DMODEL.reserve |
( |
| self, |
|
|
| n ) |
reserve(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::size_type n)
Definition at line 23341 of file pcbnew.py.
◆ resize()
| pcbnew.VECTOR_FP_3DMODEL.resize |
( |
| self, |
|
|
* | args ) |
resize(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::size_type new_size)
resize(VECTOR_FP_3DMODEL self, std::vector< FP_3DMODEL >::size_type new_size, FP_3DMODEL x)
Definition at line 23327 of file pcbnew.py.
◆ size()
| pcbnew.VECTOR_FP_3DMODEL.size |
( |
| self | ) |
|
size(VECTOR_FP_3DMODEL self) -> std::vector< FP_3DMODEL >::size_type
Definition at line 23259 of file pcbnew.py.
◆ swap()
| pcbnew.VECTOR_FP_3DMODEL.swap |
( |
| self, |
|
|
| v ) |
swap(VECTOR_FP_3DMODEL self, VECTOR_FP_3DMODEL v)
Definition at line 23263 of file pcbnew.py.
◆ thisown
| pcbnew.VECTOR_FP_3DMODEL.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: