Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
TEXRHeader Struct Reference

#include <tinyexr.h>

+ Collaboration diagram for TEXRHeader:

Public Attributes

float pixel_aspect_ratio
 
int line_order
 
EXRBox2i data_window
 
EXRBox2i display_window
 
float screen_window_center [2]
 
float screen_window_width
 
int chunk_count
 
int tiled
 
int tile_size_x
 
int tile_size_y
 
int tile_level_mode
 
int tile_rounding_mode
 
int long_name
 
int non_image
 
int multipart
 
unsigned int header_len
 
int num_custom_attributes
 
EXRAttributecustom_attributes
 
EXRChannelInfochannels
 
intpixel_types
 
int num_channels
 
int compression_type
 
intrequested_pixel_types
 
char name [256]
 

Detailed Description

Definition at line 237 of file tinyexr.h.

Member Data Documentation

◆ channels

EXRChannelInfo* TEXRHeader::channels

Definition at line 267 of file tinyexr.h.

◆ chunk_count

int TEXRHeader::chunk_count

Definition at line 245 of file tinyexr.h.

◆ compression_type

int TEXRHeader::compression_type

Definition at line 274 of file tinyexr.h.

◆ custom_attributes

EXRAttribute* TEXRHeader::custom_attributes

Definition at line 264 of file tinyexr.h.

◆ data_window

EXRBox2i TEXRHeader::data_window

Definition at line 240 of file tinyexr.h.

◆ display_window

EXRBox2i TEXRHeader::display_window

Definition at line 241 of file tinyexr.h.

◆ header_len

unsigned int TEXRHeader::header_len

Definition at line 259 of file tinyexr.h.

◆ line_order

int TEXRHeader::line_order

Definition at line 239 of file tinyexr.h.

◆ long_name

int TEXRHeader::long_name

Definition at line 254 of file tinyexr.h.

◆ multipart

int TEXRHeader::multipart

Definition at line 258 of file tinyexr.h.

◆ name

char TEXRHeader::name[256]

Definition at line 283 of file tinyexr.h.

◆ non_image

int TEXRHeader::non_image

Definition at line 257 of file tinyexr.h.

◆ num_channels

int TEXRHeader::num_channels

Definition at line 272 of file tinyexr.h.

◆ num_custom_attributes

int TEXRHeader::num_custom_attributes

Definition at line 263 of file tinyexr.h.

◆ pixel_aspect_ratio

float TEXRHeader::pixel_aspect_ratio

Definition at line 238 of file tinyexr.h.

◆ pixel_types

int* TEXRHeader::pixel_types

Definition at line 269 of file tinyexr.h.

◆ requested_pixel_types

int* TEXRHeader::requested_pixel_types

Definition at line 275 of file tinyexr.h.

◆ screen_window_center

float TEXRHeader::screen_window_center[2]

Definition at line 242 of file tinyexr.h.

◆ screen_window_width

float TEXRHeader::screen_window_width

Definition at line 243 of file tinyexr.h.

◆ tile_level_mode

int TEXRHeader::tile_level_mode

Definition at line 251 of file tinyexr.h.

◆ tile_rounding_mode

int TEXRHeader::tile_rounding_mode

Definition at line 252 of file tinyexr.h.

◆ tile_size_x

int TEXRHeader::tile_size_x

Definition at line 249 of file tinyexr.h.

◆ tile_size_y

int TEXRHeader::tile_size_y

Definition at line 250 of file tinyexr.h.

◆ tiled

int TEXRHeader::tiled

Definition at line 248 of file tinyexr.h.


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