| 2997 | } |
| 2998 | |
| 2999 | bool TriGeometryRes::IsUsingCMF() const |
| 3000 | { |
| 3001 | #if WITH_GRANNY != 1 |
| 3002 | CCP_ASSERT_M( m_useCMF, "TriGeometryRes: Some place was about to take the granny code path, even though it's disabled! Make sure to use CMF!" ); |
| 3003 | return true; |
| 3004 | #endif |
| 3005 | return m_useCMF; |
| 3006 | } |
| 3007 | |
| 3008 | const cmf::Data* TriGeometryRes::GetCMFData() const |
| 3009 | { |
no outgoing calls
no test coverage detected