|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| std::optional< Kakshya::VolumeData > MayaFlux::IO::VolumeReader::load | ( | const std::string & | filepath, |
| const Kinesis::Lattice3D & | lattice, | ||
| const VolumeReadOptions & | options = {} |
||
| ) |
Load every selected grid onto a caller-supplied lattice.
As load(), but the output lattice is lattice rather than derived from the file. The only path that round-trips a write exactly; see the class docs.
| filepath | Path to the .vdb file. |
| lattice | Output lattice. Its resolution and bounds are used as given; nothing about it is validated against the file's own transform. |
| options | Grid selection. |
Definition at line 133 of file VolumeReader.cpp.
References close(), extract(), and open().
Here is the call graph for this function: