| 
|   | 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 22341 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 22457 of file pcbnew.py.
 
 
◆ __bool__()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.__bool__  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
__bool__(VECTOR_FP_3DMODEL self) -> bool
 
Definition at line 22357 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 22380 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 22376 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 22387 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 22365 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 22361 of file pcbnew.py.
 
 
◆ __nonzero__()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.__nonzero__  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
__nonzero__(VECTOR_FP_3DMODEL self) -> bool
 
Definition at line 22353 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 22394 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 22369 of file pcbnew.py.
 
 
◆ append()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.append  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           x ) | 
        
      
 
append(VECTOR_FP_3DMODEL self, FP_3DMODEL x)
 
Definition at line 22406 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 22478 of file pcbnew.py.
 
 
◆ back()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.back  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
back(VECTOR_FP_3DMODEL self) -> FP_3DMODEL
 
Definition at line 22474 of file pcbnew.py.
 
 
◆ begin()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.begin  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
begin(VECTOR_FP_3DMODEL self) -> std::vector< FP_3DMODEL >::iterator
 
Definition at line 22422 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 22500 of file pcbnew.py.
 
 
◆ clear()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.clear  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
clear(VECTOR_FP_3DMODEL self)
 
Definition at line 22438 of file pcbnew.py.
 
 
◆ empty()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.empty  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
empty(VECTOR_FP_3DMODEL self) -> bool
 
Definition at line 22410 of file pcbnew.py.
 
 
◆ end()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.end  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
end(VECTOR_FP_3DMODEL self) -> std::vector< FP_3DMODEL >::iterator
 
Definition at line 22426 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 22450 of file pcbnew.py.
 
 
◆ front()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.front  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
front(VECTOR_FP_3DMODEL self) -> FP_3DMODEL
 
Definition at line 22470 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 22442 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 22489 of file pcbnew.py.
 
 
◆ iterator()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.iterator  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
iterator(VECTOR_FP_3DMODEL self) -> SwigPyIterator
 
Definition at line 22347 of file pcbnew.py.
 
 
◆ pop()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.pop  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
pop(VECTOR_FP_3DMODEL self) -> FP_3DMODEL
 
Definition at line 22402 of file pcbnew.py.
 
 
◆ pop_back()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.pop_back  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
pop_back(VECTOR_FP_3DMODEL self)
 
Definition at line 22446 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 22466 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 22430 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 22434 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 22496 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 22482 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 22414 of file pcbnew.py.
 
 
◆ swap()
      
        
          | pcbnew.VECTOR_FP_3DMODEL.swap  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           v ) | 
        
      
 
swap(VECTOR_FP_3DMODEL self, VECTOR_FP_3DMODEL v)
 
Definition at line 22418 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: