17INLINE EggOptcharUserData::
20 _static_mat = LMatrix4d::ident_mat();
28INLINE EggOptcharUserData::
32 _static_mat(copy._static_mat),
33 _static_value(copy._static_value)
41INLINE
void EggOptcharUserData::
43 EggUserData::operator = (copy);
45 _static_mat = copy._static_mat;
46 _static_value = copy._static_value;
52INLINE
bool EggOptcharUserData::
54 return (_flags & F_static) != 0;
60INLINE
bool EggOptcharUserData::
62 return (_flags & F_identity) != 0;
68INLINE
bool EggOptcharUserData::
70 return (_flags & F_empty) != 0;
76INLINE
bool EggOptcharUserData::
78 return (_flags & F_top) != 0;
This class contains extra user data which is piggybacked onto EggGroup objects for the purpose of the...
This is a base class for a user-defined data type to extend egg structures in processing code.