pydseamslib.cyoda.moleculesInSingleSlice

pydseamslib.cyoda.moleculesInSingleSlice#

pydseamslib.cyoda.moleculesInSingleSlice(yCloud: pydseamslib.cyoda.PointCloudDouble, clearPreviousSliceSelection: bool, coordLow: List[float[3]], coordHigh: List[float[3]]) None#

Given a pointCloud set the inSlice bool for every atom, if the atoms are inside the specified (single) region

Parameters:
  • yCloud (The given input PointCloud)

  • clearPreviousSliceSelection (sets all inSlice bool values to false before adding Points to the slice)

  • coordLow (Contains the lower limits of the slice, if a slice is to be created)

  • coordHigh (Contains the upper limits of the slice, if a slice is to be created)