Public Member Functions | |
| bool | __bool__ (self) |
| bool | __contains__ (self, FaceFace x) |
| None | __delitem__ (self, int arg0) |
| None | __delitem__ (self, slice arg0) |
| bool | __eq__ (self, std_vector_FaceFace arg0) |
| std_vector_FaceFace | __getitem__ (self, slice s) |
| FaceFace | __getitem__ (self, int arg0) |
| None | __init__ (self) |
| None | __init__ (self, typing.Iterable arg0) |
| None | __init__ (self, std_vector_FaceFace arg0) |
| typing.Iterator[FaceFace] | __iter__ (self) |
| int | __len__ (self) |
| bool | __ne__ (self, std_vector_FaceFace arg0) |
| None | __setitem__ (self, int arg0, FaceFace arg1) |
| None | __setitem__ (self, slice arg0, std_vector_FaceFace arg1) |
| None | append (self, FaceFace x) |
| None | clear (self) |
| int | count (self, FaceFace x) |
| int | data_pointer (self) |
| bool | empty (self) |
| None | extend (self, std_vector_FaceFace L) |
| None | extend (self, typing.Iterable L) |
| None | insert (self, int i, FaceFace x) |
| FaceFace | pop (self) |
| FaceFace | pop (self, int i) |
| None | remove (self, FaceFace x) |
| None | resize (self, int arg0) |
| None | resize (self, int arg0, FaceFace arg1) |
| int | size (self) |
Static Public Attributes | |
| typing | element_type_byte_size = 8 |
Aliases: GroupOrder, GroupOrder
| None mrmeshpy.std_vector_FaceFace.__init__ | ( | self | ) |
| None mrmeshpy.std_vector_FaceFace.__init__ | ( | self, | |
| typing.Iterable | arg0 ) |
| None mrmeshpy.std_vector_FaceFace.__init__ | ( | self, | |
| std_vector_FaceFace | arg0 ) |
| bool mrmeshpy.std_vector_FaceFace.__bool__ | ( | self | ) |
Check whether the list is nonempty
| bool mrmeshpy.std_vector_FaceFace.__contains__ | ( | self, | |
| FaceFace | x ) |
Return true the container contains ``x``
| None mrmeshpy.std_vector_FaceFace.__delitem__ | ( | self, | |
| int | arg0 ) |
Delete the list elements at index ``i``
| None mrmeshpy.std_vector_FaceFace.__delitem__ | ( | self, | |
| slice | arg0 ) |
Delete list elements using a slice object
| bool mrmeshpy.std_vector_FaceFace.__eq__ | ( | self, | |
| std_vector_FaceFace | arg0 ) |
| FaceFace mrmeshpy.std_vector_FaceFace.__getitem__ | ( | self, | |
| int | arg0 ) |
| std_vector_FaceFace mrmeshpy.std_vector_FaceFace.__getitem__ | ( | self, | |
| slice | s ) |
Retrieve list elements using a slice object
| typing.Iterator[FaceFace] mrmeshpy.std_vector_FaceFace.__iter__ | ( | self | ) |
| int mrmeshpy.std_vector_FaceFace.__len__ | ( | self | ) |
| bool mrmeshpy.std_vector_FaceFace.__ne__ | ( | self, | |
| std_vector_FaceFace | arg0 ) |
| None mrmeshpy.std_vector_FaceFace.__setitem__ | ( | self, | |
| int | arg0, | ||
| FaceFace | arg1 ) |
| None mrmeshpy.std_vector_FaceFace.__setitem__ | ( | self, | |
| slice | arg0, | ||
| std_vector_FaceFace | arg1 ) |
Assign list elements using a slice object
| None mrmeshpy.std_vector_FaceFace.append | ( | self, | |
| FaceFace | x ) |
Add an item to the end of the list
| None mrmeshpy.std_vector_FaceFace.clear | ( | self | ) |
Clear the contents
| int mrmeshpy.std_vector_FaceFace.count | ( | self, | |
| FaceFace | x ) |
Return the number of times ``x`` appears in the list
| int mrmeshpy.std_vector_FaceFace.data_pointer | ( | self | ) |
Returns the pointer to the contiguous vector contents, as an integer.
| bool mrmeshpy.std_vector_FaceFace.empty | ( | self | ) |
| None mrmeshpy.std_vector_FaceFace.extend | ( | self, | |
| std_vector_FaceFace | L ) |
Extend the list by appending all the items in the given list
| None mrmeshpy.std_vector_FaceFace.extend | ( | self, | |
| typing.Iterable | L ) |
Extend the list by appending all the items in the given list
| None mrmeshpy.std_vector_FaceFace.insert | ( | self, | |
| int | i, | ||
| FaceFace | x ) |
Insert an item at a given position.
| FaceFace mrmeshpy.std_vector_FaceFace.pop | ( | self | ) |
Remove and return the last item
| FaceFace mrmeshpy.std_vector_FaceFace.pop | ( | self, | |
| int | i ) |
Remove and return the item at index ``i``
| None mrmeshpy.std_vector_FaceFace.remove | ( | self, | |
| FaceFace | x ) |
Remove the first item from the list whose value is x. It is an error if there is no such item.
| None mrmeshpy.std_vector_FaceFace.resize | ( | self, | |
| int | arg0 ) |
| None mrmeshpy.std_vector_FaceFace.resize | ( | self, | |
| int | arg0, | ||
| FaceFace | arg1 ) |
| int mrmeshpy.std_vector_FaceFace.size | ( | self | ) |
|
static |