ENH: make indices for boundBox::add() a templated parameter
- allows use with any container with begin(), end() and where the "*iterator" dereference returns a label, which is used for indexing into the list of points. This container could be labelUList, bitSet, labelHashSet, etc
Showing
- applications/test/boundBox/Test-boundBox.C 27 additions, 1 deletionapplications/test/boundBox/Test-boundBox.C
- src/OpenFOAM/meshes/boundBox/boundBox.C 3 additions, 52 deletionssrc/OpenFOAM/meshes/boundBox/boundBox.C
- src/OpenFOAM/meshes/boundBox/boundBox.H 34 additions, 21 deletionssrc/OpenFOAM/meshes/boundBox/boundBox.H
- src/OpenFOAM/meshes/boundBox/boundBoxI.H 0 additions, 17 deletionssrc/OpenFOAM/meshes/boundBox/boundBoxI.H
- src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C 121 additions, 21 deletionssrc/OpenFOAM/meshes/boundBox/boundBoxTemplates.C
Please register or sign in to comment