gausplat_renderer::scene::point::colmap

Type Alias Files

source
pub type Files<S> = IndexMap<PathBuf, File<S>>;
Expand description

A map of File::path to File.

Aliased Typeยง

struct Files<S> { /* private fields */ }