|
Rerun C++ SDK
|
Component: Optional scalar occupancy or value associated with a voxel. More...
#include <rerun/components/voxel_value.hpp>
Public Member Functions | |
| VoxelValue (rerun::datatypes::Float32 value_) | |
| VoxelValue & | operator= (rerun::datatypes::Float32 value_) |
| VoxelValue (float value_) | |
| VoxelValue & | operator= (float value_) |
| operator rerun::datatypes::Float32 () const | |
| Cast to the underlying Float32 datatype. | |
Public Attributes | |
| rerun::datatypes::Float32 | value |
Component: Optional scalar occupancy or value associated with a voxel.