Support Forum G3D Web Page |
Public Types | |
enum | Value { NONE, WORLD, OBJECT, CAMERA, LIGHT, TANGENT, TEXTURE, SCREEN } |
Public Member Functions | |
FrameName (const G3D::String &x) | |
FrameName (char v) | |
FrameName (int v) | |
FrameName (const G3D::Any &a) | |
FrameName () | |
FrameName (const Value v) | |
void | deserialize (G3D::BinaryInput &b) |
unsigned int | hashCode () const |
operator int () const | |
bool | operator!= (const FrameName ::Value other) const |
bool | operator!= (const FrameName other) const |
FrameName | operator+ (const int x) const |
FrameName & | operator++ () |
FrameName & | operator+= (const int x) |
FrameName | operator- (const int x) const |
FrameName & | operator-- () |
FrameName & | operator-= (const int x) |
bool | operator< (const FrameName other) const |
bool | operator< (const Value other) const |
bool | operator<= (const Value other) const |
bool | operator<= (const FrameName other) const |
FrameName & | operator= (const G3D::Any &a) |
bool | operator== (const FrameName ::Value other) const |
bool | operator== (const FrameName other) const |
bool | operator> (const FrameName other) const |
bool | operator> (const Value other) const |
bool | operator>= (const FrameName 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::FrameName::Value | value |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inlineexplicit |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
enum G3D::FrameName::Value G3D::FrameName::value |
Referenced by G3D::Texture::Encoding::hashCode().