mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-12 10:51: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,
|
||||
py::arg(), py::arg() = Positions{});
|
||||
CppDetectorApi.def("getRxROI",
|
||||
(std::vector<defs::ROI>(Detector::*)() const) &
|
||||
Detector::getRxROI);
|
||||
CppDetectorApi.def("getRxROI",
|
||||
(std::vector<defs::ROI>(Detector::*)(int) const) &
|
||||
(std::vector<defs::ROI> (Detector::*)(int) const) &
|
||||
Detector::getRxROI,
|
||||
py::arg());
|
||||
CppDetectorApi.def("setRxROI",
|
||||
|
Reference in New Issue
Block a user