Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Philip Trettner
polymesh
Commits
57e82cd9
Commit
57e82cd9
authored
Sep 22, 2020
by
Philip Trettner
Browse files
fixed comment
parent
f56312d6
Changes
1
Show whitespace changes
Inline
Side-by-side
src/polymesh/Mesh.hh
View file @
57e82cd9
...
@@ -28,8 +28,8 @@ namespace polymesh
...
@@ -28,8 +28,8 @@ namespace polymesh
* * Primitives can be removed via [primitive]().remove(...)
* * Primitives can be removed via [primitive]().remove(...)
* (removed primitives are invalidated (flagged for removal). call compactify() to remove them)
* (removed primitives are invalidated (flagged for removal). call compactify() to remove them)
*
*
* * `for (auto h : [primitive]())` iterates over
_all_
primitives
, includ
ing invalid ones
* * `for (auto h : [primitive]())` iterates over primitives
(skipp
ing invalid ones
)
* (`for (auto h : valid_[primitive]())`
skips over
invalid ones)
* (`for (auto h : valid_[primitive]())`
is slightly faster and includes
invalid ones)
*
*
* * low-level operations can be performed by accessing low_level_api(mesh)
* * low-level operations can be performed by accessing low_level_api(mesh)
*
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment