Skip to content

graphical documentation and example for matlab#350

Open
godardma wants to merge 3 commits intocodac-team:codac2_devfrom
godardma:codac2_dev
Open

graphical documentation and example for matlab#350
godardma wants to merge 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.

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

Comments