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

Class GeometricInterpretationGetter

src/IECore/DataAlgo.cpp:48–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46{
47
48struct GeometricInterpretationGetter
49{
50 template<typename T>
51 IECore::GeometricData::Interpretation operator()( const IECore::GeometricTypedData<T> *data )
52 {
53 return data->getInterpretation();
54 }
55
56 IECore::GeometricData::Interpretation operator()( const Data *data )
57 {
58 return IECore::GeometricData::Interpretation::None;
59 }
60};
61
62struct GeometricInterpretationSetter
63{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected