HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GridValidator.h File Reference

Checks the validity of an existing NanoVDB grid. More...

#include <nanovdb/NanoVDB.h>
#include "GridChecksum.h"
+ Include dependency graph for GridValidator.h:

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

Detailed Description

Checks the validity of an existing NanoVDB grid.

Author
Ken Museth
Date
August 30, 2020

Definition in file GridValidator.h.