BagVRNodeItems¶
- class bagPy.BagVRNodeItems[source]¶
Bases:
objectProxy of C++ std::vector< BagVRNodeItem > class.
__init__(BagVRNodeItems self) -> BagVRNodeItems __init__(BagVRNodeItems self, BagVRNodeItems other) -> BagVRNodeItems
- Parameters:
other (std::vector< BagVRNodeItem > const &) –
self (__init__(BagVRNodeItems) –
BagVRNodeItems (BagVRNodeItem value) ->) –
size (std::vector< BagVRNodeItem >::size_type) –
self –
size –
BagVRNodeItems –
size –
value (std::vector< BagVRNodeItem >::value_type const &) –
Attributes Summary
The membership flag
Methods Summary
append(BagVRNodeItems self, BagVRNodeItem x)- param x:
assign(BagVRNodeItems self, std, BagVRNodeItem x)- param n:
back(BagVRNodeItems self)begin(BagVRNodeItems self)capacity(BagVRNodeItems self)clear(BagVRNodeItems self)empty(BagVRNodeItems self)end(BagVRNodeItems self)erase(BagVRNodeItems self, std)- param pos:
front(BagVRNodeItems self)get_allocator(BagVRNodeItems self)insert(BagVRNodeItems self, std, BagVRNodeItem x)- param pos:
iterator(BagVRNodeItems self)pop(BagVRNodeItems self)pop_back(BagVRNodeItems self)push_back(BagVRNodeItems self, BagVRNodeItem x)- param x:
rbegin(BagVRNodeItems self)rend(BagVRNodeItems self)reserve(BagVRNodeItems self, std)- param n:
resize(BagVRNodeItems self, std)- param new_size:
size(BagVRNodeItems self)swap(BagVRNodeItems self, BagVRNodeItems v)- param v:
Attributes Documentation
- thisown¶
The membership flag
Methods Documentation
- append(BagVRNodeItems self, BagVRNodeItem x)[source]¶
- Parameters:
x (std::vector< BagVRNodeItem >::value_type const &) –
- assign(BagVRNodeItems self, std::vector< BagVRNodeItem >::size_type n, BagVRNodeItem x)[source]¶
- Parameters:
n (std::vector< BagVRNodeItem >::size_type) –
x (std::vector< BagVRNodeItem >::value_type const &) –
- back(BagVRNodeItems self) BagVRNodeItem[source]¶
- erase(BagVRNodeItems self, std::vector< BagVRNodeItem >::iterator pos) std::vector< BagVRNodeItem >::iterator[source]¶
- Parameters:
pos (std::vector< BagVRNodeItem >::iterator) –
self (erase(BagVRNodeItems) –
first (std::vector< BagVRNodeItem >::iterator) –
>::iterator (std::vector< BagVRNodeItem >::iterator last) -> std::vector< BagVRNodeItem) –
first –
last (std::vector< BagVRNodeItem >::iterator) –
- front(BagVRNodeItems self) BagVRNodeItem[source]¶
- insert(BagVRNodeItems self, std::vector< BagVRNodeItem >::iterator pos, BagVRNodeItem x) std::vector< BagVRNodeItem >::iterator[source]¶
- Parameters:
pos (std::vector< BagVRNodeItem >::iterator) –
x (std::vector< BagVRNodeItem >::value_type const &) –
self (insert(BagVRNodeItems) –
pos –
n (std::vector< BagVRNodeItem >::size_type) –
x) (BagVRNodeItem) –
pos –
n –
x –
- iterator(BagVRNodeItems self) SwigPyIterator[source]¶
- pop(BagVRNodeItems self) BagVRNodeItem[source]¶
- push_back(BagVRNodeItems self, BagVRNodeItem x)[source]¶
- Parameters:
x (std::vector< BagVRNodeItem >::value_type const &) –
- reserve(BagVRNodeItems self, std::vector< BagVRNodeItem >::size_type n)[source]¶
- Parameters:
n (std::vector< BagVRNodeItem >::size_type) –
- resize(BagVRNodeItems self, std::vector< BagVRNodeItem >::size_type new_size)[source]¶
- Parameters:
new_size (std::vector< BagVRNodeItem >::size_type) –
self (resize(BagVRNodeItems) –
new_size –
x) (BagVRNodeItem) –
new_size –
x (std::vector< BagVRNodeItem >::value_type const &) –
- swap(BagVRNodeItems self, BagVRNodeItems v)[source]¶
- Parameters:
v (std::vector< BagVRNodeItem > &) –
- __init__(BagVRNodeItems self) BagVRNodeItems[source]¶
- __init__(BagVRNodeItems self, BagVRNodeItems other) BagVRNodeItems
- Parameters:
other (std::vector< BagVRNodeItem > const &) –
self (__init__(BagVRNodeItems) –
BagVRNodeItems (BagVRNodeItem value) ->) –
size (std::vector< BagVRNodeItem >::size_type) –
self –
size –
BagVRNodeItems –
size –
value (std::vector< BagVRNodeItem >::value_type const &) –
- append(BagVRNodeItems self, BagVRNodeItem x)[source]¶
- Parameters:
x (std::vector< BagVRNodeItem >::value_type const &) –
- assign(BagVRNodeItems self, std::vector< BagVRNodeItem >::size_type n, BagVRNodeItem x)[source]¶
- Parameters:
n (std::vector< BagVRNodeItem >::size_type) –
x (std::vector< BagVRNodeItem >::value_type const &) –
- back(BagVRNodeItems self) BagVRNodeItem[source]¶
- erase(BagVRNodeItems self, std::vector< BagVRNodeItem >::iterator pos) std::vector< BagVRNodeItem >::iterator[source]¶
- Parameters:
pos (std::vector< BagVRNodeItem >::iterator) –
self (erase(BagVRNodeItems) –
first (std::vector< BagVRNodeItem >::iterator) –
>::iterator (std::vector< BagVRNodeItem >::iterator last) -> std::vector< BagVRNodeItem) –
first –
last (std::vector< BagVRNodeItem >::iterator) –
- front(BagVRNodeItems self) BagVRNodeItem[source]¶
- insert(BagVRNodeItems self, std::vector< BagVRNodeItem >::iterator pos, BagVRNodeItem x) std::vector< BagVRNodeItem >::iterator[source]¶
- Parameters:
pos (std::vector< BagVRNodeItem >::iterator) –
x (std::vector< BagVRNodeItem >::value_type const &) –
self (insert(BagVRNodeItems) –
pos –
n (std::vector< BagVRNodeItem >::size_type) –
x) (BagVRNodeItem) –
pos –
n –
x –
- iterator(BagVRNodeItems self) SwigPyIterator[source]¶
- pop(BagVRNodeItems self) BagVRNodeItem[source]¶
- push_back(BagVRNodeItems self, BagVRNodeItem x)[source]¶
- Parameters:
x (std::vector< BagVRNodeItem >::value_type const &) –
- reserve(BagVRNodeItems self, std::vector< BagVRNodeItem >::size_type n)[source]¶
- Parameters:
n (std::vector< BagVRNodeItem >::size_type) –
- resize(BagVRNodeItems self, std::vector< BagVRNodeItem >::size_type new_size)[source]¶
- Parameters:
new_size (std::vector< BagVRNodeItem >::size_type) –
self (resize(BagVRNodeItems) –
new_size –
x) (BagVRNodeItem) –
new_size –
x (std::vector< BagVRNodeItem >::value_type const &) –
- swap(BagVRNodeItems self, BagVRNodeItems v)[source]¶
- Parameters:
v (std::vector< BagVRNodeItem > &) –
- property thisown¶
The membership flag