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

Function emptyIntVectorData

src/IECoreScene/MeshPrimitive.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69IndexedIO::EntryID g_triangleSubdivisionRuleEntry("triangleSubdivisionRule");
70
71const IntVectorData *emptyIntVectorData()
72{
73 static IntVectorDataPtr g_d = new IntVectorData;
74 return g_d.get();
75}
76
77const FloatVectorData *emptyFloatVectorData()
78{

Callers 5

cornerIdsMethod · 0.85
removeCornersMethod · 0.85
creaseLengthsMethod · 0.85
creaseIdsMethod · 0.85
removeCreasesMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected