Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ numFaces
Method
numFaces
src/IECoreScene/MeshPrimitive.cpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
size_t MeshPrimitive::numFaces() const
154
{
155
return m_verticesPerFace->readable().size();
156
}
157
158
const IntVectorData *MeshPrimitive::verticesPerFace() const
159
{
Callers
15
test
Method · 0.95
testCanSplitUsingIntegerPrimvar
Method · 0.80
testSplitsFully
Method · 0.80
testSplitUsingIndexedPrimitiveVariable
Method · 0.80
testQuadMesh
Method · 0.80
testCanReadV6SceneCache
Method · 0.80
testTriangulatePerformance
Method · 0.80
testBox
Method · 0.80
testPlane
Method · 0.80
testSphere
Method · 0.80
testTriangulatePerformance
Method · 0.80
testCanSegmentUsingIntegerPrimvar
Method · 0.80
Calls
2
readable
Method · 0.80
size
Method · 0.45
Tested by
15
testCanSplitUsingIntegerPrimvar
Method · 0.64
testSplitsFully
Method · 0.64
testSplitUsingIndexedPrimitiveVariable
Method · 0.64
testQuadMesh
Method · 0.64
testCanReadV6SceneCache
Method · 0.64
testTriangulatePerformance
Method · 0.64
testCanSegmentUsingIntegerPrimvar
Method · 0.64
testCanSegmentUsingStringPrimvar
Method · 0.64
testSegmentsFullyIfNoSegmentValuesGiven
Method · 0.64
testSegmentUsingIndexedPrimitiveVariable
Method · 0.64
testCanRemoveAllFaces
Method · 0.64
testNoFacesRemovedIfFlagIsTrueButIfInverted
Method · 0.64