HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nanovdb::GridValidator< ValueT > Class Template Reference

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...
 

Detailed Description

template<typename ValueT>
class nanovdb::GridValidator< ValueT >

Allows for the construction of NanoVDB grids without any dependecy.

Definition at line 32 of file GridValidator.h.

Member Function Documentation

template<typename ValueT >
std::string nanovdb::GridValidator< ValueT >::check ( const GridT grid,
bool  detailed = true 
)
static

Returns an error message (an empty string means no error)

Parameters
gridNanoVDB grid to be tested
detailedIf true the checksum is computed and validated as well as all the node pointers
Note
The validation is much slower if detailed == true!

Definition at line 53 of file GridValidator.h.


The documentation for this class was generated from the following file: