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

Method get

include/IECore/VectorTraits.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 typedef typename T::BaseType BaseType;
52 static unsigned int dimensions() { return T::dimensions(); };
53 static BaseType get( const T &v, unsigned int i ) { return v[i]; };
54 static void set( T &v, unsigned int i, BaseType x ) { v[i] = x; };
55};
56

Callers 3

executeMethod · 0.45
tbb_hasherFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected