fVDB
Introduction
Welcome to fVDB!
Tutorials
Basic Concepts
Building Sparse Grids
Basic GridBatch Operations
A Simple Convolutional U-Net
Sparse Grid I/O
Mutable Grids
Volume Rendering
API References
GridBatch
JaggedTensor
fvdb.nn
fvdb.utils
fVDB
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
abs() (fvdb.JaggedTensor method)
abs_() (fvdb.JaggedTensor method)
address (fvdb.GridBatch property)
avg_pool() (fvdb.GridBatch method)
AvgPool (class in fvdb.nn)
B
bbox (fvdb.GridBatch property)
bbox_at() (fvdb.GridBatch method)
C
ceil() (fvdb.JaggedTensor method)
ceil_() (fvdb.JaggedTensor method)
clip() (fvdb.GridBatch method)
clipped_grid() (fvdb.GridBatch method)
clone() (fvdb.JaggedTensor method)
coarsened_grid() (fvdb.GridBatch method)
contiguous() (fvdb.GridBatch method)
conv_grid() (fvdb.GridBatch method)
coords_in_active_voxel() (fvdb.GridBatch method)
cpu() (fvdb.GridBatch method)
(fvdb.JaggedTensor method)
cubes_in_grid() (fvdb.GridBatch method)
cubes_intersect_grid() (fvdb.GridBatch method)
cuda() (fvdb.GridBatch method)
(fvdb.JaggedTensor method)
cum_enabled_voxels (fvdb.GridBatch property)
cum_enabled_voxels_at() (fvdb.GridBatch method)
cum_voxels (fvdb.GridBatch property)
cum_voxels_at() (fvdb.GridBatch method)
D
detach() (fvdb.JaggedTensor method)
device (fvdb.GridBatch property)
(fvdb.JaggedTensor property)
disable_ijk() (fvdb.GridBatch method)
disabled_mask (fvdb.GridBatch property)
double() (fvdb.JaggedTensor method)
Dropout (class in fvdb.nn)
dtype (fvdb.JaggedTensor property)
dual_bbox (fvdb.GridBatch property)
dual_bbox_at() (fvdb.GridBatch method)
dual_grid() (fvdb.GridBatch method)
E
edim (fvdb.JaggedTensor property)
enable_ijk() (fvdb.GridBatch method)
enabled_mask (fvdb.GridBatch property)
eshape (fvdb.JaggedTensor property)
F
fill_from_grid() (fvdb.GridBatch method)
FillFromGrid (class in fvdb.nn)
float() (fvdb.JaggedTensor method)
floor() (fvdb.JaggedTensor method)
floor_() (fvdb.JaggedTensor method)
from_data_and_indices() (fvdb.JaggedTensor static method)
from_data_and_offsets() (fvdb.JaggedTensor static method)
from_data_indices_and_list_ids() (fvdb.JaggedTensor static method)
from_data_offsets_and_list_ids() (fvdb.JaggedTensor static method)
FVDBExtension() (in module fvdb.utils.build_ext)
G
grid_count (fvdb.GridBatch property)
grid_to_world() (fvdb.GridBatch method)
grid_to_world_matrices (fvdb.GridBatch property)
GridBatch (class in fvdb)
GroupNorm (class in fvdb.nn)
I
ijk (fvdb.GridBatch property)
ijk_enabled (fvdb.GridBatch property)
ijk_to_index() (fvdb.GridBatch method)
ijk_to_inv_index() (fvdb.GridBatch method)
int() (fvdb.JaggedTensor method)
is_contiguous() (fvdb.GridBatch method)
is_cpu (fvdb.JaggedTensor property)
is_cuda (fvdb.JaggedTensor property)
is_same() (fvdb.GridBatch method)
J
jagged_like() (fvdb.GridBatch method)
(fvdb.JaggedTensor method)
JaggedTensor (class in fvdb)
jdata (fvdb.JaggedTensor property)
jflatten() (fvdb.JaggedTensor method)
jidx (fvdb.GridBatch property)
(fvdb.JaggedTensor property)
jlidx (fvdb.JaggedTensor property)
jmax() (fvdb.JaggedTensor method)
jmin() (fvdb.JaggedTensor method)
joffsets (fvdb.GridBatch property)
(fvdb.JaggedTensor property)
jreshape() (fvdb.JaggedTensor method)
jreshape_as() (fvdb.JaggedTensor method)
jsum() (fvdb.JaggedTensor method)
L
ldim (fvdb.JaggedTensor property)
LeakyReLU (class in fvdb.nn)
Linear (class in fvdb.nn)
long() (fvdb.JaggedTensor method)
lshape (fvdb.JaggedTensor property)
M
marching_cubes() (fvdb.GridBatch method)
max_grids_per_batch (fvdb.GridBatch attribute)
max_pool() (fvdb.GridBatch method)
MaxPool (class in fvdb.nn)
mutable (fvdb.GridBatch property)
N
neighbor_indexes() (fvdb.GridBatch method)
num_bytes (fvdb.GridBatch property)
num_enabled_voxels (fvdb.GridBatch property)
num_enabled_voxels_at() (fvdb.GridBatch method)
num_leaf_nodes (fvdb.GridBatch property)
num_tensors (fvdb.JaggedTensor property)
num_voxels (fvdb.GridBatch property)
num_voxels_at() (fvdb.GridBatch method)
O
origin_at() (fvdb.GridBatch method)
origins (fvdb.GridBatch property)
P
points_in_active_voxel() (fvdb.GridBatch method)
R
ray_implicit_intersection() (fvdb.GridBatch method)
read_from_dense() (fvdb.GridBatch method)
ReLU (class in fvdb.nn)
requires_grad (fvdb.JaggedTensor property)
requires_grad_() (fvdb.JaggedTensor method)
rmask() (fvdb.JaggedTensor method)
round() (fvdb.JaggedTensor method)
round_() (fvdb.JaggedTensor method)
rshape (fvdb.JaggedTensor property)
S
sample_bezier() (fvdb.GridBatch method)
sample_bezier_with_grad() (fvdb.GridBatch method)
sample_trilinear() (fvdb.GridBatch method)
sample_trilinear_with_grad() (fvdb.GridBatch method)
segments_along_rays() (fvdb.GridBatch method)
SELU (class in fvdb.nn)
set_from_dense_grid() (fvdb.GridBatch method)
set_from_ijk() (fvdb.GridBatch method)
set_from_mesh() (fvdb.GridBatch method)
set_from_nearest_voxels_to_points() (fvdb.GridBatch method)
set_from_points() (fvdb.GridBatch method)
set_global_origin() (fvdb.GridBatch method)
set_global_voxel_size() (fvdb.GridBatch method)
Sigmoid (class in fvdb.nn)
SiLU (class in fvdb.nn)
sparse_conv_halo() (fvdb.GridBatch method)
sparse_conv_kernel_map() (fvdb.GridBatch method)
SparseConv3d (class in fvdb.nn)
splat_bezier() (fvdb.GridBatch method)
splat_trilinear() (fvdb.GridBatch method)
sqrt() (fvdb.JaggedTensor method)
sqrt_() (fvdb.JaggedTensor method)
subdivide() (fvdb.GridBatch method)
subdivided_grid() (fvdb.GridBatch method)
T
Tanh (class in fvdb.nn)
to() (fvdb.GridBatch method)
(fvdb.JaggedTensor method)
total_bbox (fvdb.GridBatch property)
total_bytes (fvdb.GridBatch property)
total_enabled_voxels (fvdb.GridBatch property)
total_leaf_nodes (fvdb.GridBatch property)
total_voxels (fvdb.GridBatch property)
type() (fvdb.JaggedTensor method)
type_as() (fvdb.JaggedTensor method)
U
unbind() (fvdb.JaggedTensor method)
uniform_ray_samples() (fvdb.GridBatch method)
UpsamplingNearest (class in fvdb.nn)
V
VDBTensor (class in fvdb.nn)
viz_edge_network (fvdb.GridBatch property)
voxel_size_at() (fvdb.GridBatch method)
voxel_sizes (fvdb.GridBatch property)
voxels_along_rays() (fvdb.GridBatch method)
W
world_to_grid() (fvdb.GridBatch method)
world_to_grid_matrices (fvdb.GridBatch property)
write_to_dense() (fvdb.GridBatch method)