Table Of Contents

Previous topic

Reflection list overlay

Next topic

Unit cell overlay

Spot list overlay

Python interface

class iplt.gui.SpotlistOverlay((object)arg1, (Lattice)arg2)
GetIndexedList((SpotlistOverlay)arg1) → IndexedList :
C++ signature :
iplt::gui::IndexedList GetIndexedList(iplt::gui::SpotlistOverlay {lvalue})
SetIndexedList((SpotlistOverlay)arg1, (IndexedList)arg2) → None :
C++ signature :
void SetIndexedList(iplt::gui::SpotlistOverlay {lvalue},iplt::gui::IndexedList)
__init__((object)arg1, (Lattice)arg2) → None :
C++ signature :
void __init__(_object*,iplt::Lattice)

__init__( (object)arg1, (IndexedList)arg2) -> None :

C++ signature :
void __init__(_object*,iplt::gui::IndexedList)

C++ interface