HDK
|
Allows for the construction of NanoVDB grids without any dependecy. More...
#include <GridValidator.h>
Static Public Member Functions | |
static std::string | check (const GridT &grid, bool detailed=true) |
Returns an error message (an empty string means no error) More... | |
Allows for the construction of NanoVDB grids without any dependecy.
Definition at line 32 of file GridValidator.h.
|
static |
Returns an error message (an empty string means no error)
grid | NanoVDB grid to be tested |
detailed | If true the checksum is computed and validated as well as all the node pointers |
detailed
== true! Definition at line 53 of file GridValidator.h.