Home
last modified time | relevance | path

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

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h2382 mPolygonPool = &quadPool; in init()
2383 mPolygonPool->resetQuads(upperBound); in init()
2391 mPolygonPool->quad(mIdx) = verts;
2399 mPolygonPool->quadFlags(mIdx) = flags;
2405 mPolygonPool->trimQuads(mIdx); in done()
2410 PolygonPool* mPolygonPool; member
2421 mPolygonPool = &polygonPool; in init()
2422 mPolygonPool->resetQuads(upperBound); in init()
2423 mPolygonPool->resetTriangles(upperBound); in init()
2480 mPolygonPool->quad(mQuadIdx) = verts; in addQuad()
[all …]