HDK
|
Checks the validity of an existing NanoVDB grid. More...
Go to the source code of this file.
Classes | |
class | nanovdb::GridValidator< ValueT > |
Allows for the construction of NanoVDB grids without any dependecy. More... | |
Namespaces | |
nanovdb | |
Functions | |
template<typename ValueT > | |
bool | nanovdb::isValid (const NanoGrid< ValueT > &grid, bool detailed=true, bool verbose=false) |
Return true if the specified grid passes several validation tests. More... | |
Checks the validity of an existing NanoVDB grid.
Definition in file GridValidator.h.