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

Dump "camera" info should dump information about all options #1809

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

samoncrief
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Dec 20, 2024

Codecov Report

Attention: Patch coverage is 92.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 95.67%. Comparing base (d43b451) to head (b70e07a).

Files with missing lines Patch % Lines
library/src/scene_impl.cxx 80.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1809      +/-   ##
==========================================
- Coverage   95.68%   95.67%   -0.02%     
==========================================
  Files         123      123              
  Lines        9754     9776      +22     
==========================================
+ Hits         9333     9353      +20     
- Misses        421      423       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@mwestphal mwestphal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small changes needed

@@ -46,6 +47,9 @@ class scene_impl : public scene
*/
void SetInteractor(interactor_impl* interactor);

// Display available cameras in the log
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use doxygen style doc

/**
 *
 */

}
log::print(level, "");
log::print(level, this->Internals->MetaImporter->GetOutputsDescription(), "\n");
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this code is a duplicate of DisplayImporterDescription, please factorize

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