Skip to content

Commit c6a2016

Browse files
committed
add TODO for missing func
1 parent 964b048 commit c6a2016

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cpp/utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ py::class_<ScalarQ> bindScalarQuantity(py::module& m, std::string name) {
201201
.def("set_map_range", &ScalarQ::setMapRange, "Set map range")
202202
.def("set_onscreen_colorbar_enabled", &ScalarQ::setOnscreenColorbarEnabled, "Set onscreen color bar enabled")
203203
.def("set_onscreen_colorbar_location", &ScalarQ::setOnscreenColorbarLocation, "Set onscreen color bar location")
204+
// TODO add exportColorMapToSVG()
204205
.def("set_map_range", &ScalarQ::setMapRange, "Set map range")
205206
.def("set_isolines_enabled", &ScalarQ::setIsolinesEnabled)
206207
.def("set_isoline_style", &ScalarQ::setIsolineStyle)

0 commit comments

Comments
 (0)