|
| static void | cnanovdb_mask3_clear (cnanovdb_mask3 *__restrict mask) |
| static bool | cnanovdb_mask3_isOn (const cnanovdb_mask3 *__restrict mask, uint32_t n) |
| static void | cnanovdb_mask4_clear (cnanovdb_mask4 *__restrict mask) |
| static bool | cnanovdb_mask4_isOn (const cnanovdb_mask4 *__restrict mask, uint32_t n) |
| static void | cnanovdb_mask5_clear (cnanovdb_mask5 *__restrict mask) |
| static bool | cnanovdb_mask5_isOn (const cnanovdb_mask5 *__restrict mask, uint32_t n) |
| static int | cnanovdb_coord_compare (const cnanovdb_coord *a, const cnanovdb_coord *b) |
| static uint64_t | cnanovdb_coord_to_key (const cnanovdb_coord *__restrict ijk) |
| static void | cnanovdb_map_apply (cnanovdb_Vec3F *dst, const cnanovdb_map *__restrict map, const cnanovdb_Vec3F *src) |
| static void | cnanovdb_map_applyInverse (cnanovdb_Vec3F *dst, const cnanovdb_map *__restrict map, const cnanovdb_Vec3F *src) |
| static void | cnanovdb_map_applyJacobi (cnanovdb_Vec3F *dst, const cnanovdb_map *__restrict map, const cnanovdb_Vec3F *src) |
| static void | cnanovdb_map_applyInverseJacobi (cnanovdb_Vec3F *dst, const cnanovdb_map *__restrict map, const cnanovdb_Vec3F *src) |
| static void | cnanovdb_map_applyIJT (cnanovdb_Vec3F *dst, const cnanovdb_map *__restrict map, const cnanovdb_Vec3F *src) |
| static void | cnanovdb_griddata_worldToIndex (cnanovdb_Vec3F *dst, const cnanovdb_griddata *__restrict grid, const cnanovdb_Vec3F *src) |
| static void | cnanovdb_griddata_indexToWorld (cnanovdb_Vec3F *dst, const cnanovdb_griddata *__restrict grid, const cnanovdb_Vec3F *src) |
| static void | cnanovdb_griddata_worldToIndexDir (cnanovdb_Vec3F *dst, const cnanovdb_griddata *__restrict grid, const cnanovdb_Vec3F *src) |
| static void | cnanovdb_griddata_indexToWorldDir (cnanovdb_Vec3F *dst, const cnanovdb_griddata *__restrict grid, const cnanovdb_Vec3F *src) |
| static void | cnanovdb_griddata_applyIJT (cnanovdb_Vec3F *dst, const cnanovdb_griddata *__restrict grid, const cnanovdb_Vec3F *src) |
| static const cnanovdb_treedata * | cnanovdb_griddata_tree (const cnanovdb_griddata *__restrict griddata) |
| static void | cnanovdb_readaccessor_insert (cnanovdb_readaccessor *__restrict acc, int childlevel, const void *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static void | cnanovdb_readaccessor_init (cnanovdb_readaccessor *__restrict acc, const void *__restrict rootdata) |
| static bool | cnanovdb_readaccessor_isCached0 (cnanovdb_readaccessor *__restrict acc, int32_t dirty) |
| static bool | cnanovdb_readaccessor_isCached1 (cnanovdb_readaccessor *__restrict acc, int32_t dirty) |
| static bool | cnanovdb_readaccessor_isCached2 (cnanovdb_readaccessor *__restrict acc, int32_t dirty) |
| static int32_t | cnanovdb_readaccessor_computeDirty (const cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk) |
| static uint32_t | cnanovdb_node0F_CoordToOffset (const cnanovdb_coord *__restrict ijk) |
| static float | cnanovdb_node0F_getValue (const cnanovdb_node0F *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static float | cnanovdb_node0F_getValueAndCache (const cnanovdb_node0F *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node0F_setValue (cnanovdb_node0F *__restrict node, const cnanovdb_coord *__restrict ijk, float value) |
| static bool | cnanovdb_node0F_setValueAndCache (cnanovdb_node0F *__restrict node, const cnanovdb_coord *__restrict ijk, float value, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node0F_isActive (const cnanovdb_node0F *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_node0F_isActiveAndCache (const cnanovdb_node0F *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static const cnanovdb_node0F * | cnanovdb_tree_getNode0F (const cnanovdb_treedata *__restrict tree, uint64_t i) |
| static uint32_t | cnanovdb_node1F_CoordToOffset (const cnanovdb_coord *__restrict ijk) |
| static const cnanovdb_node0F * | cnanovdb_node1F_getChild (const cnanovdb_node1F *__restrict node, uint32_t n) |
| static cnanovdb_node0F * | cnanovdb_node1F_getChildNC (cnanovdb_node1F *__restrict node, uint32_t n) |
| static float | cnanovdb_node1F_getValue (const cnanovdb_node1F *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static float | cnanovdb_node1F_getValueAndCache (const cnanovdb_node1F *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node1F_setValue (cnanovdb_node1F *__restrict node, const cnanovdb_coord *__restrict ijk, float value) |
| static bool | cnanovdb_node1F_setValueAndCache (cnanovdb_node1F *__restrict node, const cnanovdb_coord *__restrict ijk, float value, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node1F_isActive (const cnanovdb_node1F *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_node1F_isActiveAndCache (const cnanovdb_node1F *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static const cnanovdb_node1F * | cnanovdb_tree_getNode1F (const cnanovdb_treedata *__restrict tree, uint64_t i) |
| static uint32_t | cnanovdb_node2F_CoordToOffset (const cnanovdb_coord *__restrict ijk) |
| static const cnanovdb_node1F * | cnanovdb_node2F_getChild (const cnanovdb_node2F *__restrict node, uint32_t n) |
| static cnanovdb_node1F * | cnanovdb_node2F_getChildNC (cnanovdb_node2F *__restrict node, uint32_t n) |
| static float | cnanovdb_node2F_getValue (const cnanovdb_node2F *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static float | cnanovdb_node2F_getValueAndCache (const cnanovdb_node2F *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node2F_setValue (cnanovdb_node2F *__restrict node, const cnanovdb_coord *__restrict ijk, float value) |
| static bool | cnanovdb_node2F_setValueAndCache (cnanovdb_node2F *__restrict node, const cnanovdb_coord *__restrict ijk, float value, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node2F_isActive (const cnanovdb_node2F *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_node2F_isActiveAndCache (const cnanovdb_node2F *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static const cnanovdb_node2F * | cnanovdb_tree_getNode2F (const cnanovdb_treedata *__restrict tree, uint64_t i) |
| static const cnanovdb_rootdataF * | cnanovdb_treedata_rootF (const cnanovdb_treedata *__restrict treedata) |
| static const cnanovdb_rootdata_tileF * | cnanovdb_rootdataF_getTile (const cnanovdb_rootdataF *__restrict rootdata, uint32_t n) |
| static const cnanovdb_node2F * | cnanovdb_rootdataF_getChild (const cnanovdb_rootdataF *__restrict rootdata, const cnanovdb_rootdata_tileF *__restrict tile) |
| static cnanovdb_node2F * | cnanovdb_rootdataF_getChildNC (cnanovdb_rootdataF *__restrict rootdata, cnanovdb_rootdata_tileF *__restrict tile) |
| static const cnanovdb_rootdata_tileF * | cnanovdb_rootdataF_findTile (const cnanovdb_rootdataF *__restrict rootdata, const cnanovdb_coord *__restrict ijk) |
| static cnanovdb_rootdata_tileF * | cnanovdb_rootdataF_findTileNC (cnanovdb_rootdataF *__restrict rootdata, const cnanovdb_coord *__restrict ijk) |
| static float | cnanovdb_rootdataF_getValue (const cnanovdb_rootdataF *__restrict rootdata, const cnanovdb_coord *__restrict ijk) |
| static float | cnanovdb_rootdataF_getValueAndCache (const cnanovdb_rootdataF *__restrict rootdata, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_rootdataF_setValue (cnanovdb_rootdataF *__restrict rootdata, const cnanovdb_coord *__restrict ijk, float value) |
| static bool | cnanovdb_rootdataF_setValueAndCache (cnanovdb_rootdataF *__restrict rootdata, const cnanovdb_coord *__restrict ijk, float value, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_rootdataF_isActive (const cnanovdb_rootdataF *__restrict rootdata, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_rootdataF_isActiveAndCache (const cnanovdb_rootdataF *__restrict rootdata, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static float | cnanovdb_readaccessor_getValueF (cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk) |
| static float | cnanovdb_readaccessor_getIJKValueF (cnanovdb_readaccessor *__restrict acc, int i, int j, int k) |
| static float * | cnanovdb_readaccessor_getLeafF (cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk) |
| static float * | cnanovdb_readaccessor_getIJKLeafF (cnanovdb_readaccessor *__restrict acc, int i, int j, int k) |
| static bool | cnanovdb_readaccessor_isActiveF (cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_readaccessor_isIJKActiveF (cnanovdb_readaccessor *__restrict acc, int i, int j, int k) |
| static bool | cnanovdb_readaccessor_setValueF (cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk, float value) |
| static bool | cnanovdb_readaccessor_setIJKValueF (cnanovdb_readaccessor *__restrict acc, int i, int j, int k, float value) |
| static uint32_t | cnanovdb_node0F3_CoordToOffset (const cnanovdb_coord *__restrict ijk) |
| static cnanovdb_Vec3F | cnanovdb_node0F3_getValue (const cnanovdb_node0F3 *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static cnanovdb_Vec3F | cnanovdb_node0F3_getValueAndCache (const cnanovdb_node0F3 *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node0F3_setValue (cnanovdb_node0F3 *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_Vec3F value) |
| static bool | cnanovdb_node0F3_setValueAndCache (cnanovdb_node0F3 *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_Vec3F value, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node0F3_isActive (const cnanovdb_node0F3 *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_node0F3_isActiveAndCache (const cnanovdb_node0F3 *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static const cnanovdb_node0F3 * | cnanovdb_tree_getNode0F3 (const cnanovdb_treedata *__restrict tree, uint64_t i) |
| static uint32_t | cnanovdb_node1F3_CoordToOffset (const cnanovdb_coord *__restrict ijk) |
| static const cnanovdb_node0F3 * | cnanovdb_node1F3_getChild (const cnanovdb_node1F3 *__restrict node, uint32_t n) |
| static cnanovdb_node0F3 * | cnanovdb_node1F3_getChildNC (cnanovdb_node1F3 *__restrict node, uint32_t n) |
| static cnanovdb_Vec3F | cnanovdb_node1F3_getValue (const cnanovdb_node1F3 *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static cnanovdb_Vec3F | cnanovdb_node1F3_getValueAndCache (const cnanovdb_node1F3 *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node1F3_setValue (cnanovdb_node1F3 *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_Vec3F value) |
| static bool | cnanovdb_node1F3_setValueAndCache (cnanovdb_node1F3 *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_Vec3F value, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node1F3_isActive (const cnanovdb_node1F3 *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_node1F3_isActiveAndCache (const cnanovdb_node1F3 *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static const cnanovdb_node1F3 * | cnanovdb_tree_getNode1F3 (const cnanovdb_treedata *__restrict tree, uint64_t i) |
| static uint32_t | cnanovdb_node2F3_CoordToOffset (const cnanovdb_coord *__restrict ijk) |
| static const cnanovdb_node1F3 * | cnanovdb_node2F3_getChild (const cnanovdb_node2F3 *__restrict node, uint32_t n) |
| static cnanovdb_node1F3 * | cnanovdb_node2F3_getChildNC (cnanovdb_node2F3 *__restrict node, uint32_t n) |
| static cnanovdb_Vec3F | cnanovdb_node2F3_getValue (const cnanovdb_node2F3 *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static cnanovdb_Vec3F | cnanovdb_node2F3_getValueAndCache (const cnanovdb_node2F3 *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node2F3_setValue (cnanovdb_node2F3 *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_Vec3F value) |
| static bool | cnanovdb_node2F3_setValueAndCache (cnanovdb_node2F3 *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_Vec3F value, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node2F3_isActive (const cnanovdb_node2F3 *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_node2F3_isActiveAndCache (const cnanovdb_node2F3 *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static const cnanovdb_node2F3 * | cnanovdb_tree_getNode2F3 (const cnanovdb_treedata *__restrict tree, uint64_t i) |
| static const cnanovdb_rootdataF3 * | cnanovdb_treedata_rootF3 (const cnanovdb_treedata *__restrict treedata) |
| static const cnanovdb_rootdata_tileF3 * | cnanovdb_rootdataF3_getTile (const cnanovdb_rootdataF3 *__restrict rootdata, uint32_t n) |
| static const cnanovdb_node2F3 * | cnanovdb_rootdataF3_getChild (const cnanovdb_rootdataF3 *__restrict rootdata, const cnanovdb_rootdata_tileF3 *__restrict tile) |
| static cnanovdb_node2F3 * | cnanovdb_rootdataF3_getChildNC (cnanovdb_rootdataF3 *__restrict rootdata, cnanovdb_rootdata_tileF3 *__restrict tile) |
| static const cnanovdb_rootdata_tileF3 * | cnanovdb_rootdataF3_findTile (const cnanovdb_rootdataF3 *__restrict rootdata, const cnanovdb_coord *__restrict ijk) |
| static cnanovdb_rootdata_tileF3 * | cnanovdb_rootdataF3_findTileNC (cnanovdb_rootdataF3 *__restrict rootdata, const cnanovdb_coord *__restrict ijk) |
| static cnanovdb_Vec3F | cnanovdb_rootdataF3_getValue (const cnanovdb_rootdataF3 *__restrict rootdata, const cnanovdb_coord *__restrict ijk) |
| static cnanovdb_Vec3F | cnanovdb_rootdataF3_getValueAndCache (const cnanovdb_rootdataF3 *__restrict rootdata, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_rootdataF3_setValue (cnanovdb_rootdataF3 *__restrict rootdata, const cnanovdb_coord *__restrict ijk, cnanovdb_Vec3F value) |
| static bool | cnanovdb_rootdataF3_setValueAndCache (cnanovdb_rootdataF3 *__restrict rootdata, const cnanovdb_coord *__restrict ijk, cnanovdb_Vec3F value, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_rootdataF3_isActive (const cnanovdb_rootdataF3 *__restrict rootdata, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_rootdataF3_isActiveAndCache (const cnanovdb_rootdataF3 *__restrict rootdata, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static cnanovdb_Vec3F | cnanovdb_readaccessor_getValueF3 (cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk) |
| static cnanovdb_Vec3F | cnanovdb_readaccessor_getIJKValueF3 (cnanovdb_readaccessor *__restrict acc, int i, int j, int k) |
| static cnanovdb_Vec3F * | cnanovdb_readaccessor_getLeafF3 (cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk) |
| static cnanovdb_Vec3F * | cnanovdb_readaccessor_getIJKLeafF3 (cnanovdb_readaccessor *__restrict acc, int i, int j, int k) |
| static bool | cnanovdb_readaccessor_isActiveF3 (cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_readaccessor_isIJKActiveF3 (cnanovdb_readaccessor *__restrict acc, int i, int j, int k) |
| static bool | cnanovdb_readaccessor_setValueF3 (cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk, cnanovdb_Vec3F value) |
| static bool | cnanovdb_readaccessor_setIJKValueF3 (cnanovdb_readaccessor *__restrict acc, int i, int j, int k, cnanovdb_Vec3F value) |
| static uint32_t | cnanovdb_node0I_CoordToOffset (const cnanovdb_coord *__restrict ijk) |
| static int | cnanovdb_node0I_getValue (const cnanovdb_node0I *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static int | cnanovdb_node0I_getValueAndCache (const cnanovdb_node0I *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node0I_setValue (cnanovdb_node0I *__restrict node, const cnanovdb_coord *__restrict ijk, int value) |
| static bool | cnanovdb_node0I_setValueAndCache (cnanovdb_node0I *__restrict node, const cnanovdb_coord *__restrict ijk, int value, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node0I_isActive (const cnanovdb_node0I *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_node0I_isActiveAndCache (const cnanovdb_node0I *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static const cnanovdb_node0I * | cnanovdb_tree_getNode0I (const cnanovdb_treedata *__restrict tree, uint64_t i) |
| static uint32_t | cnanovdb_node1I_CoordToOffset (const cnanovdb_coord *__restrict ijk) |
| static const cnanovdb_node0I * | cnanovdb_node1I_getChild (const cnanovdb_node1I *__restrict node, uint32_t n) |
| static cnanovdb_node0I * | cnanovdb_node1I_getChildNC (cnanovdb_node1I *__restrict node, uint32_t n) |
| static int | cnanovdb_node1I_getValue (const cnanovdb_node1I *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static int | cnanovdb_node1I_getValueAndCache (const cnanovdb_node1I *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node1I_setValue (cnanovdb_node1I *__restrict node, const cnanovdb_coord *__restrict ijk, int value) |
| static bool | cnanovdb_node1I_setValueAndCache (cnanovdb_node1I *__restrict node, const cnanovdb_coord *__restrict ijk, int value, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node1I_isActive (const cnanovdb_node1I *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_node1I_isActiveAndCache (const cnanovdb_node1I *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static const cnanovdb_node1I * | cnanovdb_tree_getNode1I (const cnanovdb_treedata *__restrict tree, uint64_t i) |
| static uint32_t | cnanovdb_node2I_CoordToOffset (const cnanovdb_coord *__restrict ijk) |
| static const cnanovdb_node1I * | cnanovdb_node2I_getChild (const cnanovdb_node2I *__restrict node, uint32_t n) |
| static cnanovdb_node1I * | cnanovdb_node2I_getChildNC (cnanovdb_node2I *__restrict node, uint32_t n) |
| static int | cnanovdb_node2I_getValue (const cnanovdb_node2I *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static int | cnanovdb_node2I_getValueAndCache (const cnanovdb_node2I *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node2I_setValue (cnanovdb_node2I *__restrict node, const cnanovdb_coord *__restrict ijk, int value) |
| static bool | cnanovdb_node2I_setValueAndCache (cnanovdb_node2I *__restrict node, const cnanovdb_coord *__restrict ijk, int value, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_node2I_isActive (const cnanovdb_node2I *__restrict node, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_node2I_isActiveAndCache (const cnanovdb_node2I *__restrict node, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static const cnanovdb_node2I * | cnanovdb_tree_getNode2I (const cnanovdb_treedata *__restrict tree, uint64_t i) |
| static const cnanovdb_rootdataI * | cnanovdb_treedata_rootI (const cnanovdb_treedata *__restrict treedata) |
| static const cnanovdb_rootdata_tileI * | cnanovdb_rootdataI_getTile (const cnanovdb_rootdataI *__restrict rootdata, uint32_t n) |
| static const cnanovdb_node2I * | cnanovdb_rootdataI_getChild (const cnanovdb_rootdataI *__restrict rootdata, const cnanovdb_rootdata_tileI *__restrict tile) |
| static cnanovdb_node2I * | cnanovdb_rootdataI_getChildNC (cnanovdb_rootdataI *__restrict rootdata, cnanovdb_rootdata_tileI *__restrict tile) |
| static const cnanovdb_rootdata_tileI * | cnanovdb_rootdataI_findTile (const cnanovdb_rootdataI *__restrict rootdata, const cnanovdb_coord *__restrict ijk) |
| static cnanovdb_rootdata_tileI * | cnanovdb_rootdataI_findTileNC (cnanovdb_rootdataI *__restrict rootdata, const cnanovdb_coord *__restrict ijk) |
| static int | cnanovdb_rootdataI_getValue (const cnanovdb_rootdataI *__restrict rootdata, const cnanovdb_coord *__restrict ijk) |
| static int | cnanovdb_rootdataI_getValueAndCache (const cnanovdb_rootdataI *__restrict rootdata, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_rootdataI_setValue (cnanovdb_rootdataI *__restrict rootdata, const cnanovdb_coord *__restrict ijk, int value) |
| static bool | cnanovdb_rootdataI_setValueAndCache (cnanovdb_rootdataI *__restrict rootdata, const cnanovdb_coord *__restrict ijk, int value, cnanovdb_readaccessor *__restrict acc) |
| static bool | cnanovdb_rootdataI_isActive (const cnanovdb_rootdataI *__restrict rootdata, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_rootdataI_isActiveAndCache (const cnanovdb_rootdataI *__restrict rootdata, const cnanovdb_coord *__restrict ijk, cnanovdb_readaccessor *__restrict acc) |
| static int | cnanovdb_readaccessor_getValueI (cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk) |
| static int | cnanovdb_readaccessor_getIJKValueI (cnanovdb_readaccessor *__restrict acc, int i, int j, int k) |
| static int * | cnanovdb_readaccessor_getLeafI (cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk) |
| static int * | cnanovdb_readaccessor_getIJKLeafI (cnanovdb_readaccessor *__restrict acc, int i, int j, int k) |
| static bool | cnanovdb_readaccessor_isActiveI (cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk) |
| static bool | cnanovdb_readaccessor_isIJKActiveI (cnanovdb_readaccessor *__restrict acc, int i, int j, int k) |
| static bool | cnanovdb_readaccessor_setValueI (cnanovdb_readaccessor *__restrict acc, const cnanovdb_coord *__restrict ijk, int value) |
| static bool | cnanovdb_readaccessor_setIJKValueI (cnanovdb_readaccessor *__restrict acc, int i, int j, int k, int value) |
| static int | cnanovdb_griddata_valid (const cnanovdb_griddata *__restrict grid) |
| static int | cnanovdb_griddata_validF (const cnanovdb_griddata *__restrict grid) |
| static int | cnanovdb_griddata_validF3 (const cnanovdb_griddata *__restrict grid) |
| static int | cnanovdb_griddata_validI (const cnanovdb_griddata *__restrict grid) |