|
Rerun C++ SDK
|
Component: Like components::Visible, but for time series.
More...
#include <rerun/components/series_visible.hpp>
Public Member Functions | |
| SeriesVisible (rerun::datatypes::Bool visible_) | |
| SeriesVisible & | operator= (rerun::datatypes::Bool visible_) |
| SeriesVisible (bool value_) | |
| SeriesVisible & | operator= (bool value_) |
| operator rerun::datatypes::Bool () const | |
| Cast to the underlying Bool datatype. | |
Public Attributes | |
| rerun::datatypes::Bool | visible |
Component: Like components::Visible, but for time series.
TODO(#10632): This is a temporary workaround. Right now we can't use components::Visible since it would conflict with the entity-wide visibility state.