Home
last modified time | relevance | path

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

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h3793 math::Tuple<8, InputValueType> cellVertexValues; in operator() local
3817 getCellVertexValues(*leafPt, pos, cellVertexValues); in operator()
3819 getCellVertexValues(mInputAccessor, origin + ijk, cellVertexValues); in operator()
3822 uint8_t signFlags = computeSignFlags(cellVertexValues, mIsovalue); in operator()