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


Only used for depth writing purposes by G3D::Surface. More...

Public Types

enum  Value {
  REJECT_TRANSPARENCY,
  STOCHASTIC,
  STOCHASTIC_REJECT_NONTRANSPARENT
}
 

Public Member Functions

 TransparencyTestMode (const G3D::String &x)
 
 TransparencyTestMode (char v)
 
 TransparencyTestMode (int v)
 
 TransparencyTestMode (const G3D::Any &a)
 
 TransparencyTestMode ()
 
 TransparencyTestMode (const Value v)
 
void deserialize (G3D::BinaryInput &b)
 
unsigned int hashCode () const
 
 operator int () const
 
bool operator!= (const TransparencyTestMode ::Value other) const
 
bool operator!= (const TransparencyTestMode other) const
 
TransparencyTestMode operator+ (const int x) const
 
TransparencyTestModeoperator++ ()
 
TransparencyTestModeoperator+= (const int x)
 
TransparencyTestMode operator- (const int x) const
 
TransparencyTestModeoperator-- ()
 
TransparencyTestModeoperator-= (const int x)
 
bool operator< (const TransparencyTestMode other) const
 
bool operator< (const Value other) const
 
bool operator<= (const Value other) const
 
bool operator<= (const TransparencyTestMode other) const
 
TransparencyTestModeoperator= (const G3D::Any &a)
 
bool operator== (const TransparencyTestMode ::Value other) const
 
bool operator== (const TransparencyTestMode other) const
 
bool operator> (const TransparencyTestMode other) const
 
bool operator> (const Value other) const
 
bool operator>= (const TransparencyTestMode 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)
 
static const char * toString (int i, Value &v)
 

Public Attributes

enum G3D::TransparencyTestMode::Value value
 

Detailed Description


Only used for depth writing purposes by G3D::Surface.

Member Enumeration Documentation

◆ Value

Enumerator
REJECT_TRANSPARENCY 
STOCHASTIC 
STOCHASTIC_REJECT_NONTRANSPARENT 

Constructor & Destructor Documentation

◆ TransparencyTestMode() [1/6]

G3D::TransparencyTestMode::TransparencyTestMode ( const G3D::String x)
inlineexplicit

◆ TransparencyTestMode() [2/6]

G3D::TransparencyTestMode::TransparencyTestMode ( const G3D::Any a)
inlineexplicit

◆ TransparencyTestMode() [3/6]

G3D::TransparencyTestMode::TransparencyTestMode ( char  v)
inlineexplicit

◆ TransparencyTestMode() [4/6]

G3D::TransparencyTestMode::TransparencyTestMode ( )
inline

◆ TransparencyTestMode() [5/6]

G3D::TransparencyTestMode::TransparencyTestMode ( const Value  v)
inline

◆ TransparencyTestMode() [6/6]

G3D::TransparencyTestMode::TransparencyTestMode ( int  v)
inlineexplicit

Member Function Documentation

◆ classname()

static const char* G3D::TransparencyTestMode::classname ( )
inlinestatic

◆ count()

static int G3D::TransparencyTestMode::count ( )
inlinestatic

◆ deserialize()

void G3D::TransparencyTestMode::deserialize ( G3D::BinaryInput b)
inline

◆ hashCode()

unsigned int G3D::TransparencyTestMode::hashCode ( ) const
inline

◆ nthValue()

static Value G3D::TransparencyTestMode::nthValue ( int  n)
inlinestatic

◆ operator int()

G3D::TransparencyTestMode::operator int ( ) const
inline

◆ operator!=() [1/2]

bool G3D::TransparencyTestMode::operator!= ( const TransparencyTestMode  other) const
inline

◆ operator!=() [2/2]

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

◆ operator+()

TransparencyTestMode G3D::TransparencyTestMode::operator+ ( const int  x) const
inline

◆ operator++()

TransparencyTestMode& G3D::TransparencyTestMode::operator++ ( )
inline

◆ operator+=()

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

◆ operator-()

TransparencyTestMode G3D::TransparencyTestMode::operator- ( const int  x) const
inline

◆ operator--()

TransparencyTestMode& G3D::TransparencyTestMode::operator-- ( )
inline

◆ operator-=()

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

◆ operator<() [1/2]

bool G3D::TransparencyTestMode::operator< ( const Value  other) const
inline

◆ operator<() [2/2]

bool G3D::TransparencyTestMode::operator< ( const TransparencyTestMode  other) const
inline

◆ operator<=() [1/2]

bool G3D::TransparencyTestMode::operator<= ( const TransparencyTestMode  other) const
inline

◆ operator<=() [2/2]

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

◆ operator=()

TransparencyTestMode& G3D::TransparencyTestMode::operator= ( const G3D::Any a)
inline

◆ operator==() [1/2]

bool G3D::TransparencyTestMode::operator== ( const TransparencyTestMode ::Value  other) const
inline

◆ operator==() [2/2]

bool G3D::TransparencyTestMode::operator== ( const TransparencyTestMode  other) const
inline

◆ operator>() [1/2]

bool G3D::TransparencyTestMode::operator> ( const TransparencyTestMode  other) const
inline

◆ operator>() [2/2]

bool G3D::TransparencyTestMode::operator> ( const Value  other) const
inline

◆ operator>=() [1/2]

bool G3D::TransparencyTestMode::operator>= ( const TransparencyTestMode  other) const
inline

◆ operator>=() [2/2]

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

◆ serialize()

void G3D::TransparencyTestMode::serialize ( G3D::BinaryOutput b) const
inline

◆ toAny()

G3D::Any G3D::TransparencyTestMode::toAny ( ) const
inline

◆ toString() [1/2]

const char* G3D::TransparencyTestMode::toString ( ) const
inline

◆ toString() [2/2]

static const char* G3D::TransparencyTestMode::toString ( int  i,
Value v 
)
inlinestatic

Member Data Documentation

◆ value

enum G3D::TransparencyTestMode::Value G3D::TransparencyTestMode::value

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