MCPcopy 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
153size_t MeshPrimitive::numFaces() const
154{
155 return m_verticesPerFace->readable().size();
156}
157
158const IntVectorData *MeshPrimitive::verticesPerFace() const
159{

Callers 15

testMethod · 0.95
testSplitsFullyMethod · 0.80
testQuadMeshMethod · 0.80
testBoxMethod · 0.80
testPlaneMethod · 0.80
testSphereMethod · 0.80

Calls 2

readableMethod · 0.80
sizeMethod · 0.45