mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-13 19:31:49 +02: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