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

Function PrimitiveVariable

include/IECoreScene/PrimitiveVariable.h:77–77  ·  view source on GitHub ↗

It's OK to make shallow copies where the data is not copied just rereferenced, so we can use default copy and assignment

Source from the content-addressed store, hash-verified

75 /// It's OK to make shallow copies where the data is not copied just rereferenced,
76 /// so we can use default copy and assignment
77 PrimitiveVariable( const PrimitiveVariable &other ) = default;
78 PrimitiveVariable & operator= ( const PrimitiveVariable &rhs ) = default;
79 ~PrimitiveVariable() = default;
80

Callers 15

readPrimitiveVariableFunction · 0.85
readPrimitiveVariablesFunction · 0.85
readPrimitiveVariableMethod · 0.85
readPointInstancerFunction · 0.85
readSampleMethod · 0.85
readSampleMethod · 0.85
readTypedSampleMethod · 0.85
operator()Method · 0.85
calculateNormalsImplFunction · 0.85
calculateNormalsMethod · 0.85
copyFromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected