XII Release 0.1.0
Loading...
Searching...
No Matches
xiiImageConversionEntry Struct Reference

A structure describing the pairs of source/target format that may be converted using the conversion routine. More...

#include <ImageConversion.h>

Public Member Functions

 xiiImageConversionEntry (xiiImageFormat::Enum source, xiiImageFormat::Enum target, xiiImageConversionFlags::Enum flags, float fAdditionalPenalty=0)
 

Public Attributes

const xiiImageFormat::Enum m_sourceFormat
 
const xiiImageFormat::Enum m_targetFormat
 
const xiiBitflags< xiiImageConversionFlags > m_flags
 
float m_fAdditionalPenalty = 0.0f
 

Detailed Description

A structure describing the pairs of source/target format that may be converted using the conversion routine.

Member Data Documentation

◆ m_fAdditionalPenalty

float xiiImageConversionEntry::m_fAdditionalPenalty = 0.0f

This member adds an additional amount to the cost estimate for this conversion step. It can be used to bias the choice between steps when there are comparable conversion steps available.


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