Rerun C++ SDK
|
This is the complete list of members for rerun::archetypes::Image, including all inherited members.
ArchetypeName | rerun::archetypes::Image | static |
buffer | rerun::archetypes::Image | |
clear_fields() | rerun::archetypes::Image | static |
columns(const Collection< uint32_t > &lengths_) | rerun::archetypes::Image | |
columns() | rerun::archetypes::Image | |
Descriptor_buffer | rerun::archetypes::Image | static |
Descriptor_draw_order | rerun::archetypes::Image | static |
Descriptor_format | rerun::archetypes::Image | static |
Descriptor_opacity | rerun::archetypes::Image | static |
draw_order | rerun::archetypes::Image | |
format | rerun::archetypes::Image | |
from_greyscale8(Collection< uint8_t > bytes, WidthHeight resolution) | rerun::archetypes::Image | inlinestatic |
from_rgb24(Collection< uint8_t > bytes, WidthHeight resolution) | rerun::archetypes::Image | inlinestatic |
from_rgba32(Collection< uint8_t > bytes, WidthHeight resolution) | rerun::archetypes::Image | inlinestatic |
Image(Collection< uint8_t > bytes, components::ImageFormat format_) | rerun::archetypes::Image | inline |
Image(Collection< uint8_t > bytes, WidthHeight resolution, datatypes::PixelFormat pixel_format) | rerun::archetypes::Image | inline |
Image(Collection< uint8_t > bytes, WidthHeight resolution, datatypes::ColorModel color_model, datatypes::ChannelDatatype datatype) | rerun::archetypes::Image | inline |
Image(Collection< T > elements, WidthHeight resolution, datatypes::ColorModel color_model) | rerun::archetypes::Image | inline |
Image(const T *elements, WidthHeight resolution, datatypes::ColorModel color_model) | rerun::archetypes::Image | inline |
Image()=default (defined in rerun::archetypes::Image) | rerun::archetypes::Image | |
Image(Image &&other)=default (defined in rerun::archetypes::Image) | rerun::archetypes::Image | |
Image(const Image &other)=default (defined in rerun::archetypes::Image) | rerun::archetypes::Image | |
IndicatorComponent typedef | rerun::archetypes::Image | |
IndicatorComponentName (defined in rerun::archetypes::Image) | rerun::archetypes::Image | static |
opacity | rerun::archetypes::Image | |
operator=(const Image &other)=default (defined in rerun::archetypes::Image) | rerun::archetypes::Image | |
operator=(Image &&other)=default (defined in rerun::archetypes::Image) | rerun::archetypes::Image | |
update_fields() | rerun::archetypes::Image | inlinestatic |
with_buffer(const rerun::components::ImageBuffer &_buffer) && | rerun::archetypes::Image | inline |
with_draw_order(const rerun::components::DrawOrder &_draw_order) && | rerun::archetypes::Image | inline |
with_format(const rerun::components::ImageFormat &_format) && | rerun::archetypes::Image | inline |
with_many_buffer(const Collection< rerun::components::ImageBuffer > &_buffer) && | rerun::archetypes::Image | inline |
with_many_draw_order(const Collection< rerun::components::DrawOrder > &_draw_order) && | rerun::archetypes::Image | inline |
with_many_format(const Collection< rerun::components::ImageFormat > &_format) && | rerun::archetypes::Image | inline |
with_many_opacity(const Collection< rerun::components::Opacity > &_opacity) && | rerun::archetypes::Image | inline |
with_opacity(const rerun::components::Opacity &_opacity) && | rerun::archetypes::Image | inline |