cloudViewer.t.geometry.VectorMetric#
- class cloudViewer.t.geometry.VectorMetric#
- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: cloudViewer.t.geometry.VectorMetric) -> None
__init__(self: cloudViewer.t.geometry.VectorMetric, arg0: collections.abc.Sequence[cloudViewer::t::geometry::Metric]) -> None
Copy constructor
__init__(self: cloudViewer.t.geometry.VectorMetric, arg0: collections.abc.Iterable) -> None
- append(self: collections.abc.Sequence[cloudViewer::t::geometry::Metric], x: cloudViewer::t::geometry::Metric) None#
Add an item to the end of the list
- count(self: collections.abc.Sequence[cloudViewer::t::geometry::Metric], x: cloudViewer::t::geometry::Metric) int#
Return the number of times
xappears in the list
- extend(*args, **kwargs)#
Overloaded function.
extend(self: collections.abc.Sequence[cloudViewer::t::geometry::Metric], L: collections.abc.Sequence[cloudViewer::t::geometry::Metric]) -> None
Extend the list by appending all the items in the given list
extend(self: collections.abc.Sequence[cloudViewer::t::geometry::Metric], L: collections.abc.Iterable) -> None
Extend the list by appending all the items in the given list
- insert(self: collections.abc.Sequence[cloudViewer::t::geometry::Metric], i: typing.SupportsInt, x: cloudViewer::t::geometry::Metric) None#
Insert an item at a given position.
- pop(*args, **kwargs)#
Overloaded function.
pop(self: collections.abc.Sequence[cloudViewer::t::geometry::Metric]) -> cloudViewer::t::geometry::Metric
Remove and return the last item
pop(self: collections.abc.Sequence[cloudViewer::t::geometry::Metric], i: typing.SupportsInt) -> cloudViewer::t::geometry::Metric
Remove and return the item at index
i