open3d.pipelines.registration.PoseGraphEdgeVector#

class open3d.pipelines.registration.PoseGraphEdgeVector#

Vector of PoseGraphEdge

__init__(*args, **kwargs)#

Overloaded function.

  1. __init__(self: open3d.cpu.pybind.pipelines.registration.PoseGraphEdgeVector) -> None

  2. __init__(self: open3d.cpu.pybind.pipelines.registration.PoseGraphEdgeVector, arg0: open3d.cpu.pybind.pipelines.registration.PoseGraphEdgeVector) -> None

Copy constructor

  1. __init__(self: open3d.cpu.pybind.pipelines.registration.PoseGraphEdgeVector, arg0: Iterable) -> None

append(self: open3d.cpu.pybind.pipelines.registration.PoseGraphEdgeVector, x: open3d.cpu.pybind.pipelines.registration.PoseGraphEdge) None#

Add an item to the end of the list

clear(self: open3d.cpu.pybind.pipelines.registration.PoseGraphEdgeVector) None#

Clear the contents

extend(*args, **kwargs)#

Overloaded function.

  1. extend(self: open3d.cpu.pybind.pipelines.registration.PoseGraphEdgeVector, L: open3d.cpu.pybind.pipelines.registration.PoseGraphEdgeVector) -> None

Extend the list by appending all the items in the given list

  1. extend(self: open3d.cpu.pybind.pipelines.registration.PoseGraphEdgeVector, L: Iterable) -> None

Extend the list by appending all the items in the given list

insert(self: open3d.cpu.pybind.pipelines.registration.PoseGraphEdgeVector, i: int, x: open3d.cpu.pybind.pipelines.registration.PoseGraphEdge) None#

Insert an item at a given position.

pop(*args, **kwargs)#

Overloaded function.

  1. pop(self: open3d.cpu.pybind.pipelines.registration.PoseGraphEdgeVector) -> open3d.cpu.pybind.pipelines.registration.PoseGraphEdge

Remove and return the last item

  1. pop(self: open3d.cpu.pybind.pipelines.registration.PoseGraphEdgeVector, i: int) -> open3d.cpu.pybind.pipelines.registration.PoseGraphEdge

Remove and return the item at index i