| 203 | } // namespace |
| 204 | |
| 205 | IECore::GeometricData::Interpretation IECore::getGeometricInterpretation( const IECore::Data *data ) |
| 206 | { |
| 207 | return dispatch( data, GeometricInterpretationGetter() ); |
| 208 | } |
| 209 | |
| 210 | void IECore::setGeometricInterpretation( IECore::Data *data, IECore::GeometricData::Interpretation interpretation ) |
| 211 | { |