ENH: improved treeDataPoint subset handling (#1359)
- reverse mapping for the original point ids. This can be useful when searching a subset of points, but needing to store access to the original point index. - move constructor. - Allow use/not-use subset as an optional constructor argument for more convenient caller logic.
Showing
- src/meshTools/indexedOctree/treeDataEdge.C 4 additions, 13 deletionssrc/meshTools/indexedOctree/treeDataEdge.C
- src/meshTools/indexedOctree/treeDataEdge.H 8 additions, 7 deletionssrc/meshTools/indexedOctree/treeDataEdge.H
- src/meshTools/indexedOctree/treeDataFace.C 1 addition, 3 deletionssrc/meshTools/indexedOctree/treeDataFace.C
- src/meshTools/indexedOctree/treeDataFace.H 7 additions, 10 deletionssrc/meshTools/indexedOctree/treeDataFace.H
- src/meshTools/indexedOctree/treeDataPoint.C 24 additions, 34 deletionssrc/meshTools/indexedOctree/treeDataPoint.C
- src/meshTools/indexedOctree/treeDataPoint.H 80 additions, 18 deletionssrc/meshTools/indexedOctree/treeDataPoint.H
- src/meshTools/indexedOctree/treeDataPrimitivePatch.C 3 additions, 4 deletionssrc/meshTools/indexedOctree/treeDataPrimitivePatch.C
- src/meshTools/indexedOctree/treeDataPrimitivePatch.H 8 additions, 8 deletionssrc/meshTools/indexedOctree/treeDataPrimitivePatch.H
- src/meshTools/indexedOctree/treeDataTriSurface.C 4 additions, 4 deletionssrc/meshTools/indexedOctree/treeDataTriSurface.C
- src/meshTools/indexedOctree/treeDataTriSurface.H 0 additions, 1 deletionsrc/meshTools/indexedOctree/treeDataTriSurface.H
Please register or sign in to comment