MCPcopy 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
158const IntVectorData *MeshPrimitive::verticesPerFace() const
159{
160 return m_verticesPerFace.get();
161}
162
163void MeshPrimitive::computeMinMaxVertsPerFace() const
164{

Callers 15

queryTimeSampleMethod · 0.80
writeMeshFunction · 0.80
writeSampleInternalMethod · 0.80
connectedVerticesMethod · 0.80
reverseWindingMethod · 0.80
MeshSplitterMethod · 0.80
meshMethod · 0.80
boundMethod · 0.80
surfaceAreaMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected