17 #include "string_utils.h" 32 if (cmp_nocase_uh(
string,
"xyz") == 0) {
34 }
else if (cmp_nocase_uh(
string,
"hpr") == 0) {
36 }
else if (cmp_nocase_uh(
string,
"t") == 0) {
47 ostream &operator << (ostream &out, EggCurve::CurveType t) {
49 case EggCurve::CT_none:
51 case EggCurve::CT_xyz:
53 case EggCurve::CT_hpr:
60 return out <<
"(**invalid**)";
static CurveType string_curve_type(const string &string)
Returns the CurveType value associated with the given string representation, or CT_invalid if the str...
TypeHandle is the identifier used to differentiate C++ class types.