mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-07 20:28:40 +01:00
pybind only 1 function for getRxROI
This commit is contained in:
@@ -931,9 +931,6 @@ void init_det(py::module &m) {
|
|||||||
(void (Detector::*)(bool, sls::Positions)) &
|
(void (Detector::*)(bool, sls::Positions)) &
|
||||||
Detector::setRxArping,
|
Detector::setRxArping,
|
||||||
py::arg(), py::arg() = Positions{});
|
py::arg(), py::arg() = Positions{});
|
||||||
CppDetectorApi.def("getRxROI",
|
|
||||||
(std::vector<defs::ROI>(Detector::*)() const) &
|
|
||||||
Detector::getRxROI);
|
|
||||||
CppDetectorApi.def("getRxROI",
|
CppDetectorApi.def("getRxROI",
|
||||||
(std::vector<defs::ROI> (Detector::*)(int) const) &
|
(std::vector<defs::ROI> (Detector::*)(int) const) &
|
||||||
Detector::getRxROI,
|
Detector::getRxROI,
|
||||||
|
|||||||
Reference in New Issue
Block a user