|
| __init__ (self) |
| init(self) -> pointseq_t
|
|
"point_t &" | push_back (self, *args) |
| push_back(self, x)
|
|
"void" | pop_back (self) |
| pop_back(self)
|
|
"size_t" | size (self) |
| size(self) -> size_t
|
|
"bool" | empty (self) |
| empty(self) -> bool
|
|
"point_t const &" | at (self, "size_t" _idx) |
| at(self, _idx) -> point_t
|
|
"void" | qclear (self) |
| qclear(self)
|
|
"void" | clear (self) |
| clear(self)
|
|
"void" | resize (self, *args) |
| resize(self, _newsize, x)
|
|
"void" | grow (self, *args) |
| grow(self, x=point_t())
|
|
"size_t" | capacity (self) |
| capacity(self) -> size_t
|
|
"void" | reserve (self, "size_t" cnt) |
| reserve(self, cnt)
|
|
"void" | truncate (self) |
| truncate(self)
|
|
"void" | swap (self, "pointvec_t" r) |
| swap(self, r)
|
|
"point_t *" | extract (self) |
| extract(self) -> point_t
|
|
"void" | inject (self, "point_t" s, "size_t" len) |
| inject(self, s, len)
|
|
"bool" | __eq__ (self, "pointvec_t" r) |
| eq(self, r) -> bool
|
|
"bool" | __ne__ (self, "pointvec_t" r) |
| ne(self, r) -> bool
|
|
"qvector< point_t >::const_iterator" | begin (self, *args) |
| begin(self) -> point_t
|
|
"qvector< point_t >::const_iterator" | end (self, *args) |
| end(self) -> point_t
|
|
"qvector< point_t >::iterator" | insert (self, "point_t" it, "point_t" x) |
| insert(self, it, x) -> point_t
|
|
"qvector< point_t >::iterator" | erase (self, *args) |
| erase(self, it) -> point_t
|
|
"qvector< point_t >::const_iterator" | find (self, *args) |
| find(self, x) -> point_t
|
|
"bool" | has (self, "point_t" x) |
| has(self, x) -> bool
|
|
"bool" | add_unique (self, "point_t" x) |
| add_unique(self, x) -> bool
|
|
"size_t" | __len__ (self) |
| len(self) -> size_t
|
|
"point_t const &" | __getitem__ (self, "size_t" i) |
| getitem(self, i) -> point_t
|
|
"void" | __setitem__ (self, "size_t" i, "point_t" v) |
| setitem(self, i, v)
|
|
"void" | append (self, "point_t" x) |
| append(self, x)
|
|
"void" | extend (self, "pointvec_t" x) |
| extend(self, x)
|
|