Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
const IntVectorData *MeshPrimitive::vertexIds() const
208
{
209
return m_vertexIds.get();
210
}
211
212
const std::string &MeshPrimitive::interpolation() const
213
{
Callers
15
queryTimeSample
Method · 0.80
writeMesh
Function · 0.80
writeSampleInternal
Method · 0.80
connectedVertices
Method · 0.80
correspondingFaceVertices
Method · 0.80
reverseWinding
Method · 0.80
mesh
Method · 0.80
bound
Method · 0.80
MeshPrimitiveEvaluator
Method · 0.80
signedDistance
Method · 0.80
calculateNormalsImpl
Function · 0.80
calculateNormals
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected