Public Member Functions | |
| bool | __bool__ (self) |
| bool | __contains__ (self, LineSegm3f x) |
| None | __delitem__ (self, int arg0) |
| None | __delitem__ (self, slice arg0) |
| bool | __eq__ (self, std_vector_LineSegm_Vector3_float arg0) |
| std_vector_LineSegm_Vector3_float | __getitem__ (self, slice s) |
| LineSegm3f | __getitem__ (self, int arg0) |
| None | __init__ (self) |
| None | __init__ (self, typing.Iterable arg0) |
| None | __init__ (self, std_vector_LineSegm_Vector3_float arg0) |
| typing.Iterator[LineSegm3f] | __iter__ (self) |
| int | __len__ (self) |
| bool | __ne__ (self, std_vector_LineSegm_Vector3_float arg0) |
| None | __setitem__ (self, int arg0, LineSegm3f arg1) |
| None | __setitem__ (self, slice arg0, std_vector_LineSegm_Vector3_float arg1) |
| None | append (self, LineSegm3f x) |
| None | clear (self) |
| int | count (self, LineSegm3f x) |
| int | data_pointer (self) |
| bool | empty (self) |
| None | extend (self, std_vector_LineSegm_Vector3_float L) |
| None | extend (self, typing.Iterable L) |
| None | insert (self, int i, LineSegm3f x) |
| LineSegm3f | pop (self) |
| LineSegm3f | pop (self, int i) |
| None | remove (self, LineSegm3f x) |
| None | resize (self, int arg0) |
| None | resize (self, int arg0, LineSegm3f arg1) |
| int | size (self) |
Static Public Attributes | |
| typing | element_type_byte_size = 24 |
Aliases: std_vector_LineSegm3f
| None mrmeshpy.std_vector_LineSegm_Vector3_float.__init__ | ( | self | ) |
| None mrmeshpy.std_vector_LineSegm_Vector3_float.__init__ | ( | self, | |
| typing.Iterable | arg0 ) |
| None mrmeshpy.std_vector_LineSegm_Vector3_float.__init__ | ( | self, | |
| std_vector_LineSegm_Vector3_float | arg0 ) |
| bool mrmeshpy.std_vector_LineSegm_Vector3_float.__bool__ | ( | self | ) |
Check whether the list is nonempty
| bool mrmeshpy.std_vector_LineSegm_Vector3_float.__contains__ | ( | self, | |
| LineSegm3f | x ) |
Return true the container contains ``x``
| None mrmeshpy.std_vector_LineSegm_Vector3_float.__delitem__ | ( | self, | |
| int | arg0 ) |
Delete the list elements at index ``i``
| None mrmeshpy.std_vector_LineSegm_Vector3_float.__delitem__ | ( | self, | |
| slice | arg0 ) |
Delete list elements using a slice object
| bool mrmeshpy.std_vector_LineSegm_Vector3_float.__eq__ | ( | self, | |
| std_vector_LineSegm_Vector3_float | arg0 ) |
| LineSegm3f mrmeshpy.std_vector_LineSegm_Vector3_float.__getitem__ | ( | self, | |
| int | arg0 ) |
| std_vector_LineSegm_Vector3_float mrmeshpy.std_vector_LineSegm_Vector3_float.__getitem__ | ( | self, | |
| slice | s ) |
Retrieve list elements using a slice object
| typing.Iterator[LineSegm3f] mrmeshpy.std_vector_LineSegm_Vector3_float.__iter__ | ( | self | ) |
| int mrmeshpy.std_vector_LineSegm_Vector3_float.__len__ | ( | self | ) |
| bool mrmeshpy.std_vector_LineSegm_Vector3_float.__ne__ | ( | self, | |
| std_vector_LineSegm_Vector3_float | arg0 ) |
| None mrmeshpy.std_vector_LineSegm_Vector3_float.__setitem__ | ( | self, | |
| int | arg0, | ||
| LineSegm3f | arg1 ) |
| None mrmeshpy.std_vector_LineSegm_Vector3_float.__setitem__ | ( | self, | |
| slice | arg0, | ||
| std_vector_LineSegm_Vector3_float | arg1 ) |
Assign list elements using a slice object
| None mrmeshpy.std_vector_LineSegm_Vector3_float.append | ( | self, | |
| LineSegm3f | x ) |
Add an item to the end of the list
| None mrmeshpy.std_vector_LineSegm_Vector3_float.clear | ( | self | ) |
Clear the contents
| int mrmeshpy.std_vector_LineSegm_Vector3_float.count | ( | self, | |
| LineSegm3f | x ) |
Return the number of times ``x`` appears in the list
| int mrmeshpy.std_vector_LineSegm_Vector3_float.data_pointer | ( | self | ) |
Returns the pointer to the contiguous vector contents, as an integer.
| bool mrmeshpy.std_vector_LineSegm_Vector3_float.empty | ( | self | ) |
| None mrmeshpy.std_vector_LineSegm_Vector3_float.extend | ( | self, | |
| std_vector_LineSegm_Vector3_float | L ) |
Extend the list by appending all the items in the given list
| None mrmeshpy.std_vector_LineSegm_Vector3_float.extend | ( | self, | |
| typing.Iterable | L ) |
Extend the list by appending all the items in the given list
| None mrmeshpy.std_vector_LineSegm_Vector3_float.insert | ( | self, | |
| int | i, | ||
| LineSegm3f | x ) |
Insert an item at a given position.
| LineSegm3f mrmeshpy.std_vector_LineSegm_Vector3_float.pop | ( | self | ) |
Remove and return the last item
| LineSegm3f mrmeshpy.std_vector_LineSegm_Vector3_float.pop | ( | self, | |
| int | i ) |
Remove and return the item at index ``i``
| None mrmeshpy.std_vector_LineSegm_Vector3_float.remove | ( | self, | |
| LineSegm3f | 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_LineSegm_Vector3_float.resize | ( | self, | |
| int | arg0 ) |
| None mrmeshpy.std_vector_LineSegm_Vector3_float.resize | ( | self, | |
| int | arg0, | ||
| LineSegm3f | arg1 ) |
| int mrmeshpy.std_vector_LineSegm_Vector3_float.size | ( | self | ) |
|
static |