[−][src]Trait pointcloud::Summary
A summary for labels and metadata. You can make this an empty zero sized type for when you don't need it.
Associated Types
Loading content...Required methods
fn add(&mut self, v: &Self::Label)
Adding a single value to the summary.
fn combine(&mut self, other: &Self)
Merging several summaries of your data source together. This results in a summary of underlying column over the union of the indexes used to create the input summaries.
fn count(&self) -> usize
The number of elements this summary covers