Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/fileio/
H A Diovdb.cpp358 std::vector<ParticleDataBase *> pdbBuffer; in writeObjectsVDB() local
404 pdbBuffer.clear(); in writeObjectsVDB()
410 pdbBuffer.push_back(mantaPPImpl); in writeObjectsVDB()
425 if (!pdbBuffer.empty()) { in writeObjectsVDB()
426 for (ParticleDataBase *pdb : pdbBuffer) { in writeObjectsVDB()
490 std::vector<ParticleDataBase *> pdbBuffer; in readObjectsVDB() local
511 pdbBuffer.push_back(mantaPPImpl); in readObjectsVDB()
577 importVDB(vdbPointGrid, mantaPP, pdbBuffer, voxelSize); in readObjectsVDB()
578 pdbBuffer.clear(); in readObjectsVDB()
590 if (!pdbBuffer.empty()) { in readObjectsVDB()
[all …]