mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-12 19:01:50 +02:00
pybind only 1 function for getRxROI
This commit is contained in:
@ -932,10 +932,7 @@ void init_det(py::module &m) {
|
|||||||
Detector::setRxArping,
|
Detector::setRxArping,
|
||||||
py::arg(), py::arg() = Positions{});
|
py::arg(), py::arg() = Positions{});
|
||||||
CppDetectorApi.def("getRxROI",
|
CppDetectorApi.def("getRxROI",
|
||||||
(std::vector<defs::ROI>(Detector::*)() const) &
|
(std::vector<defs::ROI> (Detector::*)(int) const) &
|
||||||
Detector::getRxROI);
|
|
||||||
CppDetectorApi.def("getRxROI",
|
|
||||||
(std::vector<defs::ROI>(Detector::*)(int) const) &
|
|
||||||
Detector::getRxROI,
|
Detector::getRxROI,
|
||||||
py::arg());
|
py::arg());
|
||||||
CppDetectorApi.def("setRxROI",
|
CppDetectorApi.def("setRxROI",
|
||||||
|
Reference in New Issue
Block a user