We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CGAL::Apollonius_graph_vertex_base_2< Gt, StoreHidden >
The class CGAL::Apollonius_graph_vertex_base_2< Gt, StoreHidden > has a third template parameter which is not documented.
This third template parameter can be CGAL::Triangulation_vertex_base_with_info_2<myinfo, myKernel> which is very useful.
CGAL::Triangulation_vertex_base_with_info_2<myinfo, myKernel>
The text was updated successfully, but these errors were encountered:
Apollonius_graph: Fix return type in the documentation (#7619)
0a11c72
## Summary of Changes Fix the return type. Document the third template parameter of `Apollonius_graph_vertex_base_2`. ## Release Management * Affected package(s): `Apollonius_graph_2` * Issue(s) solved (if any): fix #7582 and #7579 * Link to compiled documentation: [link](https://cgal.github.io/7619/v0/Apollonius_graph_2/classCGAL_1_1Apollonius__graph__2.html#a6e6e1b20ab5018c96e4b0ed2c0f0ee00) and [here ](https://cgal.github.io/7619/v0/Apollonius_graph_2/classCGAL_1_1Apollonius__graph__vertex__base__2.html#acbabb6d26d4d8938bde5bbd6c6e467eb)for the vertex base. * License and copyright ownership: unchanged
Fixed by PR #7619.
Sorry, something went wrong.
afabri
Successfully merging a pull request may close this issue.
Issue Details
The class
CGAL::Apollonius_graph_vertex_base_2< Gt, StoreHidden >
has a third template parameter which is not documented.This third template parameter can be
CGAL::Triangulation_vertex_base_with_info_2<myinfo, myKernel>
which is very useful.The text was updated successfully, but these errors were encountered: