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

Method operate

src/IECore/Op.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57ObjectPtr Op::operate()
58{
59 const CompoundObject *operands = parameters()->getTypedValidatedValue<CompoundObject>();
60 return operate( operands );
61}
62
63ObjectPtr Op::operate( const CompoundObject *operands )
64{

Callers 15

__opSmartOperatorFunction · 0.80
testNewOpMethod · 0.80
operator()Method · 0.80
meshMethod · 0.80
cachedMeshMethod · 0.80
modifyPrimitiveMethod · 0.80
mergePointsFunction · 0.80
doWriteMethod · 0.80
operateFunction · 0.80
operateWithArgsFunction · 0.80
doOperationMethod · 0.80
doOperationMethod · 0.80

Calls 2

operateFunction · 0.85
setValidatedValueMethod · 0.80

Tested by

no test coverage detected