Home
last modified time | relevance | path

Searched refs:lhsSigns (Results 1 – 1 of 1) sorted by relevance

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h1400 matchEdgeGroup(unsigned char groupId, unsigned char lhsSigns, unsigned char rhsSigns) in matchEdgeGroup() argument
1404 if (sEdgeGroupTable[lhsSigns][i] == groupId && sEdgeGroupTable[rhsSigns][i] != 0) { in matchEdgeGroup()
1420 unsigned char lhsSigns, unsigned char rhsSigns, in computeCellPoints() argument
1423 for (size_t n = 1, N = sEdgeGroupTable[lhsSigns][0] + 1; n < N; ++n) { in computeCellPoints()
1425 int id = matchEdgeGroup(uint8_t(n), lhsSigns, rhsSigns); in computeCellPoints()
1442 points.push_back(computePoint(lhsValues, lhsSigns, uint8_t(n), iso)); in computeCellPoints()
1806 uint8_t lhsSigns = uint8_t(SIGNS & it.getValue()); in operator() local
1819 int id = matchEdgeGroup(uint8_t(i), lhsSigns, rhsSigns); in operator()
1829 pos, values, lhsSigns, rhsSigns, uint8_t(i), iso); in operator()
1887 uint8_t lhsSigns = uint8_t(value & SIGNS); in operator() local
[all …]