Skip to content

graphical documentation and example for matlab#350

Merged
SimonRohou merged 3 commits intocodac-team:codac2_devfrom
godardma:codac2_dev
Mar 10, 2026
Merged

graphical documentation and example for matlab#350
SimonRohou merged 3 commits intocodac-team:codac2_devfrom
godardma:codac2_dev

Conversation

@godardma
Copy link
Collaborator

No description provided.

.def(py::init<>())
.def_static("VIBES", [](){ return GraphicOutput::VIBES; })
.def_static("IPE", [](){ return GraphicOutput::IPE; })
.def(py::self | py::self, GRAPHICOUTPUT_OPERATORUNION_GRAPHICOUTPUT_GRAPHICOUTPUT)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cette ligne devrait être gardé pour la partie python non ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cette ligne est pour matlab (voir if constexpr(FOR_MATLAB) ligne 28). Les binding python sont dans le "else" qui commence ligne 38. L'opérateur | y est bien.

@SimonRohou SimonRohou merged commit f1be935 into codac-team:codac2_dev Mar 10, 2026
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants