MCPcopy Create free account
hub / github.com/ImageEngine/cortex / maxVerticesPerFace

Method maxVerticesPerFace

src/IECoreScene/MeshPrimitive.cpp:198–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198int MeshPrimitive::maxVerticesPerFace() const
199{
200 if( m_maxVerticesPerFace == 0 )
201 {
202 computeMinMaxVertsPerFace();
203 }
204 return m_maxVerticesPerFace;
205}
206
207const IntVectorData *MeshPrimitive::vertexIds() const
208{

Callers 4

testMethod · 0.95
testVerticesPerFaceMethod · 0.95
modifyTypedPrimitiveMethod · 0.80
triangulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected