-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Improve clang-format #1912
base: master
Are you sure you want to change the base?
Improve clang-format #1912
Conversation
Meakk
commented
Jan 12, 2025
•
edited
Loading
edited
- Added missing folders
- Upgrade to version 18
- Made related changes
You are modifying libf3d public API! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1912 +/- ##
==========================================
- Coverage 95.69% 95.59% -0.11%
==========================================
Files 125 125
Lines 9997 10013 +16
==========================================
+ Hits 9567 9572 +5
- Misses 430 441 +11 ☔ View full report in Codecov by Sentry. |
6295157
to
7b42691
Compare
7b42691
to
a94fe74
Compare
* No input checking on camIndex | ||
* Please note `void SetCamera(vtkIdType camIndex);` is not reimplemented nor used. | ||
* Implement vtkImporter camera API by adding cameras for each individual importers one after the | ||
* other No input checking on camIndex Please note `void SetCamera(vtkIdType camIndex);` is not |
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.
* other No input checking on camIndex Please note `void SetCamera(vtkIdType camIndex);` is not | |
* other No input checking on camIndex. Please note `void SetCamera(vtkIdType camIndex);` is not |