Skip to content

Commit d8978da

Browse files
committed
Change word: iterator -> accessor.
Signed-off-by: Andre Pradhana <[email protected]>
1 parent 5a5982d commit d8978da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsc/meetings/2022-06-21.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Agenda:
1616
5) Half
1717
6) OpenVDB Mathematica Link
1818
7) VFX Reference Platform
19-
8) ValueIterator on LeafNode
19+
8) Value Accessor on LeafNode
2020
9) Next meeting
2121

2222
--------------------
@@ -67,10 +67,10 @@ for the purpose of contributing to OpenVDB.
6767
Jeff Lait said that VFX Reference Platform now lists OpenVDB 10, unless we fail
6868
to release version 10 by October 2022, under the CY2023 draft.
6969

70-
8) ValueIterator on LeafNode
70+
8) Value Accessor on LeafNode
7171

7272
Nick improved the VolumeToMesh tool in OpenVDB by making it up-to-date with
73-
C++11 and C++14. He also improved the use of Leaf Node Value Iterator by creating
73+
C++11 and C++14. He also improved the use of Leaf Node Value Accessor by creating
7474
a new wrapper that pulls the buffer data in order to avoid atomic access with
7575
delayed-loading. The whole effort makes the tool 10-15% faster.
7676

0 commit comments

Comments
 (0)