Skip to content
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

ref: Make surface implementation more concise #861

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

niermann999
Copy link
Contributor

@niermann999 niermann999 commented Oct 16, 2024

Make the basic geometric surface interface type as concise as possible and instead only add additional functionality around it when actually needed. Also moves a few pieces of functionality to specialized free functions. The tracking_surface interface and functionality does not change and can continue to be used as is in tracking focused projects like traccc.

This is an attempt to reduce internal coupling, because most of the tracking surface functionality is only needed in very few places. It will also allow for non-tracking focused projects to not depend on tracking functionality in any way

Note: This PR also follows this recommendation https://sonarcloud.io/project/issues?open=AZPfWgeq_bLRcF2RbOJs&id=acts-project_detray&tab=why

@niermann999 niermann999 force-pushed the ref-split-surface branch 2 times, most recently from a0fe7b1 to 4b59995 Compare October 16, 2024 17:31
@niermann999 niermann999 marked this pull request as ready for review October 16, 2024 17:31
@niermann999 niermann999 added refactor refactoring the current codes priority: low Low priority labels Oct 16, 2024
@niermann999 niermann999 force-pushed the ref-split-surface branch 3 times, most recently from cf35a42 to 50de9ca Compare October 22, 2024 19:42
@niermann999 niermann999 force-pushed the ref-split-surface branch 2 times, most recently from f46326a to 51058a6 Compare October 29, 2024 20:32
Copy link

@niermann999 niermann999 force-pushed the ref-split-surface branch 6 times, most recently from 793a7dc to 216b951 Compare February 18, 2025 12:20
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low Low priority refactor refactoring the current codes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant