Public Member Functions | |
bool | __bool__ (self) |
bool | __contains__ (self, Vector2d x) |
None | __delitem__ (self, int arg0) |
None | __delitem__ (self, slice arg0) |
bool | __eq__ (self, std_vector_Vector2_double arg0) |
std_vector_Vector2_double | __getitem__ (self, slice s) |
Vector2d | __getitem__ (self, int arg0) |
None | __init__ (self) |
None | __init__ (self, typing.Iterable arg0) |
None | __init__ (self, std_vector_Vector2_double arg0) |
typing.Iterator | __iter__ (self) |
int | __len__ (self) |
bool | __ne__ (self, std_vector_Vector2_double arg0) |
str | __repr__ (self) |
None | __setitem__ (self, int arg0, Vector2d arg1) |
None | __setitem__ (self, slice arg0, std_vector_Vector2_double arg1) |
None | append (self, Vector2d x) |
None | clear (self) |
int | count (self, Vector2d x) |
bool | empty (self) |
None | extend (self, std_vector_Vector2_double L) |
None | extend (self, typing.Iterable L) |
None | insert (self, int i, Vector2d x) |
Vector2d | pop (self) |
Vector2d | pop (self, int i) |
None | remove (self, Vector2d x) |
None | resize (self, int arg0) |
None | resize (self, int arg0, Vector2d arg1) |
int | size (self) |
Aliases: Contour2_double, std_vector_Vector2d, Contour_Vector2d, Contour2_double, Contour2d
None meshlib.mrmeshpy.std_vector_Vector2_double.__init__ | ( | self | ) |
None meshlib.mrmeshpy.std_vector_Vector2_double.__init__ | ( | self, | |
typing.Iterable | arg0 ) |
None meshlib.mrmeshpy.std_vector_Vector2_double.__init__ | ( | self, | |
std_vector_Vector2_double | arg0 ) |
bool meshlib.mrmeshpy.std_vector_Vector2_double.__bool__ | ( | self | ) |
Check whether the list is nonempty
bool meshlib.mrmeshpy.std_vector_Vector2_double.__contains__ | ( | self, | |
Vector2d | x ) |
Return true the container contains ``x``
None meshlib.mrmeshpy.std_vector_Vector2_double.__delitem__ | ( | self, | |
int | arg0 ) |
Delete the list elements at index ``i``
None meshlib.mrmeshpy.std_vector_Vector2_double.__delitem__ | ( | self, | |
slice | arg0 ) |
Delete list elements using a slice object
bool meshlib.mrmeshpy.std_vector_Vector2_double.__eq__ | ( | self, | |
std_vector_Vector2_double | arg0 ) |
Vector2d meshlib.mrmeshpy.std_vector_Vector2_double.__getitem__ | ( | self, | |
int | arg0 ) |
std_vector_Vector2_double meshlib.mrmeshpy.std_vector_Vector2_double.__getitem__ | ( | self, | |
slice | s ) |
Retrieve list elements using a slice object
typing.Iterator meshlib.mrmeshpy.std_vector_Vector2_double.__iter__ | ( | self | ) |
int meshlib.mrmeshpy.std_vector_Vector2_double.__len__ | ( | self | ) |
bool meshlib.mrmeshpy.std_vector_Vector2_double.__ne__ | ( | self, | |
std_vector_Vector2_double | arg0 ) |
str meshlib.mrmeshpy.std_vector_Vector2_double.__repr__ | ( | self | ) |
Return the canonical string representation of this map.
None meshlib.mrmeshpy.std_vector_Vector2_double.__setitem__ | ( | self, | |
int | arg0, | ||
Vector2d | arg1 ) |
None meshlib.mrmeshpy.std_vector_Vector2_double.__setitem__ | ( | self, | |
slice | arg0, | ||
std_vector_Vector2_double | arg1 ) |
Assign list elements using a slice object
None meshlib.mrmeshpy.std_vector_Vector2_double.append | ( | self, | |
Vector2d | x ) |
Add an item to the end of the list
None meshlib.mrmeshpy.std_vector_Vector2_double.clear | ( | self | ) |
Clear the contents
int meshlib.mrmeshpy.std_vector_Vector2_double.count | ( | self, | |
Vector2d | x ) |
Return the number of times ``x`` appears in the list
bool meshlib.mrmeshpy.std_vector_Vector2_double.empty | ( | self | ) |
None meshlib.mrmeshpy.std_vector_Vector2_double.extend | ( | self, | |
std_vector_Vector2_double | L ) |
Extend the list by appending all the items in the given list
None meshlib.mrmeshpy.std_vector_Vector2_double.extend | ( | self, | |
typing.Iterable | L ) |
Extend the list by appending all the items in the given list
None meshlib.mrmeshpy.std_vector_Vector2_double.insert | ( | self, | |
int | i, | ||
Vector2d | x ) |
Insert an item at a given position.
Vector2d meshlib.mrmeshpy.std_vector_Vector2_double.pop | ( | self | ) |
Remove and return the last item
Vector2d meshlib.mrmeshpy.std_vector_Vector2_double.pop | ( | self, | |
int | i ) |
Remove and return the item at index ``i``
None meshlib.mrmeshpy.std_vector_Vector2_double.remove | ( | self, | |
Vector2d | x ) |
Remove the first item from the list whose value is x. It is an error if there is no such item.
None meshlib.mrmeshpy.std_vector_Vector2_double.resize | ( | self, | |
int | arg0 ) |
None meshlib.mrmeshpy.std_vector_Vector2_double.resize | ( | self, | |
int | arg0, | ||
Vector2d | arg1 ) |
int meshlib.mrmeshpy.std_vector_Vector2_double.size | ( | self | ) |