Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Aliases: std_vector_std_vector_Vector3d, Contours3d
None mrmeshpy.std_vector_std_vector_Vector3_double.__init__ | ( | self | ) |
None mrmeshpy.std_vector_std_vector_Vector3_double.__init__ | ( | self, | |
typing.Iterable | arg0 ) |
None mrmeshpy.std_vector_std_vector_Vector3_double.__init__ | ( | self, | |
std_vector_std_vector_Vector3_double | arg0 ) |
bool mrmeshpy.std_vector_std_vector_Vector3_double.__bool__ | ( | self | ) |
Check whether the list is nonempty
bool mrmeshpy.std_vector_std_vector_Vector3_double.__contains__ | ( | self, | |
std_vector_Vector3_double | x ) |
Return true the container contains ``x``
None mrmeshpy.std_vector_std_vector_Vector3_double.__delitem__ | ( | self, | |
int | arg0 ) |
Delete the list elements at index ``i``
None mrmeshpy.std_vector_std_vector_Vector3_double.__delitem__ | ( | self, | |
slice | arg0 ) |
Delete list elements using a slice object
bool mrmeshpy.std_vector_std_vector_Vector3_double.__eq__ | ( | self, | |
std_vector_std_vector_Vector3_double | arg0 ) |
std_vector_Vector3_double mrmeshpy.std_vector_std_vector_Vector3_double.__getitem__ | ( | self, | |
int | arg0 ) |
std_vector_std_vector_Vector3_double mrmeshpy.std_vector_std_vector_Vector3_double.__getitem__ | ( | self, | |
slice | s ) |
Retrieve list elements using a slice object
typing.Iterator[std_vector_Vector3_double] mrmeshpy.std_vector_std_vector_Vector3_double.__iter__ | ( | self | ) |
int mrmeshpy.std_vector_std_vector_Vector3_double.__len__ | ( | self | ) |
bool mrmeshpy.std_vector_std_vector_Vector3_double.__ne__ | ( | self, | |
std_vector_std_vector_Vector3_double | arg0 ) |
None mrmeshpy.std_vector_std_vector_Vector3_double.__setitem__ | ( | self, | |
int | arg0, | ||
std_vector_Vector3_double | arg1 ) |
None mrmeshpy.std_vector_std_vector_Vector3_double.__setitem__ | ( | self, | |
slice | arg0, | ||
std_vector_std_vector_Vector3_double | arg1 ) |
Assign list elements using a slice object
|
staticprotected |
None mrmeshpy.std_vector_std_vector_Vector3_double.append | ( | self, | |
std_vector_Vector3_double | x ) |
Add an item to the end of the list
None mrmeshpy.std_vector_std_vector_Vector3_double.clear | ( | self | ) |
Clear the contents
int mrmeshpy.std_vector_std_vector_Vector3_double.count | ( | self, | |
std_vector_Vector3_double | x ) |
Return the number of times ``x`` appears in the list
bool mrmeshpy.std_vector_std_vector_Vector3_double.empty | ( | self | ) |
None mrmeshpy.std_vector_std_vector_Vector3_double.extend | ( | self, | |
std_vector_std_vector_Vector3_double | L ) |
Extend the list by appending all the items in the given list
None mrmeshpy.std_vector_std_vector_Vector3_double.extend | ( | self, | |
typing.Iterable | L ) |
Extend the list by appending all the items in the given list
None mrmeshpy.std_vector_std_vector_Vector3_double.insert | ( | self, | |
int | i, | ||
std_vector_Vector3_double | x ) |
Insert an item at a given position.
std_vector_Vector3_double mrmeshpy.std_vector_std_vector_Vector3_double.pop | ( | self | ) |
Remove and return the last item
std_vector_Vector3_double mrmeshpy.std_vector_std_vector_Vector3_double.pop | ( | self, | |
int | i ) |
Remove and return the item at index ``i``
None mrmeshpy.std_vector_std_vector_Vector3_double.remove | ( | self, | |
std_vector_Vector3_double | 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_std_vector_Vector3_double.resize | ( | self, | |
int | arg0 ) |
None mrmeshpy.std_vector_std_vector_Vector3_double.resize | ( | self, | |
int | arg0, | ||
std_vector_Vector3_double | arg1 ) |
int mrmeshpy.std_vector_std_vector_Vector3_double.size | ( | self | ) |