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

Method vertexIds

src/IECoreScene/MeshPrimitive.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207const IntVectorData *MeshPrimitive::vertexIds() const
208{
209 return m_vertexIds.get();
210}
211
212const std::string &MeshPrimitive::interpolation() const
213{

Callers 15

queryTimeSampleMethod · 0.80
writeMeshFunction · 0.80
writeSampleInternalMethod · 0.80
connectedVerticesMethod · 0.80
reverseWindingMethod · 0.80
meshMethod · 0.80
boundMethod · 0.80
signedDistanceMethod · 0.80
calculateNormalsImplFunction · 0.80
calculateNormalsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected