Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Support for Paraview/VTK XML (*.vtu) and Multiblock (*.vtm) visualization files #845
Support for Paraview/VTK XML (*.vtu) and Multiblock (*.vtm) visualization files #845
Changes from 25 commits
4095025
24dfc64
fd0f845
a45d7a7
3940056
6fc9e04
dccbb71
598f262
8bf4ea1
22b9f0a
ad9969b
f288783
b7e1861
faad7dd
e6c443c
c12c3f9
b1bfc3e
348fca0
68abcfc
2fa3dfc
166ce1a
08f5f3b
778a6f0
37770b4
e89a298
52abba3
43be40e
9fb5513
9c47e8e
2253229
1708fa3
87c8117
81d6264
32895cd
953ada7
69af2bf
156a082
d1a19c5
09ccf2d
5bcc0ba
757898a
dff465c
52d6eac
177545e
ce030e5
4088ce3
4946d3b
ce99d3e
8609172
a84ce0b
04d0814
0750f38
b60b84d
73583dd
36cbbb2
98a7ef8
e3632c1
f03acf7
7bdbc1d
cdef521
53847b0
a0568f7
b78b443
b636f09
253fc16
a1dbcaa
1871754
afc203d
318acd1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
It would be nice to have this kind of common operation in a toolbox (whatever the stl does not offer).
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.
You can do std::any_of if you want to be more c++11
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.
Please pass fieldNames by const&
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.
This can probably be returned by const&, it will still allow a local copy to be created if necessary.