-
Notifications
You must be signed in to change notification settings - Fork 218
refactor: Handle navigation surfaces by pointer to feed surfaces outside the tracking geometry #4494
New issue
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
base: main
Are you sure you want to change the base?
Conversation
|
||
/// External surface identifier for which the boundary check is ignored | ||
std::vector<GeometryIdentifier> externalSurfaces = {}; | ||
std::vector<const Surface*> externalSurfaces{}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one thing we need to consider is if this should take ownership of the surfaces or if raw pointers are fine. if these surfaces are not part of the geometry, the user would have to take care of their lifetime right now
|
19780dd
to
d47a68b
Compare
|
PLEASE DESCRIBE YOUR CHANGES.
THIS MESSAGE ENDS UP AS THE COMMIT MESSAGE.
DO NOT USE @-MENTIONS HERE!
--- END COMMIT MESSAGE ---
Any further description goes here, @-mentions are ok here!
feat
,fix
,refactor
,docs
,chore
andbuild
types.