ellipsoid_tree 0.1.0
Exact intersection tests for ellipsoids and friends
Loading...
Searching...
No Matches
ellipsoid_tree::RenderedImage Struct Reference

An in-memory RGB raster produced by Plot2D::render_rgb. More...

#include <ellipsoid_tree/plot2d.hpp>

Public Attributes

int width = 0
 Image width in pixels.
 
int height = 0
 Image height in pixels.
 
std::vector< unsigned char > rgb
 Pixels, row-major, 3 bytes (RGB) per pixel.
 

Detailed Description

An in-memory RGB raster produced by Plot2D::render_rgb.

Member Data Documentation

◆ width

int ellipsoid_tree::RenderedImage::width = 0

Image width in pixels.

◆ height

int ellipsoid_tree::RenderedImage::height = 0

Image height in pixels.

◆ rgb

std::vector<unsigned char> ellipsoid_tree::RenderedImage::rgb

Pixels, row-major, 3 bytes (RGB) per pixel.


The documentation for this struct was generated from the following file: