| 312 | } |
| 313 | |
| 314 | const char * CDLStyleToString(CDLStyle style) |
| 315 | { |
| 316 | if (style == CDL_ASC) return "asc"; |
| 317 | else if (style == CDL_NO_CLAMP) return "noClamp"; |
| 318 | return "asc"; |
| 319 | } |
| 320 | |
| 321 | CDLStyle CDLStyleFromString(const char * style) |
| 322 | { |
no outgoing calls
no test coverage detected