18 #ifndef __HUSD_TimeCode_h__
19 #define __HUSD_TimeCode_h__
43 bool is_default =
false)
45 myIsDefault(is_default)
53 bool is_default =
false);
63 {
return other.myIsDefault ? myIsDefault :
64 (other.myFrame == myFrame); }
66 {
return !(other == *
this); }
72 {
return myIsDefault; }
GT_API const UT_StringHolder time
HUSD_TimeCode getNonDefaultTimeCode() const
MX_GENSHADER_API const string FRAME
GLint GLint GLsizei GLint GLenum format
HUSD_TimeCode(fpreal frame, bool is_default=false)
bool operator!=(const HUSD_TimeCode &other) const
bool operator==(const HUSD_TimeCode &other) const