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

Method MeshPrimitive

src/IECoreGL/MeshPrimitive.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73IE_CORE_DEFINERUNTIMETYPED( MeshPrimitive );
74
75MeshPrimitive::MeshPrimitive( unsigned numTriangles )
76 : m_memberData( new MemberData( numTriangles ) )
77{
78}
79
80MeshPrimitive::~MeshPrimitive()
81{

Calls

no outgoing calls