Support Forum       G3D Web Page     
Public Types | Public Member Functions | Static Public Member Functions | List of all members
G3D::ImageFormat::BayerAlgorithm Class Reference

For use with ImageFormat::convert. More...

Public Types

enum  Value {
  NEAREST,
  BILINEAR,
  MHC,
  BEST = MHC
}
 

Public Member Functions

 BayerAlgorithm (const G3D::String &x)
 
 BayerAlgorithm (char v)
 
 BayerAlgorithm (int v)
 
 BayerAlgorithm (const G3D::Any &a)
 
 BayerAlgorithm ()
 
 BayerAlgorithm (const Value v)
 
void deserialize (G3D::BinaryInput &b)
 
unsigned int hashCode () const
 
 operator int () const
 
bool operator!= (const BayerAlgorithm ::Value other) const
 
bool operator!= (const BayerAlgorithm other) const
 
BayerAlgorithm operator+ (const int x) const
 
BayerAlgorithmoperator++ ()
 
BayerAlgorithmoperator+= (const int x)
 
BayerAlgorithm operator- (const int x) const
 
BayerAlgorithmoperator-- ()
 
BayerAlgorithmoperator-= (const int x)
 
bool operator< (const BayerAlgorithm other) const
 
bool operator< (const Value other) const
 
bool operator<= (const Value other) const
 
bool operator<= (const BayerAlgorithm other) const
 
BayerAlgorithmoperator= (const G3D::Any &a)
 
bool operator== (const BayerAlgorithm ::Value other) const
 
bool operator== (const BayerAlgorithm other) const
 
bool operator> (const BayerAlgorithm other) const
 
bool operator> (const Value other) const
 
bool operator>= (const BayerAlgorithm other) const
 
bool operator>= (const Value other) const
 
void serialize (G3D::BinaryOutput &b) const
 
G3D::Any toAny () const
 
const char * toString () const
 

Static Public Member Functions

static const char * classname ()
 
static int count ()
 
static Value nthValue (int n)
 

Detailed Description

For use with ImageFormat::convert.

Member Enumeration Documentation

◆ Value

Enumerator
NEAREST 
BILINEAR 
MHC 
BEST 

Constructor & Destructor Documentation

◆ BayerAlgorithm() [1/6]

G3D::ImageFormat::BayerAlgorithm::BayerAlgorithm ( const G3D::String x)
inlineexplicit

◆ BayerAlgorithm() [2/6]

G3D::ImageFormat::BayerAlgorithm::BayerAlgorithm ( const G3D::Any a)
inlineexplicit

◆ BayerAlgorithm() [3/6]

G3D::ImageFormat::BayerAlgorithm::BayerAlgorithm ( char  v)
inlineexplicit

◆ BayerAlgorithm() [4/6]

G3D::ImageFormat::BayerAlgorithm::BayerAlgorithm ( )
inline

◆ BayerAlgorithm() [5/6]

G3D::ImageFormat::BayerAlgorithm::BayerAlgorithm ( const Value  v)
inline

◆ BayerAlgorithm() [6/6]

G3D::ImageFormat::BayerAlgorithm::BayerAlgorithm ( int  v)
inlineexplicit

Member Function Documentation

◆ classname()

static const char* G3D::ImageFormat::BayerAlgorithm::classname ( )
inlinestatic

◆ count()

static int G3D::ImageFormat::BayerAlgorithm::count ( )
inlinestatic

◆ deserialize()

void G3D::ImageFormat::BayerAlgorithm::deserialize ( G3D::BinaryInput b)
inline

◆ hashCode()

unsigned int G3D::ImageFormat::BayerAlgorithm::hashCode ( ) const
inline

◆ nthValue()

static Value G3D::ImageFormat::BayerAlgorithm::nthValue ( int  n)
inlinestatic

◆ operator int()

G3D::ImageFormat::BayerAlgorithm::operator int ( ) const
inline

◆ operator!=() [1/2]

bool G3D::ImageFormat::BayerAlgorithm::operator!= ( const BayerAlgorithm  other) const
inline

◆ operator!=() [2/2]

bool G3D::ImageFormat::BayerAlgorithm::operator!= ( const BayerAlgorithm ::Value  other) const
inline

◆ operator+()

BayerAlgorithm G3D::ImageFormat::BayerAlgorithm::operator+ ( const int  x) const
inline

◆ operator++()

BayerAlgorithm& G3D::ImageFormat::BayerAlgorithm::operator++ ( )
inline

◆ operator+=()

BayerAlgorithm& G3D::ImageFormat::BayerAlgorithm::operator+= ( const int  x)
inline

◆ operator-()

BayerAlgorithm G3D::ImageFormat::BayerAlgorithm::operator- ( const int  x) const
inline

◆ operator--()

BayerAlgorithm& G3D::ImageFormat::BayerAlgorithm::operator-- ( )
inline

◆ operator-=()

BayerAlgorithm& G3D::ImageFormat::BayerAlgorithm::operator-= ( const int  x)
inline

◆ operator<() [1/2]

bool G3D::ImageFormat::BayerAlgorithm::operator< ( const Value  other) const
inline

◆ operator<() [2/2]

bool G3D::ImageFormat::BayerAlgorithm::operator< ( const BayerAlgorithm  other) const
inline

◆ operator<=() [1/2]

bool G3D::ImageFormat::BayerAlgorithm::operator<= ( const Value  other) const
inline

◆ operator<=() [2/2]

bool G3D::ImageFormat::BayerAlgorithm::operator<= ( const BayerAlgorithm  other) const
inline

◆ operator=()

BayerAlgorithm& G3D::ImageFormat::BayerAlgorithm::operator= ( const G3D::Any a)
inline

◆ operator==() [1/2]

bool G3D::ImageFormat::BayerAlgorithm::operator== ( const BayerAlgorithm  other) const
inline

◆ operator==() [2/2]

bool G3D::ImageFormat::BayerAlgorithm::operator== ( const BayerAlgorithm ::Value  other) const
inline

◆ operator>() [1/2]

bool G3D::ImageFormat::BayerAlgorithm::operator> ( const Value  other) const
inline

◆ operator>() [2/2]

bool G3D::ImageFormat::BayerAlgorithm::operator> ( const BayerAlgorithm  other) const
inline

◆ operator>=() [1/2]

bool G3D::ImageFormat::BayerAlgorithm::operator>= ( const BayerAlgorithm  other) const
inline

◆ operator>=() [2/2]

bool G3D::ImageFormat::BayerAlgorithm::operator>= ( const Value  other) const
inline

◆ serialize()

void G3D::ImageFormat::BayerAlgorithm::serialize ( G3D::BinaryOutput b) const
inline

◆ toAny()

G3D::Any G3D::ImageFormat::BayerAlgorithm::toAny ( ) const
inline

◆ toString()

const char* G3D::ImageFormat::BayerAlgorithm::toString ( ) const
inline

documentation generated on Wed Nov 24 2021 08:01:57 using doxygen 1.8.15