MCPcopy Create free account
hub / github.com/ImageEngine/cortex / getGeometricInterpretation

Method getGeometricInterpretation

src/IECore/DataAlgo.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 1