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

Method PrimitiveVariable

src/IECoreScene/PrimitiveVariable.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41using namespace IECoreScene;
42
43PrimitiveVariable::PrimitiveVariable()
44 : interpolation( Invalid ), data( nullptr ), indices( nullptr )
45{
46}
47
48PrimitiveVariable::PrimitiveVariable( Interpolation i, DataPtr d )
49 : interpolation( i ), data( d ), indices( nullptr )

Calls 1

copyMethod · 0.45