walberla::geometry::RGBAImage::pixel_t Struct Reference

#include <RGBAImage.h>

Public Member Functions

bool operator< (const pixel_t &o) const
 
bool operator== (const pixel_t &o) const
 

Public Attributes

union {
   RGBAColor   color
 
   unsigned char   values [4]
 
   uint32_t   value
 
}; 
 

Member Function Documentation

◆ operator<()

bool walberla::geometry::RGBAImage::pixel_t::operator< ( const pixel_t o) const

◆ operator==()

bool walberla::geometry::RGBAImage::pixel_t::operator== ( const pixel_t o) const

Member Data Documentation

◆ @1

union { ... }

◆ color

RGBAColor walberla::geometry::RGBAImage::pixel_t::color

◆ value

uint32_t walberla::geometry::RGBAImage::pixel_t::value

◆ values

unsigned char walberla::geometry::RGBAImage::pixel_t::values[4]

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