The fcp struct determines on which side of an active voxel the face center point is located (= ori), where it is located in the scalar field of density values (index i refers to the position in xfIndex, yfIndex or zfIndex - depending on the face orientation ori). The Boolean variables visitedNorth etc. indicate which direction has already been taken in previous visits to the FCP. More...
Public Member Functions | |
| void | visited (start dir) |
Public Attributes | |
| int | ori |
| int | i |
| MyMesh::VertexHandle | vertex |
| bool | visitedNorth = false |
| bool | visitedEast = false |
| bool | visitedSouth = false |
| bool | visitedWest = false |
The fcp struct determines on which side of an active voxel the face center point is located (= ori), where it is located in the scalar field of density values (index i refers to the position in xfIndex, yfIndex or zfIndex - depending on the face orientation ori). The Boolean variables visitedNorth etc. indicate which direction has already been taken in previous visits to the FCP.
1.8.6