MayaFlux
0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
~VDBArchive()
MayaFlux::IO::Detail::VDBArchive::~VDBArchive
(
)
Definition at line
522
of file
VDBArchive.cpp
.
523
{
524
for
(
auto
& grid :
m_state
->grids) {
525
grid.metadata.entries =
nullptr
;
526
grid.metadata.count = 0;
527
grid.metadata.capacity = 0;
528
tvdb_grid_destroy_owned(&grid);
529
}
530
531
if
(
m_state
->read_file_open) {
532
tvdb_file_close(&
m_state
->read_file);
533
}
534
}
MayaFlux::IO::Detail::VDBArchive::m_state
std::unique_ptr< State > m_state
Definition
VDBArchive.hpp:217
References
m_state
.
MayaFlux
IO
Detail
VDBArchive
Generated by
1.9.8