pydseamslib.cyoda.restoreEdgesFromIndices#
- pydseamslib.cyoda.restoreEdgesFromIndices(fullGraph: primitive::Graph, nList: List[List[int]]) primitive::Graph #
Re-fills the neighbour lists of a graph object from a neighbour list of INDICES NOT ATOM IDs created before
- Parameters:
fullGraph (The Graph object for the current frame. The neighbour lists of component Vertex objects may have been depleted)
nList (The row-ordered neighbour list, containing atom indices [according to the input PointCloud])