29 if (cmp_nocase_uh(
string,
"xyz") == 0) {
31 }
else if (cmp_nocase_uh(
string,
"hpr") == 0) {
33 }
else if (cmp_nocase_uh(
string,
"t") == 0) {
43 std::ostream &operator << (std::ostream &out, EggCurve::CurveType t) {
45 case EggCurve::CT_none:
47 case EggCurve::CT_xyz:
49 case EggCurve::CT_hpr:
56 return out <<
"(**invalid**)";
static CurveType string_curve_type(const std::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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.