OpenVDB 11.0.0
|
Checks the validity of an existing NanoVDB grid. More...
Go to the source code of this file.
Classes | |
class | GridValidator< ValueT > |
Allows for the construction of NanoVDB grids without any dependecy. More... | |
Namespaces | |
namespace | nanovdb |
Convert a base-pointer to an openvdb grid, denoted srcGrid, to a nanovdb grid of the same type, e.g. float -> float or openvdb::Vec3f -> nanovdb::Vec3f. | |
Functions | |
template<typename ValueT > | |
bool | isValid (const NanoGrid< ValueT > &grid, bool detailed=true, bool verbose=false) |
Return true if the specified grid passes several validation tests. | |
Checks the validity of an existing NanoVDB grid.