OpenVDB
9.0.1
|
Generates a NanoVDB grid from any volume or function. More...
#include "GridHandle.h"
#include "GridStats.h"
#include "GridChecksum.h"
#include "Range.h"
#include "Invoke.h"
#include "ForEach.h"
#include "Reduce.h"
#include "DitherLUT.h"
#include <map>
#include <limits>
#include <sstream>
#include <vector>
#include <cstring>
Go to the source code of this file.
Classes | |
class | AbsDiff |
Compression oracle based on absolute difference. More... | |
class | RelDiff |
Compression oracle based on relative difference. More... | |
class | GridBuilder< ValueT, BuildT, StatsT > |
Allows for the construction of NanoVDB grids without any dependecy. More... | |
struct | GridBuilder< ValueT, BuildT, StatsT >::BuildRoot< ChildT >::Tile |
struct | GridBuilder< ValueT, BuildT, StatsT >:: BuildNode< ChildT > |
struct | GridBuilder< ValueT, BuildT, StatsT >:: BuildNode< ChildT >::Tile |
struct | GridBuilder< ValueT, BuildT, StatsT >:: BuildLeaf |
struct | GridBuilder< ValueT, BuildT, StatsT >:: ValueAccessor |
Namespaces | |
nanovdb | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const AbsDiff &diff) |
std::ostream & | operator<< (std::ostream &os, const RelDiff &diff) |
Generates a NanoVDB grid from any volume or function.
ChildT* child |
NanoLeafT* mDstNode |
uint64_t mDstOffset |
ValueT value |