Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ verticesPerFace
Method
verticesPerFace
src/IECoreScene/MeshPrimitive.cpp:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
const IntVectorData *MeshPrimitive::verticesPerFace() const
159
{
160
return m_verticesPerFace.get();
161
}
162
163
void MeshPrimitive::computeMinMaxVertsPerFace() const
164
{
Callers
15
queryTimeSample
Method · 0.80
writeMesh
Function · 0.80
writeSampleInternal
Method · 0.80
connectedVertices
Method · 0.80
reverseWinding
Method · 0.80
MeshSplitter
Method · 0.80
mesh
Method · 0.80
bound
Method · 0.80
MeshPrimitiveEvaluator
Method · 0.80
surfaceArea
Method · 0.80
calculateMassProperties
Method · 0.80
calculateAverageNormals
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected