Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/fileio/
H A Diovdb.cpp53 ValueT vdbValue = accessor.getValue(xyz); in importVDB() local
55 convertFrom(vdbValue, &toMantaValue); in importVDB()
65 convertFrom(vdbValue, &toMantaValue); in importVDB()
186 ValueT vdbValue; in exportVDB() local
187 convertTo(&vdbValue, fromMantaValue); in exportVDB()
188 accessor.setValue(xyz, vdbValue); in exportVDB()
211 VDBType vdbValue; in exportVDB() local
212 convertTo(&vdbValue, fromMantaValue); in exportVDB()
213 vdbValues.push_back(vdbValue); in exportVDB()
602 template void importVDB<int, int>(int vdbValue,
[all …]